Advertisement
Bob1nz

Cant spawn random crates

Dec 13th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. [12:32:53] [Server thread/INFO]: Bob1nz issued server command: /crate spawn
  2. [12:32:53] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'crate' in plugin MysteryCrates v1.9.8.9.3
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  6. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:642) ~[spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  7. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115) [spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  8. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950) [spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  9. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  10. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) [spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  11. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_25]
  13. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_25]
  14. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  15. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  16. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  17. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  19. Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected
  20. at me.picknchew.mysterycrates.MysteryCrates.spawnFalling(MysteryCrates.java:1964) ~[?:?]
  21. at me.picknchew.mysterycrates.MysteryCrates.onCommand(MysteryCrates.java:2449) ~[?:?]
  22. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.jar:git-Spigot-330d66b-fe41b01]
  23. ... 14 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement