Added Support for CMI hex color 
{#123456}
 
 
Added Disabled worlds option.
 - Additional tag command disable in these disabled worlds.
 - Tags don't get displayed from placeholders in these worlds.
 
 
 
 
  Code (YAML):
 
 
 
  settings:
  
   cmi-color-support
  : false 
  # allow the plugin to change color format to lagacy '&x', to support CMI Chat, This will override 'legacy-hex-format'
  
   tag-command-in-disabled-worlds
  : true 
  # should /tags command be disabled in 'disabled-worlds'.
  
   disabled-worlds
  : 
  # what worlds should tags be allowed in, tags in this world will not be shown.
  
     - 'lobby'
  
     - 'world2'