Added ability to disable coins in specific worlds, add this to your config:
Code (Text):
# List all worlds you want Coins to be disabled in here.
# Example for disabling two worlds called 'creative' and 'plots':
# disabledWorlds:
# - plots
# - creative
disabledWorlds:
Added a CoinDropEvent:
See an example of the event
here.
Code (Text):
CoinItem.sunflower()
// is now deprecated, use instead:
CoinItem.sunflower( boolean stackable )
- and small improvements