Color tag showing in messagesNot An Issue

Hey there! So when people get kicked/banned etcetera when using this plugin it says "(Username) <color=silver> was kicked from the server" as an example. Please help, maybe this can be configured or maybe it requires a plugin update!

Thanks :)

Use hex code for the color. <color=#fff> for example.

Edit: Color tag processing is apart of unity and a little bit of umod

This colour was actually applied by default, I didn't change any of the default messages as of yet. But I will do this now

Change the message in the lang file of the plugin oxide/lang/en/EnhanceBanSystem.json last line.

Does this look right? "PlayerKick": "<color=red>{0}</color> <color=D3D1D1>was kicked from the server for</color> <color=red>{1}</color>",

Should be 

"PlayerKick": "<color=#FF0000>{0}</color> <color=#D3D1D1>was kicked from the server for</color> <color=#FF0000>{1}</color>",

Locked automatically