Changes:
 
 
 - Added support for lore for default/color/custom costumes.
  
 - Added support for the tag Unbreakable. 
  
 - Changed costume parser of config.yml.
  
Short Tutorial for tags and lore (you can also find it in the latest config.yml)
 
 
 
 
  Code (Text):
 
 
 
  # How to add a lore?
  
 # Samples:
  
 
  
 # - '1:lore:&eThat is my custom lore'
  
 # - '1:2:lore:&aLore line 1:&eLore line2:Lore line3'
  
 # - 'skull:MHF_Pig:lore:&4That is another lore'
  
 
  
 # How to add unbreakable tag?
  
 # - '1:unbreakable'
  
 # - '1:1:unbreakable'
  
 # - 'skull:MHF_Pig:unbreakable'
  
 
  
 # Warning! If you use both lore and unbreakable add the unbreakable tag before the lore.
  
 # - '1:unbreakable:lore:&eThat is my custom lore'