Using Mention shows color in plain textFixed
codepimp1234

this is a simple fix....someone needs to make the change other than Death because well....

Change this:

string newText = $"@[{highlightColour}]{highlightText}[/#]";

 

TO THIS:

string newText = $"@<color={highlightColour}>{highlightText}</color>";

That is technically a workaround, as all that does it change which formatter you are using, which is only for select Unity games and only works because it's filtered natively in Rust chat so it isn't handled by Better Chat.

An actual fix would need to be made in Better Chat.

This plugin is only supported for Rust...at least that is what it says.  A Workaround is better than waiting for months for an update.  Cheers

codepimp1234

This plugin is only supported for Rust...at least that is what it says.  A Workaround is better than waiting for months for an update.  Cheers

Ah true, thought it was a universal one. Either way, should ideally be fixed in Better Chat as that is the underlying issue and involves more than just this plugin. Both plugins have Patch enabled for any developer to contribute to.
Locked automatically