Realizedd / TokenManager

An economy plugin for minecraft.
https://www.spigotmc.org/resources/tokenmanager.8610/
GNU General Public License v3.0
29 stars 48 forks source link

Token Balance Placeholders #12

Closed Elijeh closed 6 years ago

Elijeh commented 6 years ago

Would it be possible to add a PlaceholderAPI placeholder so the player's token balance is formatted and add a similar placeholder in the language file?

Realizedd commented 6 years ago

%tm_tokens% for PlaceholderAPI. Not sure what you mean by adding it to the lang file. Could you elaborate?

Elijeh commented 6 years ago

Yes I know about %tm_tokens%. I mean adding a placeholder that formats the balance (1000 > 1k, etc.).

A placeholder like this would be nice for PlaceholderAPI & the language file.

Realizedd commented 6 years ago

Will be added in v3.0.5, thanks

Realizedd commented 6 years ago

Implemented in 1e9aeb6.

For any token amount placeholder in lang.yml, append _formatted to display it as formatted.

For example, balance: '{PREFIX} &7Your token balance is &b%tokens_formatted% token(s)&7.'