Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. [16:17:17] [Server thread/ERROR]: Could not pass event PlayerMoveEvent to QuestMonsterCore v1.0
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-870264a-0a645a2]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-870264a-0a645a2]
  7. at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:270) [spigot.jar:git-Spigot-870264a-0a645a2]
  8. at net.minecraft.server.v1_8_R2.PacketPlayInFlying.a(SourceFile:126) [spigot.jar:git-Spigot-870264a-0a645a2]
  9. at net.minecraft.server.v1_8_R2.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) [spigot.jar:git-Spigot-870264a-0a645a2]
  10. at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-870264a-0a645a2]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_20]
  12. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_20]
  13. at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [spigot.jar:git-Spigot-870264a-0a645a2]
  14. at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:712) [spigot.jar:git-Spigot-870264a-0a645a2]
  15. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot.jar:git-Spigot-870264a-0a645a2]
  16. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-870264a-0a645a2]
  17. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-870264a-0a645a2]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_20]
  19. Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_8_R1/entity/CraftCreature
  20. at core.test.TestAPI.walktoLocation(TestAPI.java:25) ~[?:?]
  21. at core.test.LISRTENER_Follow.onMove(LISRTENER_Follow.java:30) ~[?:?]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_20]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_20]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_20]
  25. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_20]
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  27. ... 15 more
  28. Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_8_R1.entity.CraftCreature
  29. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  30. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  31. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_20]
  32. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_20]
  33. at core.test.TestAPI.walktoLocation(TestAPI.java:25) ~[?:?]
  34. at core.test.LISRTENER_Follow.onMove(LISRTENER_Follow.java:30) ~[?:?]
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_20]
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_20]
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_20]
  38. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_20]
  39. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-870264a-0a645a2]
  40. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement