Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. [23:58:51] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to WosAPI v1.0
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:299) ~[spigotwos.jar:git-Spigot-1543]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigotwos.jar:git-Spigot-1543]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigotwos.jar:git-Spigot-1543]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigotwos.jar:git-Spigot-1543]
  7. at org.bukkit.craftbukkit.v1_7_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:243) [spigotwos.jar:git-Spigot-1543]
  8. at net.minecraft.server.v1_7_R3.PlayerInteractManager.interact(PlayerInteractManager.java:375) [spigotwos.jar:git-Spigot-1543]
  9. at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:657) [spigotwos.jar:git-Spigot-1543]
  10. at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.a(SourceFile:60) [spigotwos.jar:git-Spigot-1543]
  11. at net.minecraft.server.v1_7_R3.PacketPlayInBlockPlace.handle(SourceFile:9) [spigotwos.jar:git-Spigot-1543]
  12. at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:184) [spigotwos.jar:git-Spigot-1543]
  13. at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:81) [spigotwos.jar:git-Spigot-1543]
  14. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:731) [spigotwos.jar:git-Spigot-1543]
  15. at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:284) [spigotwos.jar:git-Spigot-1543]
  16. at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:584) [spigotwos.jar:git-Spigot-1543]
  17. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:490) [spigotwos.jar:git-Spigot-1543]
  18. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigotwos.jar:git-Spigot-1543]
  19. Caused by: java.lang.NullPointerException
  20. at me.alewo111.wosapi.main.ClassManager.setClass(ClassManager.java:27) ~[?:?]
  21. at me.alewo111.wosapi.main.listener.SignEvent.onPlayerInteract(SignEvent.java:26) ~[?:?]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_25]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25]
  25. at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25]
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:296) ~[spigotwos.jar:git-Spigot-1543]
  27. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement