your current location:首页 > news>Command macro key (Command Macro Key) Minecraft

Command macro key (Command Macro Key) Minecraft

2024-12-12 09:22:37|Myriagame |source:minecraft skins

Overview

Do you have any commonly used instructions?Do you think the execution instructions are quite boring over and over again?

Then this MOD allows you to execute the instruction with one click to bind the shortcut key!

How to use

Set the text you need to use in the "Macros-Server.json5" & "Macros-Cilent.json5" in the configuration file;

*Macro: Select the execution method of instruction (like the original command block, it is divided into three types: pulse, chain, and cycle);

Single;

Chain (delayed): Set the delay item to determine the trigger delay of the instruction;

Reperting: Set the repeat item to determine the maximum number of cycles of the instruction, and set the interval item to determine the interval of each trigger of the instruction;

*Primarykey: Used to set the key position bound to this instruction;

Each key in the keyboard will correspond to a specified number in this super link. You only need to enter the corresponding accurate number in this item;

You can use /Macro RELOAAD instructions to load the current configuration in the game;

If there is no "/" in the command field, it will send it in the form of a chat text;

You can use

As a partition symbol, multiple instructions are continuously executed:

*Example: Hello World

Hello mincraft

In some special circumstances, this MOD will provide some placeholders for replacement:

*Example:/Gamemode Creative%Player_name%

Available placeholders

player_name

Player_POS_X

Player_POS_Y

Player_POS_Z

Player_POS

Player_health

player_food

Player_exp

Player_level

player_dimension

player_biome

player_facing

Player_xrot

Player_yrot

player_uuid

Text writing example