Changing the seed or starting a fresh world

Worlds & Backups Reviewed September 6, 2026 2 min read

The seed decides what terrain gets generated. Changing it does not regenerate anything that already exists — it changes what gets made from here on, which is almost never what people want.

Changing the seed on a live world creates a seam

Chunks already generated keep their old terrain. New chunks use the new seed. Where they meet you get a hard wall of mismatched biomes, cliffs cut in half and rivers that stop. It cannot be undone without regenerating one side.

Starting a genuinely fresh world

  1. Back up and download the old world

    You may want it back, and once it is deleted it is gone.

  2. Stop the server

    World settings are read at boot.

  3. Delete or rename the world folders

    All three: world, world_nether, world_the_end. Renaming is safer than deleting — you can put them back.

  4. Set level-seed in server.properties

    Leave it empty for a random seed, or paste a specific one. It only takes effect when a world is generated from nothing.

  5. Start the server

    A new world generates on the new seed. The first boot takes longer, as it did originally.

Keep the old world alongside the new one

Rather than deleting, rename the old folders and use a multi-world plugin to keep both. Players keep their old builds and get fresh land, which is usually what «reset the world» really means.

Common questions

Can I find out my current seed?
Run seed in the console. It prints the seed of the loaded world.
Will the same seed give the same world on a different version?
Not exactly. World generation changes between Minecraft versions, so an identical seed can produce different terrain in 1.21 than it did in 1.18.
Does the seed affect the Nether and End?
Yes. They are generated from the same seed, which is why resetting them regenerates the same shape with fresh resources.