Advertisement
Guest User

Untitled

a guest
Jan 19th, 2013
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. 2013-01-19 10:44:39 [INFO] OgunReiz issued server command: /p sell bank
  2. 2013-01-19 10:44:39 [SEVERE] null
  3. org.bukkit.command.CommandException: Unhandled exception executing command 'p' in plugin PlotMe v0.11b
  4. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
  5. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:186)
  6. at org.bukkit.craftbukkit.v1_4_6.CraftServer.dispatchCommand(CraftServer.java:554)
  7. at net.minecraft.server.v1_4_6.PlayerConnection.handleCommand(PlayerConnection.java:990)
  8. at net.minecraft.server.v1_4_6.PlayerConnection.chat(PlayerConnection.java:908)
  9. at net.minecraft.server.v1_4_6.PlayerConnection.a(PlayerConnection.java:852)
  10. at net.minecraft.server.v1_4_6.Packet3Chat.handle(Packet3Chat.java:44)
  11. at net.minecraft.server.v1_4_6.NetworkManager.b(NetworkManager.java:290)
  12. at net.minecraft.server.v1_4_6.PlayerConnection.d(PlayerConnection.java:112)
  13. at net.minecraft.server.v1_4_6.ServerConnection.b(SourceFile:39)
  14. at net.minecraft.server.v1_4_6.DedicatedServerConnection.b(SourceFile:30)
  15. at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:585)
  16. at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
  17. at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:481)
  18. at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:416)
  19. at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
  20. Caused by: java.util.ConcurrentModificationException
  21. at java.util.HashMap$HashIterator.nextEntry(HashMap.java:839)
  22. at java.util.HashMap$KeyIterator.next(HashMap.java:874)
  23. at com.worldcretornica.plotme.PMCommand.sell(PMCommand.java:858)
  24. at com.worldcretornica.plotme.PMCommand.onCommand(PMCommand.java:144)
  25. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  26. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement