Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [20:22:03] [Server thread/ERROR]: Could not pass event InventoryClickEvent to BuildBattle v3.4.0
- org.bukkit.event.EventException: null
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:308) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at net.minecraft.server.v1_13_R1.PlayerConnection.a(PlayerConnection.java:2130) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at net.minecraft.server.v1_13_R1.PacketPlayInWindowClick.a(SourceFile:33) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at net.minecraft.server.v1_13_R1.PacketPlayInWindowClick.a(SourceFile:10) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at net.minecraft.server.v1_13_R1.PlayerConnectionUtils.a(SourceFile:10) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_181]
- at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_181]
- at net.minecraft.server.v1_13_R1.SystemUtils.a(SourceFile:198) [spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at net.minecraft.server.v1_13_R1.MinecraftServer.w(MinecraftServer.java:884) [spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at net.minecraft.server.v1_13_R1.DedicatedServer.w(DedicatedServer.java:411) [spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at net.minecraft.server.v1_13_R1.MinecraftServer.v(MinecraftServer.java:819) [spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:717) [spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
- Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'bba' in plugin BuildBattle v3.4.0
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchCommand(CraftServer.java:693) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at org.bukkit.craftbukkit.v1_13_R1.entity.CraftPlayer.performCommand(CraftPlayer.java:325) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at pl.plajer.buildbattle3.events.SetupInventoryEvents.onClick(SetupInventoryEvents.java:187) ~[?:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- ... 15 more
- Caused by: java.lang.NoSuchMethodError: com.sk89q.worldedit.bukkit.WorldEditPlugin.getSelection(Lorg/bukkit/entity/Player;)Lcom/sk89q/worldedit/bukkit/selections/Selection;
- at pl.plajer.buildbattle3.commands.AdminCommands.addPlot(AdminCommands.java:122) ~[?:?]
- at pl.plajer.buildbattle3.commands.MainCommand.onCommand(MainCommand.java:102) ~[?:?]
- at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at org.bukkit.craftbukkit.v1_13_R1.CraftServer.dispatchCommand(CraftServer.java:693) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at org.bukkit.craftbukkit.v1_13_R1.entity.CraftPlayer.performCommand(CraftPlayer.java:325) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- at pl.plajer.buildbattle3.events.SetupInventoryEvents.onClick(SetupInventoryEvents.java:187) ~[?:?]
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
- at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181]
- at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181]
- at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304) ~[spigot-1.13.jar:git-Spigot-69774b3-3b8f5be]
- ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement