You can now send messages of pretty much any color in chat. Here are the chat commands. Click Here to see all of the named colors with their rgb and hex values you can use. You are not limited to these named colors. You can make ANY color you want if you use the rgb methods.
Command | Description |
/chaton | Sets your chat messages and name as any specified color you want. Use the names of colors, rgb, rgba, or hex for both values. Example- /chaton red blue |
/chatoff | Turns off colored chat, changes back to default. |
/colors p# | Displays a list of named colors you can use with /mecolor. Example - /color 3 |
/mycolors | Shows what colors you are currently using in chat. |
/me msg | Output a red message to chat. Example- /me Hugs You |
/me2 | Output a blue message to chat. Example- /me2 is afk |
/me3 | Output a white message to chat. Example- /me3 is scared shitless |
/me4 | Output a transparent orange message to chat. Example- /me4 is hungry |
/me5 | Output a transparent black message to chat. Example- /me5 Fucking hates you all |
/mecolor | Output a named-color message to chat. Example- /mecolor hotpink likes the color pink |
/mehex | Output an rgb hex color (000000-FFFFFF) message to chat. Example- /mehex 0000ff sends a blue message |
mehex2 |
Output an rgba hex color (00000068-FFFFFFFF) message to chat. Example - /mehex2 00ff00dd is going to kick your ass with this stunstick |
/mergb | Output an rgb byte color message to chat. Each byte value can be 0 - 255 Example- /mergb 255 0 0 sends an angry red message |
/mergb2 | Output an rgba byte color message to chat. Each byte value can be 0 - 255. Example- /mergb2 0 0 0 100 hey, you can barely see this thing |