Need a little help understanding chat colors. I have the Essentials Chat installed on my FTB Direwolf server and can change the color of 'prefix' in ./ForgeEssentials/chat.cfg. But that changes EVERYONE's prefix to the same color. What I'm looking for is the ability to change the prefix based on the player's Group (and when I say group, I'm using Fihgu's Permissions mod).
Example Messages:
[Owner]<username> <message>
[Admin]<username> <message>
[Mod]<username> <message>
<username> <message> <== standard player
I've attempted to modify ./world/FEData/ForgeConfig/PlayerInfo/<username>.cfg by modifying S
refix=%red[Owner]%reset, but that simply echoed the literal as %red[Owner]%reset<username> <message>.
I also attempted to add the following to <username>.cfg in hopes it would override the global chat config. But no luck.
Chat {
S:chatformat=%red%prefix%reset<%username> %white%message
}
Q. How do I accomplish per group prefix colorization using Fihgu's Permissions mod?
Thanks in advanced for your support.