Can't get colors to change
Hi Wulf
I know its been asked before, but the solution I found here, didnt work.. 
What am I doing wrong.. ? 

"ConnectMessage": "[#74005F]{0}[/#] has connected.",
"ConnectMessageCountry": "{0} has connected from {1}.",
"DisconnectMessage": "[#74005F]{0}[/#] has disconnected.",
"DisconnectMessageReason": "{0} has disconnected. ({1})"
Some plugins may not support that color format, so you may have to try <color=#> and </color> instead if using Rust. Ultimately, all plugins will make use of the universal color format from your example, but some may not yet.
I'll try it out, thank you very much 

V.
Vercetti
I'll try it out, thank you very much 

V.

I use this lang config

{
  "ConnectMessage": "<color=#00ff00ff>{0} has connected.</color>",
  "ConnectMessageCountry": "<color=#00ffffff>{0} has connected from {1}.</color>",
  "DisconnectMessage": "<color=#00ff00ff>{0} has disconnected.</color>",
  "DisconnectMessageReason": "<color=#ffff00ff>{0} has disconnected. ({1})</color>"
}


Dont forget that lang and data files must be changed with the plugin unloaded

5b7d22c4ef71f.jpg pookins

Dont forget that lang and data files must be changed with the plugin unloaded

That only applies to data, not lang.

Locked