Items are not saving !

Discussion in 'Bukkit Help' started by berneckas, Feb 2, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    berneckas

    Hi !
    I done a new server on craftbukkit mod and some plugins. And items are not saving and people are teleported to old spawns upon restart.
     
  2. Offline

    Pezmantbh

    Your players need to disconnect before you restart the server.
     
  3. Offline

    ShaDooM

    I have the same problem,
    players didnt have to disconnect before stopping the server since
    "Stop" should save all inventories (which it doesnt do anymore)
    I also get an error on "stopping" the server
    Code:
    java.util.ConcurrentModificationException
    	at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
    	at java.util.HashMap$KeyIterator.next(Unknown Source)
    	at net.minecraft.server.EntityTracker.a(SourceFile:97)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:285)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  4. Offline

    Pezmantbh

    This is a problem I have with vanilla and bukkit...

    My initial thoughts would be that it cant save the inventory and location while the user is online due to files being in use or something like that, but idk. Loads of people are saying they didn't have to make their users disconnect before, but this has been happening for me since alpha.
     
  5. Offline

    ShaDooM

    Hm, this sounds strange,
    I havent had that issue on vanilla, or bukkit 166
    It just started occuring on me since 2xx
     
  6. Offline

    Pezmantbh

    I'm on build 166, and it's doing it for me :(

    It isn't really a problem, because all of my users disconnect anyway.
     
  7. Offline

    Plague

    I remember having this bug a while ago, but cannot reproduce it on localhost.
     
  8. Offline

    ShaDooM

    lol really? oO
    Sadly for me it is quite a problem since not everyone is disconnecting, and when I wait for too long the players who disconnected are already coming back ^^
    I remember MCBans had a "kick all" command but that broke with new bukkit :(
     
Thread Status:
Not open for further replies.

Share This Page