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 WorldCRAFT
ActionQueues an auto-crafting request
Category: GUICRAFTANDWAIT
ActionQueues an auto-crafting request and waits for it to complete
Category: GUI~CTRL
VariableWhether the Control key was pressed at the start of the script
Category: InputCTRL
VariableWhether the Control key is pressed
Category: InputDATE
VariableCurrent date in the format "year-month-day"
Category: Time and DateDATETIME
VariableCurrent date and time in the format "year-month-day hour:minute:second"
Category: Time and DateDAY
VariableNumber of day
Category: WorldDAYTICKS
VariableTICKS value modulo 24000 and shifted back 6000 so that 0 aligns with midnight
Category: WorldDAYTIME
VariableIngame time in the format hh:mm
Category: WorldDEC
ActionDecrements the specified counter by 1 or by the specified amount
Category: VariablesDECODE
ActionConverts an string from base64 back to an normal string. Returns the decoded string.
Category: CalculationsDIFFICULTY
VariableDifficulty of the world
Category: SettingsDIMENSION
VariableDimension the Player is in. Can be one of the following values: * `NETHER` * `SURFACE` * `END` * `UNKNOWN`
Category: WorldDIRECTION
VariableDirection the Player is looking at, shortened to the first character. Can be one of the following values: * `N` * `E` * `S` * `W`
Category: PositionDISCONNECT
ActionDisconnects from the current game or server
Category: WorldDISPLAYHEIGHT
VariableHeight of the minecraft window
Category: GUIDISPLAYNAME
VariablePlayer's displayname
Category: PlayerDISPLAYWIDTH
VariableWidth of the minecraft window
Category: GUIDO
ActionBegins a loop. Needs to be closed with `LOOP,` `WHILE`, or `UNTIL`. The loop can be exited early by using `BREAK`. It is possible to specify a `[count]` number for it to have a maximum amount of loops. If this number is not specified, it will loop indefinitely.
Category: Control FlowDURABILITY
VariableDurability of the equipped item
Category: Equipped ToolECHO
ActionSends the specified message to the server
Category: InputEDIT
REPL CommandOpens an editor for the specified file
Category: N/AEFFECT
VariableInternal string id of the effect.
Category: N/AEFFECTID
VariableInternal numeric id of the effect.
Category: N/AEFFECTNAME
VariableDisplay name of the effect.
Category: N/A