World Creator Options (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 1.8.0

Syntax

[the] (environment|world type|world seed|gen[erator] settings|generator|should gen[erate] structures|[is] hardcore|load on start|fixed spawn location) [option] of %worldcreator%

Description

Set different options for world creators. See SkBee wiki for more details. NOTE: 'load on start' will bypass 'auto-load-custom-worlds' in SkBee config. `fixed spawn location` = This is used to override Minecraft attempting to find a spawn location (Which takes a LONG time), this option can greatly speed up world creation.

Examples

set {_w} to a new world creator named "my-world"
set environment option of {_w} to nether
set world type option of {_w} to flat
set should generate structures option of {_w} to true
set load on start option of {_w} to false
set fixed spawn location option of {_w} to location(1,100,1)
load world from creator {_w}

View source