Adding color to a single word?Solved
I am using EasyVote plugin and I was wondering, how I can colour just one word instead of all following after the argument.

Just something basic: I want to colour a word in a sentence yellow:
Hex code is "#FFFF00"
Now if my chat is white, and there is one word, how do I color this word? <#FFFF00> word </#> works, but then all the other words behind it are shown. Also the </#> is output.
I am trying to write a script which outputs messages. Thats all. And I want the sentence to be white and one word in it yellow. Sentences are white by default so I only need to change the colour of the word. As I said, it works, but it outputs </#> and all the other words behind in same colour. 
Just <color=#ff0000>one</color> word
[#hex]text[/#] is part of the universal formatting system provided by Oxide, but not all plugins make use of it.

<#hex></color> is the Unity-provided color tag that is available in games such as Rust.
Locked automatically