Create a New World Without Removing the Existing One
If you want to try a new world but may want to return to your current one later, you can change the world name in your server configuration.- Log in to the game panel at
gamepanel.fourseasonshosting.com. - Stop your server from the Console page.
- Go to Files and open
server.properties. - Locate the
level-name=setting. - Change the value to a new world name. For example:
- Save the configuration.
- Start the server.
level-name back to the name of the original world and restart the server.
Completely Reset the World
If you want to permanently start over with a newly generated world, you can remove the existing world folder. Before deleting anything, create a backup if the existing world contains anything you may want to keep.- Stop the server from the Console page.
- Open the Files section.
- Locate the world folder currently being used. Its name should match the value configured under
level-nameinserver.properties. In many installations, this isworld. - Select the world folder and delete it.
- Deleted files are moved to the Trash, allowing you to recover them if necessary.
- Start the server.
Modded Servers
Depending on the modpack or server setup, additional dimension folders may also need to be removed when performing a complete reset. Examples include:world_netherworld_the_end
Generate a World With a Specific Seed
The world seed controls how Minecraft generates the terrain and structures in a newly created world. Changing the seed will not alter an existing world. To use a custom seed:- Stop your server.
- Open Files and edit
server.properties. - Find the
level-seed=setting. - Enter the seed you want to use. Leave the value blank if you want Minecraft to choose a random seed.
- Save the file.
- Remove the existing world or change
level-nameto a new world name. - Start the server.
level-seed while an existing world is still being used will not regenerate that world.