Replies: 1 comment
-
|
Answered in Discord |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I make sure that the command I'm using, “/eco give name 1.000”, gives 1,000 units of currency instead of 1.00 (which doesn't make sense for Europeans)... I've already fixed the balance (now if someone has 1,000 units of currency, it shows 1,000.00).
" The format of currency, excluding symbols. For symbol configuration, see 'currency-symbol-format-locale' below.
"#,##0.00" is how the majority of countries display currency.
currency-format: "#,##0.00"
"
What does that mean? Does it have anything to do with what I need to do?
Beta Was this translation helpful? Give feedback.
All reactions