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$$!
ParameterTerminates the current macro and dumps all content into the chat window for you to edit.
Category: N/A$$?
ParameterAsks for text input and includes it into the macro.
Category: N/A$$0-9
ParameterProvides up to ten different configurable lists, where you can add whatever text you want.
Category: N/A$$[[array,of,things]]
ParameterOpens a list populated with the specified items and includes the selected one.
Category: N/A$$d
ParameterOnly returns the metadata of the selected item.
Category: N/A$$f
ParameterOpens a prompt where you can add friends. Returns the selected friends name.
Category: N/A$$<file.txt>
ParameterIncludes the content of the file directly into the current macro. One macro can only contain up to ten includes, everyone after that gets ignored. In case you need a higher limit you have the ability to increase it from the config file. The config file is in `.minecraft/liteconfig/common/macros/.macros.txt`. There you have to change the compiler.maxinclude property.
Category: N/A$$h
ParameterOpens a list of homes. They can be automatically queried from the server.
Category: N/A$$i
ParameterOnly returns the item name without the metadata.
Category: N/A$$i:d
ParameterOpens a list of items and blocks and returns the whole item id with metadata included.
Category: N/A$$k
ParameterPresents you a list with all available resource packs.
Category: N/A$$m
ParameterOpens a prompt with all script files inside the `.minecraft/liteconfig/common/.macros` folder and includes the selected file so that it can be executed.
Category: N/A$$[name]
ParameterSimilar to $$? in that it asks for an input, but shows the specified name in front of the input box.
Category: N/A$$p
ParameterOpens a list of all saved places. Returns the coordinates of the selected place in the format `<x> <y> <z>`.
Category: N/A$$pn
ParameterReturns the name of the selected place.
Category: N/A$$px
ParameterReturns only the x coordinate of the selected place.
Category: N/A$$py
ParameterReturns only the y coordinate of the selected place.
Category: N/A$$pz
ParameterReturns only the z coordinate of the selected place.
Category: N/A$$s
ParameterOpens a list of all available shaders. Should be used with the SHADERGROUP() Action.
Category: N/A$$t
ParameterOpens a list of towns on your server. They can be automatically queried from the server.
Category: N/A$$u
ParameterOpens a list of all current users on your server.
Category: N/A$$w
ParameterOpens a list of warps. They can be automatically queried from the server.
Category: N/AACHIEVEMENTGET
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: GUI~ALT
VariableWhether the Alt key was pressed at the start of the script
Category: InputALT
VariableWhether the Alt key is pressed
Category: Input