Essentials Chat Help

Discussion in 'Bukkit Help' started by Sweet_Mafia, May 4, 2011.

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

    Sweet_Mafia

    Well I have a few groups I want to add different colors. Colors to only the name, but the essentials chat is confusing.

    Groups (in colour)

    Admin
    Moderator
    Donator
    Builder

    Now this is where I configure essentials chat, if someone could do a example with admin and
    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsChat                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
    chat:
      radius: 0
    
      # If set to the default chat format which "should" be compatible with ichat.
      format: '<{DISPLAYNAME}> {MESSAGE}'
      #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
    
      # You can also have group-specific formats, uncomment to enable:
      group-formats:
      #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
      #  Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
       
    
     
  2. Offline

    TuRmoiLxx

    I don't recommend using Essentials Chat. I recommend using HeroChat or iChat to do it for you.

    iChat uses the Prefix's/Suffix's of permissions. Meaning if your prefix on permissions is hello and you assign a user to that group with the prefix "hello" it would show up as [Hello] Usernamehere: in-game.

    HeroChat is more of an advance chat plugin.

    If you have questions feel free to ask me.
     
  3. Offline

    ha11oga11o

    Lol,

    but guy ask question... why someone do not JUST answer it! Dont need advert for another plugin... i need same thing here!
     
  4. Offline

    Necrodoom

    Code:
    ############################################################
    # +------------------------------------------------------+ #
    # |                  EssentialsChat                    | #
    # +------------------------------------------------------+ #
    ############################################################
     
    # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
    # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
    # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
    # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
    chat:
      radius: 0
     
      # If set to the default chat format which "should" be compatible with ichat.
      format: '<{DISPLAYNAME}> {MESSAGE}'
      #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
     
      # You can also have group-specific formats, uncomment to enable:
      group-formats:
        Builder: '<&b{DISPLAYNAME}> {MESSAGE}'
        Admin: '<&c{DISPLAYNAME}> {MESSAGE}'
        Donator: '<&9{DISPLAYNAME}> {MESSAGE}'
        Moderator: '<&a{DISPLAYNAME}> {MESSAGE}'
     
    
    http://wiki.ess3.net/wiki/Chat_Formatting#Chat_Formatting

    i recommend sticking with essentialschat. switching to herochat or ichat changes nothing.
     
Thread Status:
Not open for further replies.

Share This Page