Essentials Chat Help

Discussion in 'Bukkit Help' started by Compliance, Mar 1, 2015.

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

    Compliance

    Hello I'm Making a server and I'm trying to make a donator group that has a specific color chat. with out doing &3[Message].

    I've tried doing this:


    format: '<{DISPLAYNAME}> {MESSAGE}'
    format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'

    group-formats:
    Apprentice: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
    Warrior: '&6[{GROUP}]&f {DISPLAYNAME}:&f {MESSAGE}'
    Knight: '&b[{GROUP}]&f {DISPLAYNAME}:&f {MESSAGE}'
    Hero: '&4[{GROUP}]&f {DISPLAYNAME}:&f {MESSAGE}'
    Lord: '&2[{GROUP}]&f {DISPLAYNAME}:&6 {MESSAGE}'
    Legend: '&2[{GROUP&f {DISPLAYNAME}:&6 {MESSAGE'

    But it doesnt seem to work. and this is one of the groups in GroupManager:

    Legend:
    default: false
    permissions:
    - essentials.kits.Weekly
    - essentials.kit
    - essentials.kits.Legend
    - essentials.sethome.multiple.Legend
    - silkspawners.place.*
    - silkspawners.silkdrop.*
    - essentials.heal
    inheritance:
    - player
    info:
    prefix: '&3[&dLegend&3]'
    build: true
    suffix: ''

    Please help. Thanks
     
  2. Offline

    Boomer

    essentials will use only the format:
    or group-formats: cluster, one or the other, but not both
    Comment the format: entries out

    Also, you've overdosed on typos for the Legend format one, missing backets, braces, etc
     
Thread Status:
Not open for further replies.

Share This Page