Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. [12:29:47 ERROR]: Could not pass event PlayerDeathEvent to Quests v3.6.5-b717
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:66) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:507) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:492) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  7. at org.bukkit.craftbukkit.v1_13_R2.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:591) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  8. at net.minecraft.server.v1_13_R2.EntityPlayer.die(EntityPlayer.java:491) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  9. at net.minecraft.server.v1_13_R2.EntityLiving.damageEntity(EntityLiving.java:1055) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  10. at net.minecraft.server.v1_13_R2.EntityHuman.damageEntity(EntityHuman.java:792) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  11. at net.minecraft.server.v1_13_R2.EntityPlayer.damageEntity(EntityPlayer.java:625) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  12. at net.minecraft.server.v1_13_R2.EntityHuman.attack(EntityHuman.java:1044) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  13. at net.minecraft.server.v1_13_R2.EntityPlayer.attack(EntityPlayer.java:1349) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  14. at net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1840) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  15. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:69) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  16. at net.minecraft.server.v1_13_R2.PacketPlayInUseEntity.a(SourceFile:13) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  17. at net.minecraft.server.v1_13_R2.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:9) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  18. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_191]
  19. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_191]
  20. at net.minecraft.server.v1_13_R2.SystemUtils.a(SourceFile:199) [spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  21. at net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:896) [spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  22. at net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417) [spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  23. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:831) [spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  24. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:729) [spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  25. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
  26. Caused by: java.lang.NoClassDefFoundError: net/citizensnpcs/api/CitizensAPI
  27. at me.blackvein.quests.listeners.PlayerListener.killPlayer(PlayerListener.java:660) ~[?:?]
  28. at me.blackvein.quests.listeners.PlayerListener.onPlayerDeath(PlayerListener.java:619) ~[?:?]
  29. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  30. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  32. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  33. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  34. ... 22 more
  35. Caused by: java.lang.ClassNotFoundException: net.citizensnpcs.api.CitizensAPI
  36. at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_191]
  37. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:136) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  38. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:82) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  39. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_191]
  40. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_191]
  41. at me.blackvein.quests.listeners.PlayerListener.killPlayer(PlayerListener.java:660) ~[?:?]
  42. at me.blackvein.quests.listeners.PlayerListener.onPlayerDeath(PlayerListener.java:619) ~[?:?]
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_191]
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
  46. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
  47. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:312) ~[spigot-1.13.2.jar:git-Spigot-f09662d-f40143e]
  48. ... 22 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement