Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. [Server thread/ERROR]: Could not pass event PlayerInteractEntityEvent to Accessibility v1.0
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-edd0396-2a927e8]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-edd0396-2a927e8]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499) [spigot.jar:git-Spigot-edd0396-2a927e8]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot.jar:git-Spigot-edd0396-2a927e8]
  7. at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1569) [spigot.jar:git-Spigot-edd0396-2a927e8]
  8. at net.minecraft.server.v1_12_R1.PacketPlayInUseEntity.a(SourceFile:69) [spigot.jar:git-Spigot-edd0396-2a927e8]
  9. at net.minecraft.server.v1_12_R1.PacketPlayInUseEntity.a(SourceFile:13) [spigot.jar:git-Spigot-edd0396-2a927e8]
  10. at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-edd0396-2a927e8]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_131]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
  13. at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-edd0396-2a927e8]
  14. at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-edd0396-2a927e8]
  15. at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-edd0396-2a927e8]
  16. at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-edd0396-2a927e8]
  17. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-edd0396-2a927e8]
  18. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
  19. Caused by: java.lang.NoClassDefFoundError: org/bukkit/block/Container
  20. at me.bitfreeze.accessibility.bukkit.listener.AccessibilityPlayerListener.onItemFrameUse(AccessibilityPlayerListener.java:60) ~[?:?]
  21. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
  24. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
  25. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-edd0396-2a927e8]
  26. ... 15 more
  27. Caused by: java.lang.ClassNotFoundException: org.bukkit.block.Container
  28. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot.jar:git-Spigot-edd0396-2a927e8]
  29. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-edd0396-2a927e8]
  30. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_131]
  31. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_131]
  32. at me.bitfreeze.accessibility.bukkit.listener.AccessibilityPlayerListener.onItemFrameUse(AccessibilityPlayerListener.java:60) ~[?:?]
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
  36. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
  37. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-edd0396-2a927e8]
  38. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement