Added:
 - 1.21 support 
(3.6)
 - Added support for 
HeadDatabaseAPI 
(3.6.2)
 
 
 
  Code (YAML):
 
 
 
  voucher
  :
   
  # The material.
  
   item
  : 'PLAYER_HEAD'
  
   
  # The name of the item.
  
   name
  : '&cA player head example'
  
   
  # The lore of the item.
  
   lore
  :
     - '&7Use this voucher to get fancy trims.'
  
     - '&7&l
  (&6&l!&7&l
  ) &7Right click to redeem.'
  
   
  # Only uncomment this if using HeadDatabase by Arcaniax
  
   skull
  : '61151'
  
   
  # The items to give when claiming the voucher.
  
   items
  :
     
  # Only uncomment this is using HeadDatabase by Arcaniax
  
     - 'Item:PLAYER_HEAD, Skull:61151, Name:&cA fancy head, Lore:&eA fancy lore,&7with lines, Amount:3, Glowing:true'
  
  
 
 
 
Fixed:
 - Issue with one of our dependencies 
#70 
(3.6.1)
 - Null pointer exception with HeadDatabaseAPI 
(3.6.3)
 
 
Removed:
 - 1.20.6 support 
(3.6)