Compatibility
Minecraft: Java Edition
26.2
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed CC0-1.0
Published 9 hours ago
Updated 4 days ago
Aliases
A simple server-side mod that lets you create custom command shortcuts. Map long commands like /gamemode creative to short ones like /gmc in seconds, either in the config or directly in-game.
Features
- 100% Server-Side: No client mod required. Works in singleplayer and dedicated servers.
- Native Tab Completion: Shortcuts auto-complete in chat natively.
- In-Game Management: Create, edit, and reload aliases on the fly.
- Loop Protection: Built-in safety against infinite command loops.
Default Shortcuts
Pre-configured with classic commands out of the box:
/gmc,/gms,/gma,/gmsp— Quick gamemode switches/day,/night— Time control/sun,/rain— Weather control/ci— Clear inventory/feed,/heal— Restore hunger & health (defaults to yourself if no player is specified)
In-Game Commands
/aliases add <name> <target>— Add or update a shortcut/aliases remove <name>— Delete a shortcut/aliases list— View active shortcuts/aliases reload— Reloadconfig/aliases.json
Config Example
Shortcuts are stored in config/aliases.json:
{
"name": "gmc",
"target": "gamemode creative",
"permissionLevel": 2
}


