LibertyBans icon indicating copy to clipboard operation
LibertyBans copied to clipboard

[Bug Report]: Fatal Error when writing in chat while muted

Open xNiika opened this issue 2 years ago • 5 comments

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.

xNiika avatar Mar 13 '24 15:03 xNiika

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.

KoxSosen avatar Mar 13 '24 17:03 KoxSosen

Hello, i have the same issue. I tried SignedVelocity but after that the muted user could write. Does this happened only to me?

NixNux123 avatar Mar 29 '24 00:03 NixNux123

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.

SrBedrock avatar Mar 29 '24 01:03 SrBedrock

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:

  1. You need to try using SignedVelocity-Legacy, a variant of SignedVelocity which accounts for legacy chat plugins.
  2. The chat plugin you're using is broken and it is not respecting the cancelation status of the chat event.

A248 avatar Mar 29 '24 02:03 A248

Hey, thank you very much. For me I need to fix my Chatsystem to check if the message was cancelled.

NixNux123 avatar Mar 29 '24 12:03 NixNux123