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

[BUG] Muted players can talk in team chat #530

Open Hycyntria opened 6 months ago

Hycyntria commented 6 months ago

What is the bug?

Players that get muted through litebans are still able to use team chat to bypass the mute.

Expected Behaviour

When a player is muted through litebans, it should also mute the player in team chat.

How to Reproduce

  1. Mute a player through litebans.
  2. Let the player chat through team chat.

Error message

No response

Output of /teama version

4.8.3

Additional Information

No response

booksaw commented 5 months ago

Unfortunately, there is no way within the Spigot API to check if a player is muted. To perform this fix I would need to integrate the plugin with every popular chat plugin and use the API of that plugin.

This is because minecraft itself has no in-built mute feature. This bug can be fixed by other developers, but I will not fix it. Sorry.