Skip to content

Placeholders

Wundero edited this page Feb 17, 2017 · 11 revisions

Available placeholders:

####Player %player% - Get the player's name. %player_name% - Get the player's name. %player_displayname% - Get the player's display name. %player_prefix% - Get the player's prefix. %player_suffix% - Get the player's suffix. %player_world% - Get the name of the world the player is in. ####Server %server_online% - Get the current number of players on the server. %server_max_players% - Get the maximum number of players that can join the server. %server_motd% - Get the server's MOTD. %server_ram_used% - Get the amount of RAM the server is using. %server_ram_free% - Get the amount of RAM the server is not using. %server_ram_total% - Get the total amount of RAM the server has currently allocated. %server_ram_max% - Get the maximum amount of RAM the server can allocate. %server_cores% - Get the available processor cores. ####Rank %rank% - Get the name of the rank. %rank_name% - Get the name of the rank. %rank_prefix% - Get the rank's prefix. Shorthand for %rank_option_prefix%. %rank_suffix% - Get the rank's suffix. Shorthand for %rank_option_suffix%. %rank_option_{option}% - Get the current value for the option. %rank_perm_{permission}% - Check to see whether the rank has the permission. ####JavaScript %javascript_{script}% - Execute a js script and print the returned value. (See here for how to make scripts) ####Time %time% - Get the current date and time, formatted as specified in the config. ####Economy %economy_balance_% - Get the balance of the player. (e.g. "1234.56") %economy_balformat_% - Get the balance of the player and format it. (e.g. "$1,234.56") %economy_display_% - Get the singular display name for the currency. (e.g. "Dollar") %economy_pluraldisplay_% - Get the plural display name for the currency. (e.g. "Dollars") %economy_symbol_% - Gets the symbol for the currency. (e.g. "$") (<currency> is optional, will use default currency if not specified.) ####Sound %sound_{sound-id}{volume}{pitch}% - Plays the sound at the player's location

Clone this wiki locally