Advertisement
Guest User

Untitled

a guest
Dec 14th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. [18:47:01 ERROR]: Could not pass event BlockBreakEvent to ddd v0.1a
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  7. at net.minecraft.server.v1_11_R1.PlayerInteractManager.breakBlock(PlayerInteractManager.java:291) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  8. at net.minecraft.server.v1_11_R1.PlayerInteractManager.a(PlayerInteractManager.java:124) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  9. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:821) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  10. at net.minecraft.server.v1_11_R1.PacketPlayInBlockDig.a(SourceFile:40) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  11. at net.minecraft.server.v1_11_R1.PacketPlayInBlockDig.a(SourceFile:10) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  12. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  13. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_91]
  14. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91]
  15. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  16. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  17. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  18. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:675) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  19. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:574) [spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  20. at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
  21. Caused by: java.lang.NoClassDefFoundError: jp/gr/java_conf/zzz/ddd/maps/MapListener$1
  22. at jp.gr.java_conf.zzz.ddd.maps.MapListener.break_Block(MapListener.java:178) ~[?:?]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
  26. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
  27. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  28. ... 17 more
  29. Caused by: java.lang.ClassNotFoundException: jp.gr.java_conf.zzz.ddd.maps.MapListener$1
  30. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_91]
  31. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  33. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
  34. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_91]
  35. at jp.gr.java_conf.zzz.ddd.maps.MapListener.break_Block(MapListener.java:178) ~[?:?]
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
  39. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
  40. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.11.jar:git-Spigot-f950f8e-58bff62]
  41. ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement