Added configurable default values for these placeholders...
- %theosiseconomy_richest_<position>_name%
- %theosiseconomy_richest_<position>_uuid%
- %theosiseconomy_richest_<position>_balance%
- %theosiseconomy_richest_<position>_balance_formatted%
... for when the
<position> value does not correspond to a player.
By default they will resolve to "N/A" - in order to configure them, either regenerate your config.yml or add this section to your current config.yml:
Code (Text):
settings:
# Settings related to PlaceholderAPI placeholders
placeholders:
# What the %theosiseconomy_richest_<position>_name% placeholder will be replaced with if there is no player in the specified position on "/balancetop"
baltop-position-name-none: "N/A"
# What the %theosiseconomy_richest_<position>_uuid% placeholder will be replaced with if there is no player in the specified position on "/balancetop"
baltop-position-uuid-none: "N/A"
# What the %theosiseconomy_richest_<position>_balance% placeholder will be replaced with if there is no player in the specified position on "/balancetop"
baltop-position-balance-none: "N/A"
# What the %theosiseconomy_richest_<position>_balance_formatted% placeholder will be replaced with if there is no player in the specified position on "/balancetop"
baltop-position-balance_formatted-none: "N/A"