The "You are now on the ___ team" chat message should be a toggleable setting

As a developer, it is currently too hard to disable team change notifications in the chat.

image

These notifications are undesirable in games like mine where your team changes often, thus spamming you with them. To disable this feature, you have to comment out the following lines in Chat > ChatModules > TeamChat.

This is needlessly difficult for a feature that I imagine many developers want to disable for a similar reason to mine. Instead, I propose that it be a toggleable setting similar to how the client chat has settings in Chat > ClientChatModules > ChatSettings.

If this issue is addressed, it would improve my development experience because I would not have to hunt down the code to disable the feature.

96 Likes

In a mining game I’m making, I use teams to show what biome each player is in. But, every time you go to another biome, it shows one or two chat messages. There is currently no way to prevent it without forking the chat or making a custom leaderboard + teams system, which is not ideal.

image

image

image

18 Likes

so what is the code to this???

This is a feature request… you can’t do it yet

1 Like