ProtocolLib

3M Downloads

1.15 issues

re-ovo opened this issue · 2 comments

commented

Describe the bug
There are some issues in 1.15:

  1. #725

  2. PacketPlayInPlayerAction.EnumPlayerAction:
    START_SNEAKING changed to PRESS_SHIFT_KEY
    STOP_SNEAKING changed to RELEASE_SHIFT_KEY

  3. PacketPlayOutEntityMetadata: Cannot write to watchable objects, but the class is same as 1.14
    image

commented

#3 will require plugins to update, data watchers are no longer present in packets. it’s all handled by the metadata packet.

commented

I'll have a look at it