ProtocolLib

3M Downloads

Listen PacketPlayOutSpawnEntity instead of Title

Rothes opened this issue ยท 4 comments

commented

Describe the bug
PacketAdapter will listen PacketPlayOutSpawnEntity instead of PacketType.Play.Server.TITLE

To Reproduce
Steps to reproduce the behavior:

  1. Use ProtocolLib v4.7.0-SNAPSHOT-b507
  2. Use the same plugins that runs in 1.16 with no exception and listens on PacketType.Play.Server.TITLE
  3. See error

Expected behavior
Listen PacketType.Play.Server.TITLE, what plugins delimited.

Screenshots
N/A

Version Info
https://paste.ubuntu.com/p/JcKdHmkN6v/

Additional context
Add any other context about the problem here.

commented

I think TITLE got split out into multiple separate packets. Double check wiki.vg

commented

Should have checked them... So this might be a backward issue

commented

since you're running 1.17, the mappings in packettype reflect nms. you'll need to update your plugin for the new 1.17 packets

commented

Thanks. Already got it solved.