REI Custom Command

Adds your frequently used commands to bookmarks/favorites in REI

7,98k

Quick challenge

How far can you run before the mobs catch you?

REI Custom Command

This mod allows you to add frequently used commands to bookmarks/favorites in REI.

To add a command, simply type the commands in the search bar (starting and separated by "/") and press enter.

To name a bookmark, type some words before the "/" when adding the bookmark. (can use "$" for formatting codes)

Full feature list:

Text component parsing is supported. You can use it to add hex color or localizable text. For example:

``` {text:HI,color:"#FFAA00"}/say hi ```

(In this example, you can see the lenient JSON mode is enabled. So you don't have to always enter quotes.)

You can also specify an item as an icon. For example:

``` {item:"minecraft:apple"}/say hi ```

Alternatively, to assign tags to the item:

``` {item:{id:potion,tag:{Potion:regeneration}}}/say hi ```

A small command block will be displayed on the icon. Holding CTRL to hide it.

When adding a custom command, press CTRL+Enter to keep the contents in the search box.

New in 1.20.1+: Multiple Commands

Separated by "/", escaped by "\"

``` /tellraw @a "Note about \"REICC\":" /say You can download it from CurseForge/Modrinth ```

ADS