List of Resources

See MKB through human eyes
Filter by Type:
All Action Event Iterator Parameter REPL Command Variable
Filter by Category:
All Calculations Control Flow Equipped Armor Equipped Tool GUI Input Looking at Mod related Player Position Server Settings Time and Date Variables World

Filtros ativos: Tipo: "Action"

UNTIL
Action

Completes a loop started with DO but exits the loop if `<condition>` is met.

Category: Control Flow
VOLUME
Action

Sets the sound volume for the specified category. `<value>` has to be between `0` and `100`. `[category]` can be one of the following values: * `"music"` * `"master"` * `"records"` * `"weather"` * `"blocks"` * `"hostile"` * `"neutral"` * `"players"` * `"ambient"`

Category: Settings
WAIT
Action

Pauses the script for the time (in seconds) specified, suffix `ms` for a wait in milliseconds or `t` to wait in ticks. It is not possible to wait less than the duration of a tick (`~50ms`), because the mod checks each tick if it should continue.

Category: Control Flow
WALKTO
Action

Was never offically in the mod.

Category: Player
WHILE
Action

Completes a loop started with DO but exits the loop if `<condition>` is not met

Category: Control Flow