# Predefined placeholders

## Placeholders:

| Nome            | Descrição                                                                                                                                    | Jeito de usar                             |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| Lang text       | Gets any text of the lang file. See more on [languages-structure](https://xg7plugins.gitbook.io/doc/languages/languages-structure "mention") | lang:\[custom-text]                       |
| Player's name   | Shows the player's name                                                                                                                      | %player%                                  |
| Plugin's prefix | Shows the custom plugin prefix                                                                                                               | %prefix%                                  |
| Variable        | Replace the placeholder with a plugin's or player's variable                                                                                 | {var\_name} or global:{global\_var\_name} |
