So on my server, we are looking for a way to give players and staff colored chat for each group. For example, Default would have &7 for chat, Mods would have &b, Admins &c, and Owners &d. However, I tried formatting this in the Essentials config under the Chat section with each group, and I can't seem to get it going correctly. Is there a plugin that simply adds color to chat for each group so that your actual chat is colored that by default? The bland white is eye-straining. We like EssentialsChat in every other aspect, so we're looking for a way to keep the actual plugin active, but just add color to each group's chat. If there is a way to do this IN the essentials config, would you kindly share the method? If not, is there a plugin that just adds color to every group that can work alongside EssentialsChat? In case it's any help, I will post what we have in our Essentials config under the EssentialsChat section if anyone can help find out what the problem is. ---------- ############################################################# +------------------------------------------------------+ # # | EssentialsChat | ## +------------------------------------------------------+ ############################################################# chat: # 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 (!) # Users with essentials.chat.question can override this by prefixing text with a question mark (?) # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section." radius: 0 # 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. # If set to the default chat format which "should" be compatible with ichat. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting #format: '{WORLDNAME} {GROUP} <{DISPLAYNAME}> {MESSAGE}' format: '{DISPLAYNAME}&7:&r {MESSAGE}' group-formats: Owner: '{DISPLAYNAME}&7:&b {MESSAGE}' Admin: '{DISPLAYNAME}&7:&d {MESSAGE}' Moderator: '{DISPLAYNAME}&7:&b {MESSAGE}' Builder: '{DISPLAYNAME}&7:&f {MESSAGE}' Default: '{DISPLAYNAME}&7:&f {MESSAGE}' # If you are using group formats make sure to remove the '#' to allow the setting to be read. ---------- I know there is HeroChat that can do chat color codes, but we don't really like HeroChat. This is technically meant to be a plugin request because I can't find any plugins updated to 1.6 that have what I'm looking for.