List of Resources
See MKB through human eyesFilter by Category:
All Calculations Control Flow Equipped Armor Equipped Tool GUI Input Looking at Mod related Player Position Server Settings Time and Date Variables WorldFiltros ativos: Tipo: "Action"
UNTIL
ActionCompletes a loop started with DO but exits the loop if `<condition>` is met.
Category: Control FlowVOLUME
ActionSets 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: SettingsWAIT
ActionPauses 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 FlowWALKTO
ActionWas never offically in the mod.
Category: PlayerWHILE
ActionCompletes a loop started with DO but exits the loop if `<condition>` is not met
Category: Control Flow