Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send chat message will kick player #30

Open
james58899 opened this issue Jul 31, 2022 · 0 comments · May be fixed by #95
Open

Send chat message will kick player #30

james58899 opened this issue Jul 31, 2022 · 0 comments · May be fixed by #95

Comments

@james58899
Copy link
Member

james58899 commented Jul 31, 2022

Description

Player will be kicked for Received chat packet with missing or invalid signature. or Chat message validation failure.
Only happens when player switch to another server.

Workarounds

Option 1 only breaks the first message after switching server, option 2 will make all messages marked as insecure.

  1. Enable hackMessageChain option (Added in 2.3.0)
  2. Install No Chat Reports on all servers in the network.

Cause

Minecraft 1.19.1 changed message signature calculation.
Now signature includes some previous message metadata, the new server does not have info about the previous message so it can't validate the signature.

@james58899 james58899 pinned this issue Jul 31, 2022
@james58899 james58899 unpinned this issue Jan 2, 2024
@NorskNoobing NorskNoobing linked a pull request Oct 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant