MobHunting

MobHunting

114k Downloads

HolographicDisplays ignores Essentials currency-symbol setting

SlimeDog opened this issue · 4 comments

commented

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.

commented

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

commented

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).

commented

I tried to change

Essentials/config.yml

currency-symbol: '£'

And it worked on my test server???

2017-09-13_21 08 32

I use EssentialsX what do you use?

commented

Sheesh! It doesn't like EMPTY string ''. It works fine with blank string ' '.