CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
310 stars 96 forks source link

AvailableCommandsPacket issues #227

Open nikolayKeniston opened 2 months ago

nikolayKeniston commented 2 months ago

1) Deserialized AvailableCommandsPacket cannot be serialized if type CommandParamData == null image image image

2) After deserialization -> serialization on some servers, the client displays this error and crashes when trying to display the arguments of some commands image

Error 1 is thrown when the server uses https://github.com/CloudburstMC/Nukkit or https://github.com/PetteriM1/NukkitPetteriM1Edition with the default configuration, error 2 when https://github.com/PetteriM1/NukkitPetteriM1Edition ("/time set" command)