EFFECTS

Load a world

Loads the world by its name. The world must be located in the root directory of the server.

load world %string%

Unload a world

Unload the world. It also allows you not to save changes when uploading.

unload [world] %world% [without save]

Load a chunk

Additionally, it allows you not to generate a chunk if it hasn’t been generated yet.

load %chunk% [without gen[erate]]

Unload a chunk

Unload the chunk. It also allows you not to save changes when uploading.

unload [chunk] %chunk% [without save]

Create a world

create world %-string%[ with ][[,] dimension %-worlddimension%][[,] seed %-string%][[,] type %-worldtype%][[,] generator %-string%][[,] structures %-boolean%]
create world "lake_of_lotzy" with dimension normal, type flat

Delete a world

delete world %world/string%

Create a copy of a world

(copy|duplicate) world %string% [(with|using)] name[d] %string%