Aliases

Quick rating

Community listing page, reviews here may not be monitored by the author.

Aliases

By moofyOwner

No reviews yet

A lightweight, server-side mod that lets you create custom command shortcuts and aliases.

Mod Loaders
Minecraft
26.2

About

Description

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 — Reload config/aliases.json
Config Example

Shortcuts are stored in config/aliases.json:

{
  "name": "gmc",
  "target": "gamemode creative",
  "permissionLevel": 2
}