Reset *default* map without restarting server or kicking players

Discussion in 'Bukkit Discussion' started by lol768, Oct 19, 2012.

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

    lol768

    Is this possible? I know I can't unload the default world, but could I change certain regions while players are online? Maybe the WorldEdit snapshot feature

    Needs to support the console CommandSender
     
  2. Offline

    Lolmewn

    I guess you could change the seed of the world through Reflection, then taking chunks and just deleting them and after delete is done, load the chunks again (will create the chunk with the new seed I would say).
     
  3. Offline

    lol768

    I haven't phrased my question very well. Your approach, if I'm correct, would restore the world back to its natural state, disregarding any creations. I have a backup which I wish to restore while players are in the same world.
     
  4. Offline

    Lolmewn

    Oh, like that. Sure, load the backup world into bukkit, get every chunk, and replace it old ones. Never done this, and it might be hard to get every single chunk, but it (again) *should* work.
     
  5. Offline

    Shinxs

    so how could i load it back into bukkit?
     
  6. Offline

    Lolmewn

    Simply load the world using the appropriate methods.
     
  7. Offline

    ZachBora

    I know MonsieurApple does something sort ofish like that in his server. I'm assuming he loads the map, then teleports everyone to it.

    There's probably a default empty map that noone uses.
     
  8. Offline

    Shinxs

    I fixed it using a simple API named: AnvilAPI
     
Thread Status:
Not open for further replies.

Share This Page