HolographicDisplays ignores Essentials currency-symbol setting
SlimeDog opened this issue · 4 comments
Spigot 1.12.1
MH 5.0.9-B464
HolographicDisplays 2.2.6
Essentials/config.yml
currency-symbol: ''
but $ is displayed for Total_Coins (for example). I do not see the amount dropped in the database.
Strange??? I Use Essentials format ...
public String format(double amount) { return mEconomy.format(Misc.round(amount)); }
As you see I dont add the $ to the String............... hmmmm
Yeah, I saw that. Maybe HolographicDisplays does. I think I didn't see it with Holograms, but that has other problems (like lack of persistence).