Advertisement
Guest User

Untitled

a guest
Sep 27th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. [13:21:20] [Server thread/INFO]: oBirSezar issued server command: /mgm q
  2. [13:21:20] [Server thread/ERROR]: null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'mgm' in plugin Minigames v1.7.0
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot_factions.jar:git-Spigot-d97e08b-880a532]
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot_factions.jar:git-Spigot-d97e08b-880a532]
  6. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot_factions.jar:git-Spigot-d97e08b-880a532]
  7. at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot_factions.jar:git-Spigot-d97e08b-880a532]
  8. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot_factions.jar:git-Spigot-d97e08b-880a532]
  9. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot_factions.jar:git-Spigot-d97e08b-880a532]
  10. at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot_factions.jar:git-Spigot-d97e08b-880a532]
  11. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot_factions.jar:git-Spigot-d97e08b-880a532]
  12. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_25]
  13. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_25]
  14. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot_factions.jar:git-Spigot-d97e08b-880a532]
  15. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [spigot_factions.jar:git-Spigot-d97e08b-880a532]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot_factions.jar:git-Spigot-d97e08b-880a532]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot_factions.jar:git-Spigot-d97e08b-880a532]
  18. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot_factions.jar:git-Spigot-d97e08b-880a532]
  19. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25]
  20. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R3.entity.CraftCreature cannot be cast to org.bukkit.entity.Vehicle
  21. at au.com.mineauz.minigames.PlayerData.quitMinigame(PlayerData.java:467) ~[?:?]
  22. at au.com.mineauz.minigames.commands.QuitCommand.onCommand(QuitCommand.java:65) ~[?:?]
  23. at au.com.mineauz.minigames.commands.CommandDispatcher.onCommand(CommandDispatcher.java:180) ~[?:?]
  24. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot_factions.jar:git-Spigot-d97e08b-880a532]
  25. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement