Color name tag showing in chat
Some changes seem to have messed with the color statements in alot of mods. 

Currently i just changed the language file from color=lime to color=#00FF00 in this one seems to fix it. 

Not sure if a new release has to come out for text color. 
bump also need fix
Same. The <color=lime> tag shows on incoming trade requests. I have examined the code and cannot figure out why this is. The only thing I can think of is during runtime the plugin is adding another color tag somewhere without a closing tag.
You can easily customize the color used in the oxide/lang file for the plugin. Just change it to a hex color code, save, and reload the plugin. Make sure there is a closing tag in the same message.
5c2d88ae4ea06.jpg Wulf
You can easily customize the color used in the oxide/lang file for the plugin. Just change it to a hex color code, save, and reload the plugin. Make sure there is a closing tag in the same message.

Is lime not an acceptable color? Here is what the message looks like in the lang file:

"Status: Received": "You have received a trade request from {0}. Type <color=lime>/trade accept</color> to begin trading",
I don't think lime is a valid color in Rust currently. I'd suggest using hex codes.
b1tpunk

Is lime not an acceptable color? Here is what the message looks like in the lang file:

"Status: Received": "You have received a trade request from {0}. Type /trade accept to begin trading",

For lime just simply use

"Status: Received": "You have received a trade request from {0}. Type /trade accept to begin trading"

5c2d88ae4ea06.jpg Wulf
I don't think lime is a valid color in Rust currently. I'd suggest using hex codes.

This is correct. Lime is not accepted, however the equivalent hex code works. The lime tag is how the configuration is generated by default.

Hi
why does it look like this in chat when i recieve a request ?

You have recieved a trade request from xxxxxxx. Type <color=lime>/trade accept to begin trading

Its the color=lime thing im having problems fixing. .
please help.. 

V.
Nothing works, where is the dev.. :(
Vercetti
Nothing works, where is the dev.. :(

The dev isn't going to be able to update your existing oxide/lang files, those you can change yourself to remove the color tag. Restart or reload the plugin after for the changes to take effect. I'd suggest using hex colors, not color names.

5c2d88ae4ea06.jpg Wulf

The dev isn't going to be able to update your existing oxide/lang files, those you can change yourself to remove the color tag. Restart or reload the plugin after for the changes to take effect. I'd suggest using hex colors, not color names.

Hi Wulf, but where do I actually input the HEX ? can you show me what line in the config I need to change ?

Here is an example of what to put:
"Status: Received": "You have received a trade request from {0}. Type <color=#00FF00>/trade accept</color> to begin trading"​
Can someone send me a cs file that actually works ?

thx in advance
Vercetti
Can someone send me a cs file that actually works ?

thx in advance

Changing the plugin itself will not fix it, you need to edit your oxide/lang file.