🖇️Placeholders
A list of available internal placeholders
Last updated
A list of available internal placeholders
Last updated
These are the current placeholders available in the plugin. Please note that these are not PAPI placeholders, therefore they are not supported anywhere outside the plugin.
Available field represents where the placeholder can be used.
Config: Usable in the config.yml
file.
Lang: Usable in the language files. Example: en_US.yml
& any new language files that you may add later on.
Placeholder | Value | Available |
---|---|---|
Placeholder | Result |
---|---|
{PLAYER_NAME}
Display name of the player
Config + Lang
{PLAYER_X}
X value of player's current location
Config + Lang
{PLAYER_Y}
Y value of player's current location
Config + Lang
{PLAYER_Z}
Z value of player's current location
Config + Lang
{BOARD_LOC}
Returns the location of Delivery board block
Lang (Specific Lore)
{DURATION}
Time before the delivery ends or refreshes
Lang (Specific Lore)
{CURRENT_SUBMISSIONS}
Amount of players who have already submitted the delivery
Lang (Specific Lore)
{MAX_SUBMISSIONS}
Max amount of players allowed to complete the delivery
Lang (Specific Lore)
{SKIP_COST}
The amount of item/currency required to skip the delivery
Lang (Specific Lore)
%deliveryboard_name_<rank>%
Returns the name of the player on that rank. Rank can be from 1 to 10. Example: %deliveryboard_name_1%
will return name of the rank 1 player who has the highest points.
%deliveryboard_points_<rank>%
Returns the points of the player on that rank. Rank can be from 1 to 10. Example: %deliveryboard_points_1%
will return points of the rank 1 player.
%deliveryboard_cooldown_<id no.>%
Returns the cooldown for that Delivery. Id no can be from 0 to 26. 0 is the first delivery mentioned in active-deliveries
section in config. Example: %deliveryboard_cooldown_0%
will return remaining time until refresh for the first delivery.