Advertisement
Guest User

Untitled

a guest
Jul 29th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. [20:22:03] [Server thread/ERROR]: Could not pass event InventoryClickEvent to BuildBattle v3.4.0
  2. org.bukkit.event.EventException: null
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:308) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  7. at net.minecraft.server.v1_13_R1.PlayerConnection.a(PlayerConnection.java:2130) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  8. at net.minecraft.server.v1_13_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  9. at net.minecraft.server.v1_13_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  10. at net.minecraft.server.v1_13_R1.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_181]
  12. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
  13. at net.minecraft.server.v1_13_R1.SystemUtils.a(SourceFile:198) [spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  14. at net.minecraft.server.v1_13_R1.MinecraftServer.w(MinecraftServer.java:884) [spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  15. at net.minecraft.server.v1_13_R1.DedicatedServer.w(DedicatedServer.java:411) [spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  16. at net.minecraft.server.v1_13_R1.MinecraftServer.v(MinecraftServer.java:819) [spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  17. at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:717) [spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  19. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'bba' in plugin BuildBattle v3.4.0
  20. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  21. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  22. at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchCommand(CraftServer.java:693) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  23. at org.bukkit.craftbukkit.v1_13_R1.entity.CraftPlayer.performCommand(CraftPlayer.java:325) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  24. at pl.plajer.buildbattle3.events.SetupInventoryEvents.onClick(SetupInventoryEvents.java:187) ~[?:?]
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  28. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
  29. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  30. ... 15 more
  31. Caused by: java.lang.NoSuchMethodError: com.sk89q.worldedit.bukkit.WorldEditPlugin.getSelection(Lorg/bukkit/entity/Player;)Lcom/sk89q/worldedit/bukkit/selections/Selection;
  32. at pl.plajer.buildbattle3.commands.AdminCommands.addPlot(AdminCommands.java:122) ~[?:?]
  33. at pl.plajer.buildbattle3.commands.MainCommand.onCommand(MainCommand.java:102) ~[?:?]
  34. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  35. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  36. at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchCommand(CraftServer.java:693) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  37. at org.bukkit.craftbukkit.v1_13_R1.entity.CraftPlayer.performCommand(CraftPlayer.java:325) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  38. at pl.plajer.buildbattle3.events.SetupInventoryEvents.onClick(SetupInventoryEvents.java:187) ~[?:?]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
  42. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
  43. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
  44. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement