Import an existing world
How to use the world import command.
Edit on GitHubImport an Existing World
Usage:
/world import <key> [options…]
/world import <path> <key> [options…]Permission: worlds.command.import
See the Permissions page for all command permissions.
To import an existing world from an arbitrary path, you can use the /world import <path>… command.
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.--void-world- Import the world as a void world (only for migrating away from void generator plugins).
Use --void-world instead of a void generator plugin.
Learn more about why you should stop using void generator plugins.
Examples
Importing a world from anywhere on disk
To import a world from an arbitrary path, use:
/world import "/home/minecraft/survival_world" survival:overworld/world list will also show all un-imported worlds located in your world container, in a dark red color.
You can click the worlds to quickly import them.
Automatic import
To import a world without any custom options, you can use:
/world import survivalSpecific Dimension
To import a specific dimension of a world, you can use the following command:
/world import end dimension minecraft:the_endVoid World
To import a void world, you can use the following command:
/world import example:world --void-worldCustom Generator
To import a world with a specific generator, you can use the following command:
/world import example:world generator TheGeneratorPluginLast updated on