greatman / Craftconomy

A MultiWorld/MultiCurrency economy plugin for Craftbukkit * DEPRECATED. Go in http://github.com/greatman/Craftconomy3 *
http://dev.bukkit.org/server-mods/craftconomy/
4 stars 1 forks source link

Minor currency & formatting ideas #19

Closed alkarinv closed 12 years ago

alkarinv commented 12 years ago

Primary Issue/FeatureRequest. My server has a currency but no minor currency. Basically we would like to display 1.35 coins, instead of 1 Coin 35 subcoin. Could you add in a config option for use minor?

secondary idea1) It might be nice to have an option in the config.yml that was something similar to. Currency: format: "{major}:{minor}"

secondary idea2) Some currencies need plural on 0, other do not. Examples ( 0 Gold, 0 Dollars) possible config change [ 0 name, name, plural name] major: [ Gold, Gold, Gold] <--- all the same in this case minor: [ Cents, Cent, Cents] <--- 0 Cents, 1 Cent, Multiple Cents

greatman commented 12 years ago

i like that. added to the todo.

alkarinv commented 12 years ago

Excellent, thanks greatman. As an aside I was making my own economy plugin when I saw Craftconomy that had all the elements that I wanted to put in, multicurrency, banks, multiworld, with a SQL backend. Basically nice work!

greatman commented 12 years ago

you are free to send pull requests ;)