IMPROVED Custom currency symbols are now rendered more consistently across menus and messages.
This change comes with some manual changes you need to do: Update all your lang files (if you are a premium user) to add {symbol} behind any instance of {price}
I.e.:
Code (YAML):
price_set:
title
:
"<yellow><bold>Price: {price}{symbol}/item</bold></yellow>"
lore
:
-
"{separator}"
- "<gray>Your offer
: <gold>
{price
}
{symbol
}</gold> per item</gray>
"
- "<gray>Original
: <white>
{original
}
{symbol
}</white> per item</gray>
"
- "
"
- "<yellow>Click to change</yellow>
"