Manage
Import an existing world
How to use the world import command.
Edit on GitHubTo import an existing world, you can use the /world import <path>
command.
The given path is relative to the server's world container folder which can be changed.
Additional options
The import command also supports the following additional options:
dimension
- Specifies the dimension type. Defaults tonormal
.generator
- Specifies the world generator plugin to use for generating the world.key
- Sets the key for the world. Creates a key representation of the world name if not provided.name
- Sets the name for the world. If not provided, the world will be imported with its original name.
Options are specified as option value
pairs, and can be used in any given order.
Examples
To import a specific dimension of a world, you can use the following command:
/world import End key worlds:end dimension end
To import a world with a specific generator, you can use the following command:
/world import "My World" generator TheGeneratorPlugin
To import a world with a different name, you can use:
/world import "My World" name "New World Name"
To import a world without any custom options, you can use:
/world import Survival
Last updated on