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 World~KEY_YEN
VariableNo description.
Category: N/AKEY_YEN
VariableNo description.
Category: N/A~KEY_Z
VariableNo description.
Category: N/AKEY_Z
VariableNo description.
Category: N/AKILL
REPL CommandTerminate a running macro by ID, use TASKS to list available tasks
Category: N/ALCASE
ActionConverts the input string to lower case and stores it in output. Returns the output.
Category: CalculationsLEGGINGSDAMAGE
VariableMaximum uses of the Players leggings
Category: Equipped ArmorLEGGINGSDURABILITY
VariableDurability of the Players leggings
Category: Equipped ArmorLEGGINGSID
VariableID of the Players leggings
Category: Equipped ArmorLEGGINGSNAME
VariableDisplayname of the Players leggings
Category: Equipped ArmorLEVEL
VariableXP level
Category: PlayerLIGHT
VariableLight level at current location
Category: PlayerLIST
REPL CommandList available macro files in the macros directory
Category: N/ALIVE
REPL CommandEnables or disables "live mode". When live mode is enabled, commands will be sent to the server as chat messages and received chat will display in the console. When live mode is disabled (default) the REPL acts as a sandbox and chat messages are only displayed in the local console.
Category: N/A~LMOUSE
VariableWhether the left mouse button was pressed at the start of the script
Category: InputLMOUSE
VariableWhether the left mouse button is pressed
Category: InputLOCALDIFFICULTY
VariableLocal difficulty of the world
Category: WorldLOG
ActionShows the specified text only on the client-side in the chat window.
Category: InputLOGRAW
ActionSimilar to minecraft tellraw command, parses and outputs JSON chat into the client-side chat window.
Category: InputLOGTO
ActionOutputs the specified text into the specified target, target can be a text file name or the name of a textarea. If you specify a file as a target is has to end with the `.txt` file extension. The files will always end up in `.minecraft\liteconfig\common\macros\logs`. It is not possible to change that location.
Category: Mod relatedLOOK
ActionFaces the player in the specified direction, prefix angles with + or - for relative moves. If you want to look at a `<yaw>` value as seen in the F3 debug screen, you will have to add 180 to it. The `[time]` is parsed as a float value and then used as seconds. Alternative syntax: `LOOK(<direction>,[time])` `<direction>` can be one of the following values: * `"north"` * `"east"` * `"south"` * `"west"` * `"near"`
Category: SettingsLOOKS
ActionSmoothly turnes the player to the specified direction, prefix angles with + or - for relative moves If you want to look at a `<yaw>` value as seen in the F3 debug screen, you will have to add 180 to it. The `[time]` is parsed as a float value and then used as seconds. Alternative syntax: `LOOKS(<direction>,[time])` `<direction>` can be one of the following values: * `"north"` * `"east"` * `"south"` * `"west"` * `"near"`
Category: SettingsLOOP
ActionEnds a loop that was started with DO
Category: Control FlowMACROID
VariableInternal id of the macro.
Category: N/AMACRONAME
VariableDisplay name of the macro.
Category: N/A