Groups showing with several brackets

Discussion in 'Bukkit Help' started by winsdor2252, May 28, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    winsdor2252

    I am using essentials groupmanager and coloredgroups plugins and i have the groups showing up in the color i want them but when a user types ingame it shows the group like this Member[][] i have looked all in my code and cant see my error i am posting my groups config files for anyone that can edit them to resolve this issue

    the colors listed in the files are what i want the color to be when it shows in chat i just need the [] to surround the group name and only have 1 set of brackets

    i have the following plugins in my server

    • World Guard
    • Core inspect
    • WorldEdit
    • AutoSaveWorld
    • ColoredGroups
    • ColoredTexts
    • Essentials
    • Essentials GeoIP
    • Essentials Group Manager
    • WorldGuardFlyFlag
    • WorldGuard
    • Colors
    • iChat
    Code:
    Colored groups script:
     
    # ColoredGroups Configuration
     
    # Use Color codes to represent colors
     
    # Prefix is group name, Suffix is player name, Muffix is message
     
    # These groups should match those in your supported permissions plugin
     
    # The ShownGroup is the group shown in chat
     
    # Formatting chat: %g = Group, %p = Name, %m = Message
     
    # You can change the [] to () or {} if you like, ex: (+g)
     
    # You can add spaces if you want, ex: [+g] %p: %m
     
    # Want a color and a display modifier? Use 'color+modifier' Ex: '&4&n'
     
    # If you want the ability to use /cg set in game allow 'in-game-set'
     
    # If you want ColoredGroups to use vault to import groups, set import to true!
     
    # Set allow-color-codes to true to allow everyone to use color codes in chat
     
    # If set to false, requires 'coloredgroups.coloredchat' to use color codes in chat
     
    groups:
     
    Default:
     
    Prefix: '&9Member'
     
    Suffix: '&b'
     
    Muffix: '&f'
     
    Format: '[%g]%p: %m'
     
    ShownGroup:
     
    - null
     
    VIP:
     
    Prefix: '&6VIP'
     
    Suffix: '&b'
     
    Muffix: '&f'
     
    Format: '[%g]%p: %m'
     
    ShownGroup:
     
    - null
     
    Moderator:
     
    Prefix: '&6Chat-Mod'
     
    Suffix: '&d'
     
    Muffix: '&f'
     
    Format: '[%g]%p: %m'
     
    ShownGroup:
     
    - null
     
    Admin:
     
    Prefix: '&4Admin'
     
    Suffix: '&e'
     
    Muffix: '&f'
     
    Format: '[%g]%p: %m'
     
    ShownGroup:
     
    - null
     
    Owner:
     
    Prefix: O&5W&7N&2E&4R
     
    Suffix: '&9&n'
     
    Muffix: '&6'
     
    Format: '[%g]%p: %m'
     
    ShownGroup:
     
    - null
     
    options:
     
    debug: false
     
    import: false
     
    in-game-set: true
     
    backup-on-disable: true
     
    allow-color-codes: false
     
    override: false
     
    Group manager script
     
    # Group inheritance
     
    #
     
    # Any inherited groups prefixed with a g: are global groups
     
    # and are inherited from the GlobalGroups.yml.
     
    #
     
    # Groups without the g: prefix are groups local to this world
     
    # and are defined in the this groups.yml file.
     
    #
     
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
     
    groups:
     
    Default:
     
    default: true
     
    permissions:
     
    - -bukkit.command.kill
     
    inheritance:
     
    - g:essentials_default
     
    - g:bukkit_default
     
    info:
     
    prefix: ''
     
    build: true
     
    suffix: ''
     
    VIP:
     
    default: false
     
    permissions:
     
    - -bukkit.command.kill
     
    inheritance:
     
    - g:essentials_default
     
    - g:bukkit_default
     
    info:
     
    prefix: ''
     
    build: true
     
    suffix: ''
     
    Owner:
     
    default: false
     
    permissions:
     
    - '*'
     
    inheritance:
     
    - admin
     
    info:
     
    prefix: ''
     
    build: true
     
    suffix:
     
    Moderator:
     
    default: false
     
    permissions: []
     
    inheritance:
     
    - builder
     
    - g:essentials_moderator
     
    - g:bukkit_moderator
     
    - g:towny_moderator
     
    info:
     
    prefix: ''
     
    build: true
     
    suffix: ''
     
    Admin:
     
    default: false
     
    permissions: []
     
    inheritance:
     
    - moderator
     
    - g:essentials_admin
     
    - g:bukkit_admin
     
    - g:towny_admin
     
    info:
     
    prefix: ''
     
    build: true
     
    suffix: ''
     
  2. Offline

    np98765

    Moved to Bukkit Help. :)
     
  3. Offline

    winsdor2252

    close topic resolved issue myself using the following video

     
  4. Offline

    whaling

    Does iChat have this functionality (prefixes/suffixes) as well?
     
  5. Offline

    winsdor2252

    it kinda does but it messes up its best to do it this way in the video
     
Thread Status:
Not open for further replies.

Share This Page