EssentialsChat problem

Discussion in 'Bukkit Help' started by Jyxtro, Apr 28, 2013.

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

    Jyxtro

    I've a problem with EssentialsChat, that is which if i want to set a coloured chat for a group, it doesn't work.

    This is the group in my permissions.yml file (i use pex):
    http://pastebin.com/d1nwVhRr

    This is my EssentialsChat configuration in config.yml of Essentials:
    http://pastebin.com/R9HhNEG4

    But when i try to write in chat, the message is white and no yellow.

    This is the list of my plugin:
    http://i43.tinypic.com/5e753m.jpg

    Please, help me...

    Thanks, Jyxtro.
     
  2. Offline

    bastion

    this is the top/beginning of the essentials config.yml file, you have to change the values for items 3 4 and 5 to have essentials chat use the info from your pex groups.

    Code:
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'none'
     
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: ''
     
    # Disable this if you have any other plugin, that modifies the displayname of a user.
    change-displayname: true
     
    # When this option is enabled, the (tab) player list will be updated with the displayname.
    # The value of change-displayname (above) has to be true.
    change-playerlist: true
     
    # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
    # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
    # The value of change-displayname (above) has to be true.
    # If you don't set this, it will default to true if essentials chat is installed.
    # Don't forget to remove the # in front of the line
    add-prefix-suffix: true
     
  3. Offline

    Jyxtro

    Doesn't work :(
     
  4. Offline

    Necrodoom

    no.... why does no one ever read.

    disable chatmanager, paste screenshot of current chat.
     
  5. Offline

    Jyxtro

    I haven't ChatManager.

    This is the screen:

    [​IMG]
     
  6. Offline

    bastion

    Funny, I actually read a lot. Just because the config says it defaults to true doesn't mean it always works.
     
  7. Offline

    Necrodoom

    if it didnt work you wouldnt have essentialschat.
     
  8. Offline

    Jyxtro

    How can i fix? :(
     
  9. Offline

    Necrodoom

     
  10. Offline

    bastion


    necrodoom, he did, you really should pay closer attention to the actual thread topic rather than pissing on other people who are just trying to help.
     
  11. Offline

    Necrodoom

    sorry, long day of having to correct people about all sorts of functions, best when i spent 15 minutes explaining that vault isnt any similar to groupmanager.
    try edit the regular essentialschat format and see if it changes anything.
     
  12. Offline

    Jyxtro

    What do you mean with "try edit the regular essentialschat format and see if it changes anything"?
     
  13. Offline

    Necrodoom

    format: '<{DISPLAYNAME}> {MESSAGE}'
    try set to
    format: '<{DISPLAYNAME}> &e{MESSAGE}'
    see if you get color in message. if yes, something is wrong with the group name, if not, startup log may have info.
     
  14. Offline

    Jyxtro

    Doesn't work. In the log all works! The group name is right, i don't know what i've to do.
     
  15. Offline

    Necrodoom

    changing this doesnt show a yellow message? paste startup log then.
     
  16. Offline

    Jyxtro

  17. Offline

    Necrodoom

  18. Offline

    Jyxtro

    I've tried on home host.

    With a few plugins, that doesn't work anyway.
     
  19. Offline

    Jyxtro

Thread Status:
Not open for further replies.

Share This Page