Advertisement
Guest User

Untitled

a guest
Apr 6th, 2013
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. >who
  2. 11:31:50 [WARNING] Unexpected exception while parsing console command "who"
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'who' in plugin motd v1.2
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:188)
  6. at org.bukkit.craftbukkit.v1_5_R2.CraftServer.dispatchCommand(CraftServer.java:523)
  7. at org.bukkit.craftbukkit.v1_5_R2.CraftServer.dispatchServerCommand(CraftServer.java:512)
  8. at net.minecraft.server.v1_5_R2.DedicatedServer.am(DedicatedServer.java:261)
  9. at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:226)
  10. at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:474)
  11. at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:407)
  12. at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
  13. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_5_R2.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
  14. at org.zweizeichen.Motd.modules.Who.onCommand(Who.java:39)
  15. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  16. ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement