# Chat formatting can be done in two ways, you can either define a standard format for all chat. # Or you can give a group specific chat format, to give some extra variation. # For each of these formats, you can specify a sub format for each chat type. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting # Note: Using the {PREFIX} and {SUFFIX} placeholders along with {DISPLAYNAME} may cause double prefixes/suffixes to be shown in chat unless add-prefix-suffix is uncommented and set to false. # Available placeholders: # {MESSAGE} - The content of the chat message. # {USERNAME} - The sender's username. # {DISPLAYNAME} - The sender's display name. # {NICKNAME} - The sender's Essentials nickname. If the sender has no nickname, the username is shown. # {PREFIX} - The sender's prefix, supplied by a permissions plugin. # {SUFFIX} - The sender's suffix, supplied by a permissions plugin. # {GROUP} - The sender's primary group name, supplied by a permissions plugin. # {WORLD} - The world alias of the sender's current world. See the world-aliases section below for details. # {WORLDNAME} - The full name of the sender's current world. # {SHORTWORLDNAME} - The first character of the sender's current world. # {TEAMNAME} - The sender's scoreboard team name. # {TEAMPREFIX} - The sender's scoreboard team prefix. # {TEAMSUFFIX} - The sender's scoreboard team suffix. format: '{DISPLAYNAME} {tag}&8&l≫ &f{MESSAGE}' #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}' #format: '&7{PREFIX}&r {DISPLAYNAME}&r &7{SUFFIX}&r: {MESSAGE}' # You can also specify a format for each type of chat. # format: # normal: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}' # question: '{WORLDNAME} &4{DISPLAYNAME}&7:&r {MESSAGE}' # shout: '{WORLDNAME} &c[{GROUP}]&r &4{DISPLAYNAME}&7:&c {MESSAGE}' # You can specify a format for each group.