Placeholders
Built-in Placeholders
%player%- Player name%world%- World name%x%- X coordinate%y%- Y coordinate%z%- Z coordinate
PlaceholderAPI Support
If PlaceholderAPI is installed, you can use any PAPI placeholder:
actions:
- "[MESSAGE] &aHello %player_displayname%!"
- "[MESSAGE] &eYour balance: $%vault_eco_balance%"
Example with Placeholders
info:
actions:
- "[MESSAGE] &6=== Player Info ==="
- "[MESSAGE] &eName: &f%player%"
- "[MESSAGE] &eWorld: &f%world%"
- "[MESSAGE] &eLocation: &f%x%, %y%, %z%"