Hi,
Absolutely love this plugin. We abandoned our other discord plugin after using this!
I poked around a bit in Rustcord.cs attempting to add something to differentiate team vs general chat. My knowledge of coding is not enough.
Is there a quick change I can make now to have a tag [TEAM] added to messages from teamchat until (if) this feature would be added at a later date?
Perhaps
{ "RUST_OnPlayerTeamChat", ":speech_left: {playername}: {message}"},Changed to
{ "RUST_OnPlayerTeamChat", ":speech_left: [TEAM] {playername}: {message}"},??
Thanks!
EDIT: I found the language file. Was editing the language register. Nevermind >.<