Emibergo02/RedisEconomy

New placeholders for top

Closed this issue · 4 comments

Please add new placeholders:

  1. %rediseco_top_1_prefix_<currency>%
  2. %rediseco_top_1_suffix_<currency>%
  3. %rediseco_top_1_displayname_<currency>%
  4. %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)

what do you mean with prefix and suffix?
That's not an economy feature

what do you mean with prefix and suffix? That's not an economy feature

Prefixes of players, yeah, not an economy feature, but it is useful for beautiful top displaying
image

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

Done