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.
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
- Back up and download the old world
You may want it back, and once it is deleted it is gone.
- Stop the server
World settings are read at boot.
- Delete or rename the world folders
All three:
world,world_nether,world_the_end. Renaming is safer than deleting — you can put them back. - Set
level-seedinserver.propertiesLeave it empty for a random seed, or paste a specific one. It only takes effect when a world is generated from nothing.
- Start the server
A new world generates on the new seed. The first boot takes longer, as it did originally.
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
seedin 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.