1. How can i get rid of this? the blue color code is colliding with the first bracket of my guild tag. heres my config
    }
    Koni {
    groups {
    - 'admin'
    }
    permissions {
    }
    nameFormat = '%name%'
    chatFormat = '[0036f9]HeadAdmin %name% : [FFFFFF]%message%'
     

    Attached Files:

  2. remove or change this code [0036f9]
     
  3. Anyway i could keep the color code? really want to stand out. cheers!
     
  4. [0036f9]HeadAdmin[FFFFFF] %name% : [FFFFFF]%message%
     
  5. yup, what smallo said, is your "trick"...
    the problem is:
    your name (in some cases) is not "only your %name%" but also your guild tag.
    and i bet, in the permission file, you have set the guild Tag to [red], thats why it shows this.

    if you do what smallo said, you should be fine
     
  6. Thanks smallo! worked :)