If you are updating from 1.5.7.2 or below make sure you read below!
 
 
Additions:
 Added ability to disable layout items.
 
 
 
  Code (Text):
 
 
 
  gui:
  
   # disable items in the gui.
  
   # setting these values to false will not display the item in tag gui.
  
   items:
  
     close-item: true
  
     refresh-item: true
  
     reset-item: true
  
     glass-item: true # this only applies to 'layout1'
  
     active-item: true
 
 
 Added new permission: supremetags.tag.* gives access to all tags.
 Added new placeholders:
 
 
 
  Code (Text):
 
 
 
  - %supremetags_identifier% - gets the name of the players active tag.
  
 - %supremetags_description% - gets the description of the players active tag.
  
 - %supremetags_permission% - gets the permission of the players active tag.
  
 - %supremetags_category% - gets the category of the players active tag.
  
 - %supremetags_cost% - gets the cost of the tag (if cost is enabled)
 
 
 
Fixes:
 Fixed an issue where you could not select a tag if the material was hdb-<id> display.
 Fixed an issue where identifer would pull a null error.
 Fixed/adjusted updating gui.
 Fixed default-latest-config.yml from not resetting/updatting.
 
 
Changes: 
 - Updated PlaceholderAPI to 2.11.3
 - Updated H2 to 2.1.214
 - Made SupremetagAPI static access. `Supremetag.getTagAPI()`
 - Config changes
 
 
Where's Personal tags?
 
This will take a bit longer due to extra work needed that will take longer. (Will come in 1.6.1)
 
 
(!) This version contains config changes that will break current values for gui, please make sure you update from your 'DEFAULT-CONFIG-LATEST.yml' file.