Variable Placeholders
Player Placeholders
Placeholder | Return | Working status (v1.0) |
---|---|---|
{player} | Return a player name | |
{item_name} | Display name of the item clicked in the menu | |
{item_vanilla_name} | Returns the general name of the item clicked in the menu | |
{player_handitem_name} | Display name of the item in the player's hand | |
{player_handitem_vanilla_name} | General name of the item in the player's hand | |
{player_handitem_meta} | Meta name of the item in the player's hand | |
{random_player} | Gives the name of a random player among the players active on the server | |
{money} | Shows the number of money the player has | |
{level} | Shows the number of levels the player has | |
{x} | Returns the X coordinate from the player's current coordinate | |
{y} | Returns the Y coordinate from the player's current coordinate | |
{z} | Returns the Z coordinate from the player's current coordinate | |
{world} | Returns the folder name of the player's world | |
{language} | Returns the language code in which the player uses the game (Ex: EN_us) |
Last updated