
QuickCommand
ArchivedThis is a mod for quickly and consecutively executing multiple arbitrary commands in the game. All commands can be executed by clicking the corresponding buttons in the chat box.
4,215
10
4,215
10
QuickCommand has been archived. QuickCommand will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
26.1-snapshot-9
1.21.4–1.21.11
1.21–1.21.1
1.20.x
1.19.4
1.18.2
1.17.1
1.16.5
Platforms
Supported environments
Client-side
Server-side
Client and server
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
QuickCommand
This is a mod for quickly and consecutively executing multiple arbitrary commands in the game. All commands can be executed by clicking the corresponding buttons in the chat box.

Short Key
Integrated a shortcut key to quickly open the interface in the chat box, defaulting to U, which can be changed in the game settings.
Commands
- /quickCommand
- Open the quick command list.
- /quickCommand add <name> <command>
- Add a quick command named <name> with command <command>.
- Example: /quickCommand add "Execute /seed" "/seed"
- Add a quick command to execute /seed.
- /quickCommand remove <name>
- Remove the quick command named <name>.
- Example: /quickCommand remove "Execute /seed"
- Remove the quick command named "execute /seed command".
- /quickCommand removeAll
- Remove all quick commands.
- /quickCommand removeAll confirm
- Confirm to remove all quick commands.
- /quickCommand listWithRun
- Open the quick command list.
- /quickCommand swap <index1> <index2>
- Swap the display positions of <index1> and <index2> in the list.
- /quickCommand displayCommandInList <true/false>
- Whether to display commands in the list.
- /quickCommand help
- View the mod usage instructions.

