Basic World Management

Creating & Deleting

Create a world

gorp create-world [server] <world>

Where “server” is the server name and “world” is the name of the new world.

Create a new world in a server. If you do not specify the world name in the command, you will be prompted. Gorp will start the server to generate the world and leave it running.

Delete a world

gorp delete-world [server] <world>

This action is irreversible! Ensure you have a backup of the world.

Renaming

gorp rename-world [server] [world] [new_name]

Regenerating

gorp reset-world [server]

Where “server” is the server to reset the world in. This will reset the ACTIVE world in a server.

This action is irreversible! Ensure you have a backup of the active world.

Active Worlds & Switching Them

Each server has an active world. This is the world that’s loaded when the server is started. It is set in the server.properties file (“level-name”).

When taking a backup of a world and resetting a world, the active world of a server is used to carry the task out. To change the active world, use:

gorp switch-world [server] [world]

Where “server” is the server name and “world” is the world name.