Listen PacketPlayOutSpawnEntity instead of Title
Rothes opened this issue ยท 4 comments
Describe the bug
PacketAdapter will listen PacketPlayOutSpawnEntity instead of PacketType.Play.Server.TITLE
To Reproduce
Steps to reproduce the behavior:
- Use ProtocolLib v4.7.0-SNAPSHOT-b507
- Use the same plugins that runs in 1.16 with no exception and listens on PacketType.Play.Server.TITLE
- 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.
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