Do you have any common commands? Do you think it is boring and tedious over and over again, then you can bind shortcut keys to execute commands now
Macro Type
Placeholder
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
[
{
"macro":"command_macro_key:single",
"command": "/gamemode creative",
"primaryKey": 334,
"modifierKey": 0
},
{
"macro":"command_macro_key:delayed",
"command": "/gamemode creative",
"primaryKey": 334,
"modifierKey": 0,
"delay": 60
},
{
"macro":"command_macro_key:repeating",
"command": "/gamemode creative",
"primaryKey": 334,
"modifierKey": 0,
"repeat": 5,
"interval": 20
},
{
"macro":"command_macro_key:single",
"command": "/gamemode creative",
"primaryKey": 334,
"modifierKey": 0,
//optionalField
//It can only take effect in macros-server.json5 configuration, if there is this field, the permission will be ignored.
"hasOp": true,
//optionalField
//Valid for a specific archive only
"location": ".\\saves\\~~~~~"
}
]