Ghost-chu / QuickShop-Reremake

QuickShop is a shop plugin that allows players to easily sell/buy any items from a chest without any commands. In fact, none of the commands that QuickShop provides are ever needed by a player.
GNU General Public License v3.0
103 stars 146 forks source link

com.comphenix.protocol.reflect.FieldAccessException: No field with type [I exists in class PacketPlayOutEntityDestroy. #1432

Closed rollbar[bot] closed 3 years ago

rollbar[bot] commented 3 years ago

View details in Rollbar: https://rollbar.com/ghost-chu/QuickShop-Reremake/items/403/


com.comphenix.protocol.reflect.FieldAccessException: No field with type [I exists in class PacketPlayOutEntityDestroy.
  com.comphenix.protocol.reflect.StructureModifier.writeInternal (StructureModifier.java:365)
  com.comphenix.protocol.reflect.StructureModifier.write (StructureModifier.java:345)
  org.maxgamer.quickshop.shop.VirtualDisplayItem.initFakeDropItemPacket (VirtualDisplayItem.java:201)
  org.maxgamer.quickshop.shop.VirtualDisplayItem.<init> (VirtualDisplayItem.java:93)
  org.maxgamer.quickshop.shop.ContainerShop.initDisplayItem (ContainerShop.java:176)
  org.maxgamer.quickshop.shop.ContainerShop.<init> (ContainerShop.java:150)
  org.maxgamer.quickshop.shop.ShopManager.actionCreate (ShopManager.java:932)
  org.maxgamer.quickshop.shop.ShopManager.lambda$handleChat$2 (ShopManager.java:472)
  org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run (CraftTask.java:100)
  org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat (CraftScheduler.java:468)
  net.minecraft.server.MinecraftServer.tickChildren (MinecraftServer.java:1565)
  net.minecraft.server.dedicated.DedicatedServer.tickChildren (DedicatedServer.java:494)
  net.minecraft.server.MinecraftServer.tickServer (MinecraftServer.java:1480)
  net.minecraft.server.MinecraftServer.runServer (MinecraftServer.java:1270)
  net.minecraft.server.MinecraftServer.lambda$spin$0 (MinecraftServer.java:319)
  java.lang.Thread.run ([unknown]:-1)