Added custom-messages-per-killer-player (custom messages for a killing player) as well as prefix-pvp and suffix-pvp (prefix and suffix for PVP messages only).
 
 Config changes:
 
 config-version updated to 37.
 
 Added under the prefix and suffix under death-messages (yes, the fact that they're comments is intentional):
 
 
 
 
  Code (Text):
 
 
 
  
   # If you want a prefix / suffix only for PVP messages, uncomment these:
  
   # prefix-pvp: "&a[&eD&a] &c"
  
   # suffix-pvp: ""
  
  
 
 
 Added under the custom-messages-per-player block:
 
 
 
 
  Code (Text):
 
 
 
  
 custom-messages-per-killer-player:
  
   # Same as above, but for killing players in PVP events.
  
   # To get the UUID of an online player, use /dmsg uuid player_name
  
  
  
   # "123e4567-e89b-12d3-a456-426655440000":
  
   #   natural:
  
   #     TNTKill:
  
   #       - "%plrtag% got blown up by a VIP player, %entity%!"  
  
  
 
 
 (custom-messages-per-player.conflict also controls custom-messages-per-killer-player)