EFFECTS

Load the world

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

load world %string%

Unload the world

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

unload [world] %world% [without save]

Load a chunk

It also allows you not to generate a world in a chunk if this chunk has not been generated.

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%][[,] structures %-boolean%]
create world "lake_of_lotzy" with dimension normal, type flat

Delete the world

delete world %world/string%

Create a copy of the world

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