List of Resources

See MKB through human eyes
Filter by Type:
All Action Event Iterator Parameter REPL Command Variable
Filter 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
$$!
Parameter

Terminates the current macro and dumps all content into the chat window for you to edit.

Category: N/A
$$?
Parameter

Asks for text input and includes it into the macro.

Category: N/A
$$0-9
Parameter

Provides up to ten different configurable lists, where you can add whatever text you want.

Category: N/A
$$[[array,of,things]]
Parameter

Opens a list populated with the specified items and includes the selected one.

Category: N/A
$$d
Parameter

Only returns the metadata of the selected item.

Category: N/A
$$f
Parameter

Opens a prompt where you can add friends. Returns the selected friends name.

Category: N/A
$$<file.txt>
Parameter

Includes 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
Parameter

Opens a list of homes. They can be automatically queried from the server.

Category: N/A
$$i
Parameter

Only returns the item name without the metadata.

Category: N/A
$$i:d
Parameter

Opens a list of items and blocks and returns the whole item id with metadata included.

Category: N/A
$$k
Parameter

Presents you a list with all available resource packs.

Category: N/A
$$m
Parameter

Opens 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]
Parameter

Similar to $$? in that it asks for an input, but shows the specified name in front of the input box.

Category: N/A
$$p
Parameter

Opens a list of all saved places. Returns the coordinates of the selected place in the format `<x> <y> <z>`.

Category: N/A
$$pn
Parameter

Returns the name of the selected place.

Category: N/A
$$px
Parameter

Returns only the x coordinate of the selected place.

Category: N/A
$$py
Parameter

Returns only the y coordinate of the selected place.

Category: N/A
$$pz
Parameter

Returns only the z coordinate of the selected place.

Category: N/A
$$s
Parameter

Opens a list of all available shaders. Should be used with the SHADERGROUP() Action.

Category: N/A
$$t
Parameter

Opens a list of towns on your server. They can be automatically queried from the server.

Category: N/A
$$u
Parameter

Opens a list of all current users on your server.

Category: N/A
$$w
Parameter

Opens a list of warps. They can be automatically queried from the server.

Category: N/A
ACHIEVEMENTGET
Action

Displays 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
Variable

Whether the Alt key was pressed at the start of the script

Category: Input
ALT
Variable

Whether the Alt key is pressed

Category: Input