Changes:
 - Added sneakingModifiesItem type-specific (All Types) option. This option modifies the way your item looks when sneaking. Example:
 
 
 
  Code (YAML):
 
 
 
  # Base weapon configuration
  
    type-specific:
  
      sneakingModifiesItem
  : true
  
      modifiedItem:
  
        material
  : WOOD_HOE
  
        nbt
  : mtcustom
  
        nbtvalue
  : modified_itemsnbt
 
 
 - Added more API events. 
https://api.mtwapens.nl/
 - Added mtwapens_rpg_bullet metadata to fireballs from RPG.
 - Added weapon range, use range config option.
 - Added headshots, use headshot-damage config option.
 
 
Fixes:
 - Stop fireballs from being hit back to the shooter.
 - Fixed worldguard issues.
 - Fix projectiles shooting straight.