New placeholders for top
Closed this issue · 4 comments
kforbro commented
Please add new placeholders:
%rediseco_top_1_prefix_<currency>%
%rediseco_top_1_suffix_<currency>%
%rediseco_top_1_displayname_<currency>%
%rediseco_top_position_<short/formatted>_<currency>%
- Shows what position the player is at in the leaderboard
- add MoneyFormat for formatted option
DisplayName must be stored in the database, since it cannot be obtained for an offline player. Prefix and Suffix can be taken from the Vault (or stored in the database as well)
Emibergo02 commented
what do you mean with prefix and suffix?
That's not an economy feature
kforbro commented
Emibergo02 commented
OK. Working on it.
It would be
%rediseco_top_1_playerprefix_%
%rediseco_top_1_playersuffix_%
to distinguish the currency symbol and player suffix and prefix
Emibergo02 commented
Done