Compatibility
Minecraft: Java Edition
1.21.8
Platforms
Supported environments
Creators
Details
Licensed MIT
Published last month
Updated 4 weeks ago
Custom Command Shortcuts
Allows you to create client side shortcuts that execute longer commands on servers
Setting a shortcut:
/shortcut set <shortcut> <command>
example:
/shortcut z //undo
this will allow you to run /z to execute //undo
Removing a shortcut:
/shortcut remove <shortcut>
example:
/shortcut remove z
this will remove the /z shortcut
Getting a shortcuts command
/shortcut get <shortcut>
example:
/shortcut get z
this will tell you the command that corrosponds with the shortcut
Reloading all shortcuts
/shortcut reload
this will reload all shortcuts from the file
you can manually modify/find storage.txt at %appdata%/.minecraft/config/customshortcuts/storage.txt


