booksaw / BetterTeams

Create teams to fight to be the best (Minecraft Plugin)
https://www.spigotmc.org/resources/better-teams.17129/
MIT License
63 stars 43 forks source link

Adds chat prefix to go from global to team or ally chat #545

Closed EarthCow closed 5 months ago

EarthCow commented 5 months ago

Adds prefixes to go from the global chat to either the team or ally chat. These prefixes are all configurable and the prefix to go from the team chat or ally chat to the global chat has also been updated to be configurable. Resolves #314

bobhenl commented 4 months ago

Seems it doesn't work with chatcontrolred

EarthCow commented 4 months ago

@bobhenl You should be able to change both prefixes in your config file and if you set them to an empty string (i.e. '') it will disable the feature entirely. Let me know if you have any problems though or feel free to open a new issue regarding this.

bobhenl commented 4 months ago

The issue is, when I leave the prefix as default & use them in chat, the message isn't sent into the team chat or ally chat, etc. I guess it's due to ChatControlRed plugin @EarthCow