Feature Proposal: /macro
I propose a new command called /macro that lets players create and run sequences of commands directly in-game, without needing data packs.
How It Works
/macro create <name> [command1,,<delay>,,command2,,<delay>,,command3]
/macro run <name>
/macro delete <name>
-
<delay>= seconds or ticks to wait before the next command. -
All commands are defined in one line, so players don’t get stuck in recording mode.
Example
/macro create sword [give @p diamond_sword,,0,,effect give @p strength 30]
/macro run sword
Gives a diamond sword and applies Strength instantly.
Advantages
-
Easier and faster than
/function(no data pack needed). -
More flexible than
/schedule(allows different delays between commands in one place). -
Great for mini-games, survival shortcuts, and fun sequences.
Please sign in to leave a comment.
0 Comments