global variables - PantherMan594/BungeeEssentials GitHub Wiki
As of now there aren't many global variables that can be set, I will update the page as often as I can though.
All variables are in uppercase and wrapped in double "curly braces" with spaces between the variable name and the innermost braces, this has changed from the format you will see in configuration files from before the 1.0.3 update.
For example, {{ VARIABLE }} is a valid variable whereas {{VARIABLE}} will not be recognised by BungeeEssentials, more examples of invalid variables include {{ Variable }} and {{ variable }}
| Variable | Replacement |
|---|---|
{{ TIME }} |
The current time in Hh:mm:ss format |
{{ RAQUO }} |
» |
{{ HOVER: text }} |
Displays given text when cursor hovers over message |
{{ CLICK: /command }} |
Runs given command when message is clicked |
{{ CLICK: SUG: /command }} |
Similar to above, but instead of running the command it is suggested |
{{ BREAK }} |
Splits up the message, to enable use of multiple {{ HOVER }}s and {{ CLICK }}s |
Any special character macros are designed for users who have encoding problems, otherwise the original character should be used.