Advertisement
Guest User

Untitled

a guest
Feb 25th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. >hcw serverlives
  2. 23:01:13 [INFO] [HardCoreWorlds] This command must be issued by a player, or a player must be specified
  3. >hcw serverlives olat 2
  4. 23:01:20 [WARNING] Unexpected exception while parsing console command
  5. org.bukkit.command.CommandException: Unhandled exception executing command 'hcw' in plugin HardCoreWorlds v1.1.7.0
  6. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
  7. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
  8. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:403)
  9. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:399)
  10. at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:580)
  11. at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:557)
  12. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:441)
  13. at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
  14. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.CraftOfflinePlayer cannot be cast to org.bukkit.entity.Player
  15. at com.Cayviel.HardCoreWorlds.Commands.ParseCommand(Commands.java:126)
  16. at com.Cayviel.HardCoreWorlds.HardCoreWorlds.onCommand(HardCoreWorlds.java:77)
  17. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
  18. ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement