- Added Permission multipliers - e.g. a player with the permission "moneyfrommobs.multiplier.50" will get 50% more money
  
 - Optimized code a lot - values are now loaded on start up, so values from the config don't have to be continuously fetched from the config 
  
 - Added Trader llama to the default config.
  
 - Added NumberOfDrops option for MythicMobs
  
 - Added NumberOfDrops option for Players
  
 - Fixed custom heads from not being able to be picked up when inventory is full
  
 - Fixed custom heads from being able to be picked up by hoppers
  
For plugin developers:
 I haven't made an API just yet but there are now events you can listen to so you can make your own addons. 
 The events are:
 - AttemptToDropMoneyEvent - triggered when a mob that is enabled in the config dies
 - DropMoneyEvent - triggered when money is dropped on the ground
 - GiveMoneyEvent - triggered when money is given to the player by either picking up money or killing a mob for money.
 
 E.g. you can listen to the DropMoneyEvent and if the player is holding a sword with a certain name you can change the drop chance