Configure the World Seed
- Log in to the game panel at
gamepanel.fourseasonshosting.com. - Open your server and stop it from the Console page.
- Go to Files and open
server.properties. - Locate the following setting:
- Enter the seed you want after the
=sign. To have Minecraft generate a random seed, leave the value blank. - Save the file.
level-seed in server.properties, start the server once and allow it to finish generating its configuration files. Stop the server afterward and edit the file.
Generate a New World
After setting the seed, you need to make Minecraft create a new world. There are two ways to do this.Option 1: Remove the Existing World
If you no longer need the current world:- Open Files.
- Locate the world directory currently being used by the server.
- The folder name normally matches the
level-namevalue inserver.properties, which is commonlyworld. - Delete the world folder.
Before deleting the world: Create a backup if there is anything in the existing world that you may want to recover later.
Option 2: Keep the Existing World
If you want to keep your current world while generating another one:- Open
server.properties. - Find:
- Change the value to a new world name, such as:
- Save the file.
Start the Server
Start the server from the Console page. Minecraft will generate the new world using the seed configured inlevel-seed. Your previous world remains available if you used the second method.