Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. 2013-10-23 06:52:37 [INFO] Doomcloud issued server command: /disguise cow
  2. 2013-10-23 06:52:37 [SEVERE] null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'disguise' in plugin DisguiseCraft v5.0
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
  6. at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:527)
  7. at net.minecraft.server.v1_6_R3.PlayerConnection.handleCommand(PlayerConnection.java:976)
  8. at net.minecraft.server.v1_6_R3.PlayerConnection.chat(PlayerConnection.java:887)
  9. at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:834)
  10. at net.minecraft.server.v1_6_R3.Packet3Chat.handle(SourceFile:49)
  11. at org.spigotmc.netty.NettyNetworkManager.b(NettyNetworkManager.java:230)
  12. at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:116)
  13. at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37)
  14. at org.spigotmc.netty.NettyServerConnection.b(NettyServerConnection.java:132)
  15. at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:594)
  16. at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:240)
  17. at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:483)
  18. at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:415)
  19. at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
  20. Caused by: java.lang.NullPointerException
  21. at pgDev.bukkit.DisguiseCraft.DisguiseCraft$5.run(DisguiseCraft.java:576)
  22. at pgDev.bukkit.DisguiseCraft.DisguiseCraft.disguiseToWorld(DisguiseCraft.java:587)
  23. at pgDev.bukkit.DisguiseCraft.DisguiseCraft.disguisePlayer(DisguiseCraft.java:349)
  24. at pgDev.bukkit.DisguiseCraft.listeners.DCCommandListener.onCommand(DCCommandListener.java:1573)
  25. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  26. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement