Placeholders dynamically replaced within menus, icons, and actions
{placeholder}
) for backwards compatibility with Chest Commands placeholders.
Placeholder | Description |
---|---|
{player} | The username of the player viewing the menu. |
{money} | The amount of money the player has. Requires an installed economy. |
{world} | The name of the world the player is in. |
{online} | The number of players currently on the server. |
{max_players} | The maximum number of player slots in the server. |
{uuid} | The UUID of the player viewing the menu. |
{display_name} | The display name or nickname of the player viewing the menu. |
{ping} | The connection ping of the player, in milliseconds. |
%placeholder%
).
You can find a very long list of some PAPI placeholders here.
/plugins/ElvenideGUI/config/placeholders.conf
file. Although the file ends in .conf
, it is treated as a YML file.