Added a new feature that allows customizing the death message based on the name of the weapon item that the player was killed with.
 
 Config changes: config-version upped to 53.
 Added a new section below custom-messages-per-killer-player:
 
 
 
 
  Code (YAML):
 
 
 
  custom-messages-per-weapon-name
  :
    
  # Same as above, but for weapon names. The key is a regular expression,
  
   
  # similar to the ones used in custom-mob-death-messages (see it for more).
  
  
  
   
  # "Super Duper Sword_*": # all weapons with names that start with...
  
   
  #   pvp:
  
   
  #     PlayerCustom:
  
   
  #       - "%plrtag% was slain by %killer% using the mightiest weapon of all"