> For the complete documentation index, see [llms.txt](https://eplugins.gitbook.io/eglow/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eplugins.gitbook.io/eglow/getting-started/placeholders.md).

# 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                        |
