5.0.0-SNAPSHOT doesn't run properly on 1.18 (and possibly older versions)
diogotcorreia opened this issue ยท 0 comments
Describe the bug
The latest version 5.0.0-SNAPSHOT doesn't work correctly on 1.18 (and probably older versions)
I've updated my plugin (Triton) to support ProtocolLib 5.0.0-SNAPSHOT, but it doesn't work on versions 1.18 and below because of this.
There are various issues:
WrappedServerPing
cannot be initialized: https://pastebin.com/tvK4Gch5world.entity.player.ProfilePublicKey
cannot be found (this is related toPlayerInfoData
): https://pastebin.com/pwT0jfYZ
To Reproduce
Do the same as my plugin: try to read data from PacketType.Play.Server.PLAYER_INFO
and PacketType.Status.Server.SERVER_INFO
.
Expected behavior
ProtocolLib should be compatible with older MC versions, like before.
Screenshots
none
Version Info
https://pastebin.com/VHKaPHHJ
Additional context
none