PluginBugs / Issues-Wraith

Repository used to keep track of issues of my plugin Wraith
0 stars 0 forks source link

[BUG] No field with type int exists in class killaura bot #76

Closed supercoolspy closed 2 years ago

supercoolspy commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Create a server with spigot 1.8.8
  2. Add wrath and dependencies
  3. run /ww killaurabot
  4. See error

Expected behavior Bot spawns and despawns

Screenshots If applicable, add screenshots to help explain your problem. image

Info (please complete the following information):

Additional context Seems to be caused by reading an int with protocol lib that doesn't exist Caused by: com.comphenix.protocol.reflect.FieldAccessException: No field with type int exists in class PacketPlayOutEntityDestroy. at com.comphenix.protocol.reflect.StructureModifier.writeInternal(StructureModifier.java:369) ~[?:?] at com.comphenix.protocol.reflect.StructureModifier.write(StructureModifier.java:349) ~[?:?] at dev.lone.wraith.NMS.NPC.m(SourceFile:194) ~[?:?] at dev.lone.wraith.NMS.NPC.d(SourceFile:83) ~[?:?] at dev.lone.wraith.main.bU.c(SourceFile:514) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_312] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_312] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_312] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_312] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[server.jar:git-Spigot-21fe707-741a1bd] ... 12 more

LoneDev6 commented 2 years ago

This will be fixed, thanks