ProtocolLib

3M Downloads

1.19.3 error when trying to join server

Michael-A-Sloan opened this issue ยท 4 comments

commented
  • This issue is not solved in a development build

Describe the bug
Found that when trying to join my server and others trying to join I get this error.
when running in papers most updated 1.19.3
https://pastebin.com/BGnqhCJY

newest one found:
https://pastebin.com/SdLJ67di

It doesn't allow players to join the server at all.

To Reproduce
Steps to reproduce the behavior:

  1. Get on Minecraft try to join the server.
  2. Wait and see that it didn't let you join.

Expected behavior
A clear and concise description of what you expected to happen.
to be able to join the server and others to join.

Version Info
Provide your ProtocolLib install info with /protocol dump through pastebin.

https://pastebin.com/MejZLpjG

commented

Linked to #2032

commented

Any fix for this yet?

commented

nope this is probably an issue with 1.19.3 update for them
we are waiting on the to update atm.

commented

This problem is caused if you are using a plugin that has not been updated (properly) to the most recent ProtocolLib version yet.
Apparently, metadata values are no longer stored in a list of WrappedWatchableObjects (DataWatcher$Item) but rather in a list of WrappedDataValues (DataWatcher$b).

Here you can find a way to update this: https://pastebin.com/EuprZGHe