- Changed the default: random money amount given, taken money on death and sound name in config.
- Sound name is now ITEM_ARMOR_EQUIP_GOLD.
- Money amount 'to' was changed from 8.0, to 7.0.
- Money taken on death was from 100 to 150, now 10 to 30.
- Changed 'roundedMoney' in config to 'moneyDecimals'.
- Can set how many decimals the money should be picked up with.
- Default: 1, meaning i.e. $3.5. Value of 3 would be i.e. $3.530.
- Please don't forget to add it to your config. It will be set to 0 if you don't add it to your config.
- When you pick up more coins at once, it sends a message of the total worth of all coins picked up, instead of only the last one picked up.
- Coins don't drop anymore at a killed player if the player's balance is lower than 0.
- Dropping coins (with /coins drop) now drops one coin per tick. Which results in a nice effect.
- This plugin now requires Java 8.
- Added some more metrics for bStats.
Add this to your config when upgrading from 1.4:
Code (Text):
# How many decimals should money have? Set to 0 for integers/rounded money (i.e. $3 $6 $8).
# Value 1 (default) means i.e. $2.3 $5.8 $8.0, value of 2 means i.e. $5.23, $3.70, $6.99, etc.
moneyDecimals: 1