Client Command Aliases
Create custom shortcuts for any commands in Minecraft - both standard and those added by mods. No more need to memorize long commands or spend time typing them out completely.
How it works?
Simply assign short aliases for frequently used commands. For example, instead of /gamemode survival you can type /gm 0, and replace /setworldspawn with /sws. The mod automatically substitutes the full command when sending to the server.
Usage Benefits
- Time saving: Short commands are typed faster
- Easy to remember: Create abbreviations that make sense to you
- Client-side feature: Works only on the client side, doesn't require server installation
- Compatibility: Suitable for all commands - vanilla and modded
Alias Configuration
Add your shortcuts to the configuration file in the format: "alias:full_command"
["alias1:command1", "alias2:command2", "alias3:command2"]
The configuration file is created automatically on the first client launch after loading the main menu.
Important Features
- Multiple aliases can be assigned to one command
- One alias cannot be used for different commands
- All changes occur only on the client side
- Server receives original commands without modifications