Hello, Can anyone help me please! I've added [FACTION] to the format in the essentials chat but when i restart or reload in the game it just shows like [FACTION] [Group] [name]: [message] it dosen't show the faction name just the entier "[FACTION]" just exactly like that. Can someone please tell me how to fix it!
- Hann
- Hann
2
Use curly brackets,
{FACTION}
not [FACTION]
{FACTION}
not [FACTION]
In the config.yml for your EssentialsChat, you should see something like this for the format: (default)
format: '&8[&7{GROUP}&8]&f {DISPLAYNAME}&7:&f {MESSAGE}'
{GROUP} will display the users group their in. Change the &7 in front of it to change the color of the group text.
The reason it's doubling is because your setting the Prefix to the name of the group when it already shows the group for you.
Either that, Or Do you mind posting your plugins if that doesn't work? I usually charge for this, but if it works for you, could you please vouch over at my thread:
http://www.planetminecraft.com/forums/doing-full-server-setup-t255223.html
format: '&8[&7{GROUP}&8]&f {DISPLAYNAME}&7:&f {MESSAGE}'
{GROUP} will display the users group their in. Change the &7 in front of it to change the color of the group text.
The reason it's doubling is because your setting the Prefix to the name of the group when it already shows the group for you.
Either that, Or Do you mind posting your plugins if that doesn't work? I usually charge for this, but if it works for you, could you please vouch over at my thread:
http://www.planetminecraft.com/forums/doing-full-server-setup-t255223.html
