EssentialsX

EssentialsX

2M Downloads

How to replace number divider?

molor opened this issue ยท 1 comments

commented

How to replace the [NB SP] character in money output?

I mean this: $3**[NB SP]**696,67

Examples in chat of my server:
2016-08-04_16 45 36
2016-08-04_16 46 23

commented

This minor bug was introduced in 282ec81 and requires you to simply override currency-symbol-format-locale in the config and set it to en-US (US currency formatting). As seen here.

Alternatively, this has been fixed in 5187be5. You can grab the fix from build 422 on the CI server.