Advertisement
Guest User

Untitled

a guest
Feb 21st, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. 2013-02-21 17:42:49 [WARNING] Unexpected exception while parsing console command "noswear"
  2. org.bukkit.command.CommandException: Unhandled exception executing command 'noswear' in plugin NoSwear v6.0
  3. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  4. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
  5. at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchCommand(CraftServer.java:514)
  6. at org.bukkit.craftbukkit.v1_4_R1.CraftServer.dispatchServerCommand(CraftServer.java:506)
  7. at net.minecraft.server.v1_4_R1.DedicatedServer.al(DedicatedServer.java:260)
  8. at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:225)
  9. at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
  10. at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
  11. at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
  12. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_4_R1.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
  13. at me.A5H73Y.NoSwear.NoSwear.onCommand(NoSwear.java:117)
  14. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  15. ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement