Color names not working for stylingSolved
{
"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>"
}
}
https://imgur.com/6kXHIf6 Hexcodes doesn't seem to work. Unless the format is different depending on plugins?
yup it works with
<color=#fef65b>
<color=#hex> is provided by Unity, which is what Rust uses.
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.
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 ?