Create
api.dimension.Create(dimension)
Creates a new dimension. When a dimension is first loaded, a small number of chunks around the origin will be loaded.
The function will fail if there is already a dimension with the given ID. The default dimension already holds the ID of an empty string (""
).
Parameters:
Name
Type
Description
dimension
string
The ID of the dimension to be created.
Example:
Create a new dimension from the origin chunk of the default dimension.
Last updated