Money prefix not showing dollar signSolved

I want to use $ as the currency, I know that you have previously stated it already does but I'm pretty sure the plugin I am using  called "Better Chat" by LaserHydra Is why It doesn't show the $ symbol by default so I changed the text in Economics.json File to add "${0}" to solve this but when it comes to "PlayerBalance": "Balance for {0}: {1:C}",Example I did try doing "PlayerBalance": "Balance for {0}: ${1:C}", but it still came up with the Example 2.

Is there a way to fix it with this plugin installed or is it something else, what do you think?

To clarify, I am not suggesting the plugin is broken, it isn't most likely but do you know a way to solve my issue?

You can change the symbol to anything you want, or use the advance format handling. The format is handled the C#, not any plugin specifically. The way it handles it by default is using the currency symbol from your server machine's locale. If your machine has something odd set, you can just change that {1:C} to ${1}.

Worked perfectly, thanks Wulf.

Love the plugin btw it is amazing :)

Locked automatically