forked from sulphi-fox/ChatColor2
-
Notifications
You must be signed in to change notification settings - Fork 0
Group Colours
TejasLamba2006 edited this page Jul 26, 2026
·
1 revision
Group colours assign a chat colour based on a player's permissions. They're stored in plugins/ChatColor3/groups.yml.
If a player has the permission chatcolor.group.<name>, they are assigned that group's colour. If force-group-colors is true in config.yml, players cannot override their group colour.
/chatcolor group add staff &b
/chatcolor group add vip &6&l
/chatcolor group add rainbow &u[c,9,a]
Edit groups.yml:
staff: '&b'
vip: '&6&l'Then run /chatcolor reload.
Assign group colours via permissions:
-
chatcolor.group.staff— player gets thestaffgroup colour -
chatcolor.group.vip— player gets thevipgroup colour
Use your permissions plugin (LuckPerms, etc.) to grant these.
/chatcolor group list # List all group colours
/chatcolor group remove staff # Remove a group colour
When a player has multiple group permissions, the first matching group (in config order) is used.