-
-
Notifications
You must be signed in to change notification settings - Fork 268
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
Update to 1.20 #2420
Update to 1.20 #2420
Conversation
I seem to be getting this error using this PR during server start on SpigotMC 1.20
|
@LOOHP This happened to me as well. You need to use the |
Got it. Now it's working most of the time. However, weirdly sometimes when I boot up the server, it might fail with this error.
|
src/main/java/com/comphenix/protocol/wrappers/WrappedLevelChunkData.java
Outdated
Show resolved
Hide resolved
src/main/java/com/comphenix/protocol/wrappers/WrappedLevelChunkData.java
Outdated
Show resolved
Hide resolved
@dmulloy2 thx, I implemented your suggestions |
src/main/java/com/comphenix/protocol/wrappers/WrappedLevelChunkData.java
Outdated
Show resolved
Hide resolved
src/main/java/com/comphenix/protocol/wrappers/WrappedLevelChunkData.java
Show resolved
Hide resolved
Still randomly fails to load with the following error:
Running a private Purpur fork that does not introduce any changes that could possibly affect ProtocolLib |
Hi Guys ehm your plugin dosnt Work: [00:01:07] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v5.1.0 [00:01:07] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.20.2) has not yet been tested! Proceed with caution. [00:01:08] [Server thread/ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot load ProtocolLib. Is there another update coming, right? Weill various plugins don't work :S Please answer me thx |
Update ProtocolLib to 1.20.
These changes have been tested on Spigot 1.20, Paper 1.19.4, and Spigot 1.8.8.
Basically all required converters and structures have been tested on 1.20 using external unit tests (see https://github.com/lukalt/PacketWrapper/tree/master/src/test/java/com/comphenix/packetwrapper).