ProtocolLib

3M Downloads

Can you help me on this PacketListener?

Lix3nn53 opened this issue ยท 3 comments

commented

Follow this template except for feature requests. Use pastebin when providing /protocol dump and any relevant errors.

Make sure you've done the following:

  • You're using the latest build for your server version
  • This isn't an issue caused by another plugin
  • You've checked for duplicate issues
  • You didn't use /reload

Debug paste link:

Description and relevant errors:

My code: https://pastebin.com/z4APYiW8
Error: https://pastebin.com/gXpFd5xJ

This line is my 275th "WrappedParticle par = e.getPacket().getNewParticles().read(0);" which causes the error. I was using this code in 1.12.2 and tried to update to 1.13.1 but couldnt figure it out. Can you help me please?

commented

Look at wiki.vg to find out the new structure of the packet.

commented

Should be fixed in latest dev build. Forgot to initialize the reflection.

commented

Thanks!