Advertisement
Guest User

Untitled

a guest
Sep 20th, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. 2011-09-20 08:09:57 [INFO] [Server] **SERVER IS SAVING THE MAP**
  2. 2011-09-20 08:09:57 [INFO] [Server] **SERVER IS SAVING THE MAP**
  3. 2011-09-20 08:09:57 [WARNING] Unexpected exception while parsing console command
  4. org.bukkit.command.CommandException: Unhandled exception executing 'say **SERVER IS SAVING THE MAP**' in org.bukkit.command.defaults.SayCommand@3f49b164
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:167)
  6. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
  7. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349)
  8. at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
  9. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
  10. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
  11. at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
  12. Caused by: java.lang.NullPointerException
  13. at org.bukkit.craftbukkit.entity.CraftPlayer.sendRawMessage(CraftPlayer.java:106)
  14. at org.bukkit.craftbukkit.entity.CraftPlayer.sendMessage(CraftPlayer.java:110)
  15. at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:770)
  16. at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:241)
  17. at org.bukkit.Bukkit.broadcastMessage(Bukkit.java:101)
  18. at org.bukkit.command.defaults.SayCommand.execute(SayCommand.java:35)
  19. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
  20. ... 6 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement