Changing currency to dollars?Solved
hello,
ive got a question about the economic plugin, is there a possibility to change the currency to $, i now have the original currency i guess.
it would be nice if anybody could respond.
thanks.
The Economics plugin already uses $. You can change the symbol in the oxide/lang files though.
it shows a the currency was a kinda o but with lines on the corners, very hard to explain. 1 question left, you know where to exactly change the symbool in the lang file? ive changed every c to a $ but it doenst work.
Ah sorry, it's actually based on the locale you have set. So for English, it'd be $ automatically. The {0:C} is where it is set, the :C is what does the automatic formatting. So if you want to hard-code that instead, you can use something like: ${0} instead of {0:C}.
oke thanks, if change it to $ will it be able to work with the rust reward plugin because that cuurency is $ automatically?
It's just for looks, but if that plugin just uses Economics, then I'd assume so.
well it didnt work with the other symbol, but ill try. many thanks for your time and help.
What didn't work? You'd simply change what I mentioned previously, reload the plugin (or restart the server) and the messages would be updated. There isn't anything else that is tied to currencies, it's just numbers.
Locked automatically