Any way to delete a world

Discussion in 'Plugin Development' started by MolaynoxX, Aug 2, 2012.

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

    MolaynoxX

    Hi,
    I need to regenerate a world and i use this code, but a small region near the spawn remains the same.
    I tried the suggestions from this post, but nothing worked.

    Console output:
    Code:
    18:32:39 [INFO] World Unloading: true
    >
    18:32:39 [INFO] Deleting /srv/minecraft/test/hg
    >
    18:32:39 [INFO] Unable to find spawn biome
    >
    18:32:39 [INFO] Preparing start region for level 3 (Seed: 6645930328246061715)
    >
    18:32:40 [INFO] Preparing spawn area for hg, 53%
    >
    18:32:41 [INFO] Preparing spawn area for hg, 85%
    >
    18:32:42 [INFO] Generated new world.
     
  2. Offline

    Sushi

    Hi,
     
  3. Offline

    MolaynoxX

    Sorry missclicked and posted too early :D
     
  4. Offline

    sd5

    Did you unload the world before deleting it? The server keeps a part of the world in the RAM and restores is later...
     
  5. Offline

    MolaynoxX

    Yes i do at line 12.
    And it returns true what you can see in the console output.
     
  6. Offline

    MolaynoxX

    No ideas? :(
     
  7. Offline

    Codisimus

    Minecraft still keeps the region files in memory even after the world is unloaded. Use the plugin My Worlds which will automatically close the file streams
     
Thread Status:
Not open for further replies.

Share This Page