iconomy5legacy / iConomy

iConomy 5 (Towny Edition)
15 stars 14 forks source link

[Suggestion] Customize $ sign position and K, M, B, T, Q characters and position #34

Open Tuaniwan opened 1 year ago

Tuaniwan commented 1 year ago

It would be nice if in the config we could chose between 'before' and 'after' for the position of the $.

Additionally, it would be a little extra thing to be able to pick the character for each K, M, B, T, Q, and their position/spacing as well if that's not too much to ask

for the position, for example:

display_value: '%dollar_sign_or_currency_name% %value% %character_indicator% ' # $ '50 M'
display_value: '%dollar_sign_or_currency_name%: %value%%character_indicator% ' # '$: 50M'
display_value: '%value% %character_indicator% %dollar_sign_or_currency_name% ' #  '50 Mil Coins'

and so on. Something like that?

for the character, for example:

K: 'k'
M: 'Mil'
B: 'Bil'
T: 'T'
Q: 'Q'

Thanks!