Search results

  1. A

    Question Chat verification error

    Could disabling the encryption until fixed be a good (temporary) solution? For example using NoEncryption...
  2. A

    Question Chat verification error

    Thanks. I will just tell my players not to use waterfall commands if not needed. (Although this will not prevent all of the problems because sometimes you get kicked even when just chatting and not using commands at all)
  3. A

    Question Chat verification error

    Oh, thanks! Now I can reproduce. Then I have to think about that. It probably will not be compatible with bungee/waterfall plugins, am I right? And although I know that many of you work a lot for paper and waterfall, there is nothing you can estimate on when this might be fixed? (I think this...
  4. A

    Question Chat verification error

    But it is not about just canceling it. Sometimes when I write something, it works. Then some time later I get kicked. I already tried deactivating the plugins one by one but maybe there are multiple ones causing this issue. I just have no idea how I could continue debugging. Especially because...
  5. A

    Question Chat verification error

    Yes, that is what I have found out reading everything I could find. Normal Chat Events are only canceled in paper on my server. But in my case it is not about canceling chat events but using commands without even chatting once.
  6. A

    Question Chat verification error

    I have a Network setup with waterfall and paper servers. After upgrading the paper servers from 1.19.2 to 1.20.1, I have a problem that players get kicked with the messages multiplayer.disconnect.unsigned_chat or multiplayer.disconnect.chat_validation_failed. This is the Kick message from a...
  7. A

    Observer triggered event

    Does anyone know if there is an event that is triggered when an observer is activated? Only idea I had would be BlockPhysicsEvent or two check blocks around when a block is changed. But I don't see any possibility to cancel the activation of an observer. Is there no method or am I missing...