Color names not working for stylingSolved
Were the colors "<color=colors> <end> disabled? only works with color=#number
Rust removed/disabled color names.

https://imgur.com/hjE9ReH


{
"Text Display Frequency (Seconds)": 1.0,
"Enable Messages Cyclicity": false,
"Use Random Cyclicity (Instead of sequential)": false,
"Cycle Messages Every ~N Seconds": 10.0,
"Messages": [
{
"Top Status": "<color=yellow>SkyVaults 3x</color>",
"Bottom Status": "<color=lightblue>rust.skyvaults.net</color>"
},
{
"Top Status": "<color=lightblue>Join our discord for updates!</color>",
"Bottom Status": "<color=yellow>rust.skyvaults.net</color>"
}
],
"Enable Queue Messages": true,
"Queue Messages": [
{
"Top Status": "<color=yellow>You're in queue...</color>",
"Bottom Status": "<color=lightblue>{AHEAD} players ahead of you.</color>"
},
{
"Top Status": "<color=lightblue>You're in queue...</color>",
"Bottom Status": "<color=yellow>{BEHIND} players behind you.</color>"
}
],
"QueuePosition": null,
"Last Message (When entering game)": {
"Top Status": "<color=yellow>Loading In</color>",
"Bottom Status": "<color=lightblue>rust.skyvaults.net</color>"
}
}

In response to ClamChowder ():
https://imgur.com/hjE9ReH
{
"Text Display Frequency (Seconds)": 1.0,
"Enable Message...
Use hex codes instead.

https://imgur.com/6kXHIf6 Hexcodes doesn't seem to work. Unless the format is different depending on plugins?

yup it works with
<color=#fef65b>

[#hex] is the universal format provided by Oxide/uMod, that isn't generally used in non-universal plugins right now.

<color=#hex> is provided by Unity, which is what Rust uses.
Some of my plugins are not coloring the text as before update on 6/6.
Example CustomChatCommands which have a lime color uses "<color=lime>text</color>" but when it runs a command it isn't the lime color, but shows coding for the color along with the text in chat.
Tried reinstalling both server and plugins with no result.
In response to Saxxoo ():
Some of my plugins are not coloring the text as before update on 6/6.
Example CustomChatCommand...
Rust removed/disabled color names, see the previous replies.
Hello,

After the recent oxide update im now experiencing issues with coloured text, instead of changing the colour of the text being shown in the server chat it will output the code for it.

For example: <b><color=#00ffffff>https://rustopilous.co.uk</color></b> and purchasing our VIP packages, to activate in game type <b><color=#00ffffff>/claim followed by your paypal email address</color></b>.

This does not change the colour just shows as above in the chat where as some will change the colour.

Anyone else experiencing this issue or know how to resolve ?
In response to Rustopilous ():
Hello,

After the recent oxide update im now experiencing issues with coloured text, inste...
Merged. Please see the above replies.
Yes but im using timed exacute and having several bits of text output at differnt time intervals, each bit of text will have a word coloured which is the same colour throughout, for some reason 2/5 bits of text will output the code instead of changing the colour
In response to Rustopilous ():
Yes but im using timed exacute and having several bits of text output at differnt time intervals, ea...
Use six digit hex codes, not hex codes with alpha (8).
Locked automatically