Additions:
 added locked-view to settings. this allows users to see tags they don't have access to in the gui.
 added EnternalTags to the merge manager.
 
 
Changed:
 general code improvements & removed a lot of duplicated used code.
 
 
(!) if you are updating from 1.7.1, there are 2 areas in config.yml you need to add
 
 
 
 
  Code (YAML):
 
 
 
  Settings:
  
   locked-view
  : false 
  # this setting allows players to view locked/unlocked tags.
 
 
 locked-permission will go where all the lores currently are.
 
 
 
 
  Code (YAML):
 
 
 
       locked-permission
  :
        - '&c&m
  -----------------------------'
  
        - ''
  
        - '&7No permission to select this tag!'
  
        - ''
  
        - '&cThis tag is locked!'
  
        - '&c&m
  -----------------------------'