Separate team and global chatSuggestion
I imagine this would need an update but I use this plugin to broadcast game chat to Discord for all to see and since the update today I noticed that the team chat is also streaming into the discord. I would like some way for the plugin to separate global and team chat so I can have team chat go to my admin Discord while the global chat still goes to the regular discord.

Yeah,

I have the same problem. Need an update to specify when it's a team chat like (team) ******** or global (global) ********

:)

Unfortunately this plugin is a universal plugin (works with all games) and therefore I cannot really add game specific code.

What I can do is make a plugin that utilizies DiscordMessages to send global & team chat to discord.
5b93dc0627f6c.jpg Slut
Unfortunately this plugin is a universal plugin (works with all games) and therefore I cannot really add game specific code.

What I can do is make a plugin that utilizies DiscordMessages to send global & team chat to discord.
You can use preprocessor conditionals if you would like per game. You can see an example for Rust in Better Chat relating to chat channels.
Thanks for the reply! Either a separate plugin or doing what wulf mentions would be fine. You both rock! Ill keep an eye here for any updates.
I look forward to the seperation of Team and Global chat channels! Thanks for continued development!
Going to make a plugin to give you the ability to use multiple channels,  preprocessor conditionals will make the plugin too mesy.
Hey just curious, was this plugin created yet?
:)
He only said that two days ago. We gotta be patient. I bet donating might enable smoother development, though.
Thank you, I look forward to it. It sounds great!
I, too, would be grateful for a resolution to this issue as team chat is intended to be private amongst the team and currently, as admin, it's impossible to distinguish whether players have said something inappropriate in global chat (with regard to server rules) or in the privacy of their team chat.
Thank you for your hard work.
Yv
I think it's been done. Team chats don't show in the Discord channel that messages are sent to anymore.
Differentiating global vs team chat messages is already possible with the Rustcord plugin (including sending them to different channels - defined as msg_chat vs msg_teamchat in Rustcord's config). You can then modify the lang/en/Rustcord.json value of RUST_OnPlayerTeamChat to something like ":speech_left: [Team] {playername}: {message}" so the team messages are prefixed with "[Team]".
Will release the plugin shortly.
Thanks! Looking forward to it.