HomeJavaModsCMDAlias
CMDAlias

CMDAlias

CMDAlias

CMDAlias is a server-side Fabric mod for Minecraft that adds configurable command aliases and shortcuts.

It lets you turn long or repetitive commands into short, memorable ones such as:

Because aliases are registered back into the server command tree, they support tab completion and behave like normal commands for players who are allowed to use the target command.


✨ Features


🔄 Commands

These commands require operator permissions.


❗ How It Works

Aliases are saved in:

config/cmdalias.json

When the server starts, CMDAlias loads the configured aliases and injects them into the command dispatcher. When you add or remove an alias in-game, the config is updated immediately and the command tree is resynced to online players.

CMDAlias also prevents alias loops such as:


⚙️ Configuration

Default config:

{
  "aliases": {}
}

Example config:

{
  "aliases": {
    "sun": "/weather clear",
    "bp": "/travelbag",
    "spawn": "/tp 0 64 0"
  }
}

Notes:

Examples:


🧾 Example Use Cases


🏜️ Test Server

Feel free to join my Minecraft server to test my mods: play.swordfishbe.eu

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more