forked from sulphi-fox/ChatColor2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
TejasLamba2006 edited this page Jul 26, 2026
·
1 revision
The main command is /chatcolor. A custom alias can be set via settings.command-name in config.yml.
| Command | Description | Permission |
|---|---|---|
/chatcolor |
Show your current colour (or open GUI if command-opens-gui is true) |
chatcolor.use |
/chatcolor <colour> [modifiers] |
Set your colour | chatcolor.change.self |
/chatcolor <player> <colour> [modifiers] |
Set another player's colour | chatcolor.change.others |
/chatcolor gui |
Open the colour GUI | chatcolor.gui |
/chatcolor clear |
Clear your colour | chatcolor.clear |
/chatcolor available |
List colours/modifiers you can use | chatcolor.use |
/chatcolor add <modifier> |
Add a modifier to your current colour | chatcolor.change.self |
/chatcolor remove <modifier> |
Remove a modifier from your current colour | chatcolor.change.self |
/chatcolor pause |
Toggle chat colouring on/off for yourself | chatcolor.use |
/chatcolor help |
Show help links | chatcolor.use |
| Command | Description | Permission |
|---|---|---|
/chatcolor set <setting> <value> |
Change a plugin setting | chatcolor.admin |
/chatcolor confirm |
Confirm a pending setting change | chatcolor.admin |
/chatcolor reset |
Reset all configs to defaults | chatcolor.admin |
/chatcolor reload |
Reload all configs | chatcolor.admin |
/chatcolor group list |
List group colours | chatcolor.admin |
/chatcolor group add <name> <colour> |
Add a group colour | chatcolor.admin |
/chatcolor group remove <name> |
Remove a group colour | chatcolor.admin |
/chatcolor custom list |
List custom colours | chatcolor.admin |
/chatcolor custom add <name> <colour> |
Add a custom colour | chatcolor.admin |
/chatcolor custom remove <name> |
Remove a custom colour | chatcolor.admin |
From console, you can only set colours for online players:
chatcolor <player> <colour> [modifiers]
Player-only commands (gui, available, pause, etc.) must be run in-game.
| Format | Example | Description |
|---|---|---|
| Name |
red, dark.blue
|
Named colour |
| Code |
c, 4
|
Single-char colour code |
| Hex | #FF8800 |
Hex colour |
| Rainbow |
&u[red,blue,green] or &u[c,9,a]
|
Cycles colours per character |
| Gradient |
&g[red,blue] or &g[c,9]
|
Smooth blend between colours |
| Custom | %vip |
Named custom colour |
| Default | default |
Reset to server default |
| Name | Code | Effect |
|---|---|---|
obfuscated |
k |
Magic/obfuscated text |
bold |
l |
Bold text |
strikethrough |
m |
Strikethrough |
underlined |
n |
Underline |
italic |
o |
Italic text |