You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am currently developing a plugin with ProtocolLib and the PacketWrapper where NPCs are created.
The problem I have is that when I want to let the NPC sleep on a bed, the following error occurs.
com.comphenix.protocol.reflect.FieldAccessException: No field with type net.minecraft.server.v1_12_R1.BlockPosition exists in class PacketPlayOutCombatEvent.
With this function:
The text was updated successfully, but these errors were encountered:
Hello,
i am currently developing a plugin with ProtocolLib and the PacketWrapper where NPCs are created.
The problem I have is that when I want to let the NPC sleep on a bed, the following error occurs.
com.comphenix.protocol.reflect.FieldAccessException: No field with type net.minecraft.server.v1_12_R1.BlockPosition exists in class PacketPlayOutCombatEvent.
With this function:
The text was updated successfully, but these errors were encountered: