Name | CreateWorld |
Syntax | createworld [<name>] (generator:<id>) (worldtype:<type>) (environment:<environment>) (copy_from:<world>) (seed:<seed>) (settings:<json>) (generate_structures:true/false) |
Short Description | Creates a new world, or loads an existing world. |
Full Description | This command creates a new minecraft world with the specified name, or loads an existing world by that name.
Optionally specify a plugin-based world generator by its generator ID. If you want an empty void world with a void biome, you can use "denizen:void". If you want an empty void world with vanilla biomes, you can use "denizen:void_biomes". Optionally specify additional generator settings as JSON input. Optionally specify a world type which can be specified with 'worldtype:' (defaults to NORMAL). For all world types, see: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/WorldType.html Optionally specify an environment (defaults to NORMAL, can also be NETHER, THE_END). Optionally choose whether to generate structures in this world. Optionally specify an existing world to copy files from. The 'copy_from' argument is ~waitable. Refer to ~waitable. It's often ideal to put this command inside server prestart. |
Related Tags | <server.world_types> Returns a list of all world types known to the server. (...)
<server.worlds> Returns a list of all worlds.
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Synonyms (Search Aid) | loadworld |
Group | world |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/CreateWorldCommand.java#L35 |