-
Spigot version: PaperSpigot 1.8.8
PacketEvents version: 1.8-pre-18
Plugins: 1 plugin (packetevents shaded)
BUG: I'm trying to edit player's player info data list on join. It doesn't change the pl…
-
java.lang.Exception
[13:03:19 WARN]: at ac.grim.grimac.manager.SetbackTeleportUtil.executeSetback(SetbackTeleportUtil.java:83)
[13:03:19 WARN]: at ac.grim.grimac.predictionengine.MovementCheckRunner…
-
The player's client version gets stuck as UNRESOLVED as it is in the clientVersionsMap. This causes an issue where it will never be resolved.
![unresolved](https://user-images.githubusercontent.co…
-
**Describe the bug**
PacketPlayReceiveEvent.cancelled can desync from NMSPacketEvent.cancelled causing strange behavior in terms of packets not cancelling.
![receiveevent](https://user-images.gith…
-
> io.github.retrooper.packetevents.exceptions.WrapperFieldNotFoundException: PacketEvents failed to find a int indexed 0 by its type in the net.minecraft.network.protocol.game.PacketPlayOutEntityDestr…
-
Hey, I'm trying to send a WrappedPacketLoginOutCustomPayload to a player, after the Login process started (PacketType.Login.Client.START was received by the server). The problem is that I can't find a…
-
https://gist.github.com/MWHunter/861ae64fddfda1786f76425de80f6c96
PacketEvents version: 4bbf43e
Running tuinity version:
[17:49:20 INFO]: This server is running Tuinity version git-Tuinity-"6f…
-
> java.lang.NullPointerException: Cannot invoke "java.lang.reflect.Method.invoke(Object, Object[])" because "io.github.retrooper.packetevents.packetwrappers.play.in.useentity.WrappedPacketInUseEntity.…
-
How do I access the netty channel object from a PacketEvent?
Let’s say the packet in the packetevent is a login or status packet, how can we identify who is sending/receiving it?
We would need the c…
-
First commit with this issue: https://github.com/retrooper/packetevents/commit/015038c9b61a71ca63b4b78a5a4ff527a93e05e2
It keeps returning a value of -128 for all position packets. Issue occurs on…