Additions:
 added tag select message via gui.
 added reset tag message via gui.
 added messages area in gui / with a setting option 'settings.gui-messages'
 
 
 
 
  Code (Text):
 
 
 
  settings:
  
   gui-messages: true # setting this to true, will enable 'tag-select-message' & 'reset-message'
 
 
  
 
 
  Code (Text):
 
 
 
  ############################################################
  
 # +------------------------------------------------------+ #
  
 # |                    Messages                          | #
  
 # +------------------------------------------------------+ #
  
 ############################################################
  
 
  
 messages:
  
   tag-select-message: '&8[&6&lTags&8] &e%identifier% &7tag selected.'
  
   reset-message: '&8[&6&lTags&8] &7Reset tag.'
 
 
 
Bug Fixes:
 fixed an issue where tags would not load on first install.
 fixed forced-tag not working on non categories.
 
 
(!) Please look at latest config file to update new 1.6.3 features!