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"
ACHIEVEMENTGET
ActionDisplays an "Advancement made!" popup you get when completing an advancement with a custom message and optionally a custom item. The successor is [TOAST](/docs/actions/toast) with the option to create other types of popups.
Category: GUIARRAYSIZE
ActionStores the size of the specified `<array[]>` in `[#outvar]`. Returns the size of the array.
Category: VariablesASSIGN
ActionInternal function
Category: Control FlowBIND
ActionSet the specified key binding to the specified key code
Category: SettingsBINDGUI
ActionBinds the specified custom screen to the slot specified
Category: Mod relatedBREAK
ActionInterrupts exection of the innermost loop. Can be used with: * `DO;LOOP` * `DO;UNTIL` * `DO;WHILE` * `FOR;NEXT` * `FOREACH;NEXT`
Category: Control FlowCALCYAWTO
ActionCalculates the absolute yaw angle and optionally the distance to the specified coordinates. Returns the calculated yaw value.
Category: CalculationsCAMERA
ActionSet the current camera mode, call with no arguments to toggle modes Can be one of the following values: * `0` for first person view * `1` for third person view, from behind * `2` for third person view, from the front
Category: SettingsCHATFILTER
ActionEnable or disable the chat filter
Category: Mod relatedCHATHEIGHT
ActionSet height of the Minecraft chat whilst ingame. `<value>` has to be between `20` and `180`.
Category: SettingsCHATHEIGHTFOCUSED
ActionSet height of the Minecraft chat whilst in the chat GUI. `<value>` has to be between `20` and `180`.
Category: SettingsCHATOPACITY
ActionSet opacity of the Minecraft chat. `<value>` has to be between `10` and `100`.
Category: SettingsCHATSCALE
ActionSet scale of the Minecraft chat. `<value>` has to be between `0` and `100`.
Category: SettingsCHATVISIBLE
ActionSet visibility of minecraft chat. By default it toggles between Shown and Hidden. Can be one of the following values: * `"show"` or `0` for __Shown__ * `"commands"` or `1` for __Commands Only__ * `"hidden"` or `2` for __Hiddenn__ Returns the new visibility state.
Category: SettingsCHATWIDTH
ActionSet width of the Minecraft chat. `<value>` has to be between `40` and `320`.
Category: SettingsCLEARCHAT
ActionClears all messages from the chat window
Category: GUICLEARCRAFTING
ActionCancels any queued crafting jobs
Category: GUICONFIG
ActionSwitch to the specified configuration
Category: Mod relatedCRAFT
ActionQueues an auto-crafting request
Category: GUICRAFTANDWAIT
ActionQueues an auto-crafting request and waits for it to complete
Category: GUIDEC
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: CalculationsDISCONNECT
ActionDisconnects from the current game or server
Category: WorldDO
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 FlowECHO
ActionSends the specified message to the server
Category: Input