Create Slime World (Effect) — SlimeLink
Addon: SlimeLink · Category: Effect · Since: 1.0.0
Syntax
(create|new) (slimeworld|slime world) named %string% with props %slimepropertymap% [as ReadOnly] with [datasource|data source] %slimeloader%Description
Create a new Slime World with a name, slime properties, and whether it's readOnly.
Examples
create slimeworld named "Test" with props {globalProps} with datasource %file%
new slime world named "MyWorld" with props {worldProps} with %file%
create slimeworld named "ReadOnlyWorld" with props {minimalProps} as ReadOnly with datasource %file%
new slime world named "AnotherWorld" with props {customProps} as ReadOnly with %mysql%