Skip to content

Group Colours

TejasLamba2006 edited this page Jul 26, 2026 · 1 revision

Group Colours

Group colours assign a chat colour based on a player's permissions. They're stored in plugins/ChatColor3/groups.yml.

How It Works

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.

Creating Group Colours

Via command

/chatcolor group add staff &b
/chatcolor group add vip &6&l
/chatcolor group add rainbow &u[c,9,a]

Via config

Edit groups.yml:

staff: '&b'
vip: '&6&l'

Then run /chatcolor reload.

Permissions

Assign group colours via permissions:

  • chatcolor.group.staff — player gets the staff group colour
  • chatcolor.group.vip — player gets the vip group colour

Use your permissions plugin (LuckPerms, etc.) to grant these.

Managing

/chatcolor group list               # List all group colours
/chatcolor group remove staff       # Remove a group colour

Priority

When a player has multiple group permissions, the first matching group (in config order) is used.

Clone this wiki locally