[Bug Report]: Fatal Error when writing in chat while muted
LibertyBans Version
LibertyBans 1.1.0-RC2
I have confirmed that ...
- [X] LibertyBans is up to date
- [X] No similar issue has been reported
Platform
Velocity
Description
If a user is sending a chat message while beeing muted it will produce an fatal error and kicks the player:
[16:36:45 FATAL]: A plugin tried to cancel a signed chat message. This is no longer possible in 1.19.1 and newer. Disconnecting player <playername>
[16:36:45 INFO]: [connected player] <playername> (/<ip-adress>) has disconnected: A proxy plugin caused an illegal protocol state. Contact your network administrator.
Hello! Thank you for reporting. I think this issue is mainly caused by the new chat signing system, which frankly proxies do not implement just yet. I would recommend installing SignedVelocity to fix this issue temporary.
Hello, i have the same issue. I tried SignedVelocity but after that the muted user could write. Does this happened only to me?
Hello, i have the same issue. I tried SignedVelocity but after that the muted user could write. Does this happened only to me?
Nope, it happens to me too.
If you're using SignedVelocity and it allows muted players to chat, that relates to your backend server's chat plugins. There are two possibilities:
- You need to try using SignedVelocity-Legacy, a variant of SignedVelocity which accounts for legacy chat plugins.
- The chat plugin you're using is broken and it is not respecting the cancelation status of the chat event.
Hey, thank you very much. For me I need to fix my Chatsystem to check if the message was cancelled.