# Placeholders

## Usage

**PlaceholderAPI**: %Placeholder%

## List of placeholders

| Placeholder                           | Description                                                                                          | Example                    |
| ------------------------------------- | ---------------------------------------------------------------------------------------------------- | -------------------------- |
| eglow\_client\_version                | Returns the client version of the player                                                             | 1.18.2                     |
| eglow\_glowcolor                      | Returns the invisible color code of the active glow                                                  | §c (invisible in MC)       |
| eglow\_glowcolor\_mm                  | Returns the color of the active glow color in the MiniMessages format                                | \<red>                     |
| eglow\_colorchar                      | Returns char of the active glow color                                                                | c                          |
| eglow\_activeglow                     | Returns the colored/detailed name of the active glow                                                 | \&cRed or configured name  |
| eglow\_activeglow\_raw                | Returns the uncolored/non caps name of the active glow without slow/fast                             | rainbow                    |
| eglow\_lastglow                       | Returns the colored/detailed name of the active/last used glow                                       | \&cRed or configured name  |
| eglow\_lastglow\_raw                  | Returns the uncolored/non caps name of the active/last used glow without slow/fast                   | rainbow                    |
| eglow\_glow\_speed                    | Returns the colored/detailed speed name of the active glow                                           | \&cSlow or configured name |
| eglow\_glow\_speed\_raw               | Returns the uncolored/non caps name of the active glow                                               | slow                       |
| eglow\_glow\_speed\_type              | Returns nothing, blink or rainbow based on active effect                                             | rainbow                    |
| eglow\_glowstatus                     | Returns the glowstatus (value of misc-yes/no)                                                        | \&aYes/\&cNo               |
| eglow\_glowstatus\_raw                | Returns the glowstatus                                                                               | true/false                 |
| eglow\_glowstatus\_join               | Returns the onjoin glowstatus (value of misc-yes/no)                                                 | \&aYes/\&cNo               |
| eglow\_glowstatus\_join\_raw          | Returns the onjoin glowstatus                                                                        | true/false                 |
| eglow\_glow\_visibility               | Returns the current glowvisibility of the player (value configured in message/yml)                   | All                        |
| eglow\_visibility\_all                | Returns the colored glow-visibility-all message                                                      | All or configured value    |
| eglow\_visibility\_other              | Returns the colored glow-visibility-other message                                                    | Other or configured value  |
| eglow\_visibility\_own                | Returns the colored glow-visibility-own message                                                      | Own or configured value    |
| eglow\_visibility\_none               | Returns the colored glow-visibility-none message                                                     | None or configured value   |
| eglow\_visibility\_next               | Returns the next glow visibility in line (all>other>own>none)                                        | own                        |
| eglow\_has\_permission\_(effect)      | Returns the colored yes/no message based on whether the user has permission for the mentioned glow   | \&aYes or configured value |
| eglow\_has\_permission\_(effect)\_raw | Returns the uncolored yes/no message based on whether the user has permission for the mentioned glow | yes                        |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eplugins.gitbook.io/eglow/getting-started/placeholders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
