Essentials Chat; Group Chat Color

Discussion in 'Bukkit Help' started by PickleTit, Nov 14, 2014.

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

    PickleTit

  2. Offline

    OTF Catastrophe

    Well on the essentials side right before you put {MESSAGE} put the color code. &4{MESSAGE}. On the GroupManager side where it sets prefix thats just the group prefix and the color of the players name. Doing &4 before {MESSAGE} then reloading should change the color of the players message.
    EDIT: You need to get rid of the # before format for it to be actively working. And I suggest under where it says "group-formats" you create the format for your default group as well, whatever its name is.
     
  3. Offline

    PickleTit

    http://gyazo.com/e36a94a340fa8dcec18cdf5ea385062f
    it still no work :(
     
  4. Offline

    17xDillz1997

    That should work..
     
  5. Offline

    SleepyDog

    You have
    format: listed twice. You need to put a # before one of them.
     
  6. Offline

    PickleTit

    I put a # on the:
    format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    and it didnt work so I replaced it and added it on the:
    format: '{DISPLAYNAME}: &4{MESSAGE}'
    and it still didnt work.

    17xDillz1997
    no it isnt working for some reason and I really need help on this because im launching my server today.
     
  7. Offline

    17xDillz1997

    Mind posting your new config?
     
  8. Offline

    PickleTit

  9. Offline

    17xDillz1997

    Hm, try removing the &f in it. I don't have that in mine and on default it's white.

    And remember /ess reload
     
  10. Offline

    BoomScoom



    Try this:

    format: '<{DISPLAYNAME}> {MESSAGE}'
    format: '&r {DISPLAYNAME}&7:&r {MESSAGE}'

    group-formats:
    Owner: '{DISPLAYNAME}&7:&6 {MESSAGE}'

    Hope that works for you
     
  11. Offline

    SleepyDog

    format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    Should be the group layout


    Owner: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
     
Thread Status:
Not open for further replies.

Share This Page