option#

Defines a custom sandbox option for a mod.

Hierarchy#

Valid Parent Blocks:

ID Properties#

This block should have an ID.

Parameters#

default#

Type:

Any

Needs:

type

No description

max#

Type:

float

Needs:

type = integer, double

The maximum value the option can have. Only for integer and double types.

min#

Type:

float

Needs:

type = integer, double

The minimum value the option can have. Only for integer and double types.

page#

Type:

string

The sandbox option to add the option to. Can be a custom page.

translation#

Type:

string

The translation key for the option’s name.

type#

Type:

string (required)

The type of the option.

Allowed values:

  • boolean

  • integer

  • double

  • string

  • enum