World Creator (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 1.8.0
Syntax
[a] [new] world creator (with name|named) %string%Description
Create a new world creator. This will be used to create a new world. After creating a world creator you will need to load the world.
**Name/Key**: - Name: This is the name of your new world (As of Minecraft 26.1, names are discouraged and keys are suggested. - Key: This is the key of your new world, and is used to identify it. - As of Minecraft 26.1, the key will determine where your world folder is saved within the `world/dimensions` folder.
**Other**: - Copy will create a fresh new world with the same seed and settings. - Clone will create a carbon copy of your world, if the world is large, this process may take a while. The file copying process will happen on another thread, so this won't freeze your server. - `without saving` = Optionally prevent saving of the world that will be cloned. Saving freezes the server for a bit so this can help speed up the process... if you don't need that world saved at this moment in time.
Examples
set {_w} to a new world creator with key "my_stuff:my_world"
set environment of {_w} to nether
load world from creator {_w}
set {_clone} to a new world creator with key "clones:world" to clone world "world" without saving
load world from creator {_clone}