Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
QuickAlias
ModMIT

QuickAlias

Lightweight client-side command alias utility.

317
Downloads
1
Followers
4 months ago
Updated
📦
30
Versions
utilityfabricforgeneoforgequilt
Download Latestv1.0.1+1.21.1-neoforgeView on Modrinth

📖About QuickAlias

QuickAlias

Modrinth Downloads CurseForge Downloads Wiki

QuickAlias is a client-side utility modification designed to optimize command interaction efficiency within Minecraft. It features a comprehensive visual alias editor, hierarchical command menus, dynamic variable parsing, and a quick access command panel.

This mod aims to resolve the tediousness associated with manual entry of repetitive command strings. Users can construct customized command hierarchies and access them seamlessly via standard chat auto-completion or the convenient visual overlay panel.

QuickAlias-demo

✨ Key Features

  • 🎨 Integrated Visual Editor: Eliminates the need for manual JSON configuration. Efficiently create, edit, reorganize, or import alias configurations directly through the in-game GUI (accessible via the chat interface settings).
  • 🌳 Hierarchical Command Structures: Supports the creation of nested menu systems. For example, define a root alias Warp, and cascade sub-options such as Home, Hub, and Mining under it.
  • 🚀 Macro Functionality: Allows binding multiple commands to a single alias identifier. A single trigger can execute a predefined sequence of operations in order.
  • 🧩 Dynamic Variable System:
    • System Constants: Automatically resolves contextual values including current coordinates ({X}, {Y}, {Z}), player ID ({ID}), and dimension info ({DIM}).
    • Custom Arguments: Supports defining dynamic aliases such as /invite {player}. The system intelligently captures user input and dynamically replaces the corresponding variables in the command.
  • ⌨️ Native Integration:
    • Auto-Completion: Custom aliases seamlessly integrate into the game's chat suggestion system, providing an interaction experience consistent with vanilla commands.
    • Smart Suggestions: Variables named {id} automatically prompt online player names, while {dim} suggests dimension IDs.
  • 🖥️ Overlay Navigation: The chat interface integrates a shortcut entry (the / icon), which summons a visual alias navigation menu, enabling command execution without typing.

QuickAlias-editor

📖 Usage Guide

1. Creating a Basic Alias

  1. Open the Chat interface.
  2. Click the Settings (⚙) icon to enter the QuickAlias configuration panel.
  3. Click the + button to create a new root alias.
  4. Alias Name: Enter the trigger keyword (e.g., home).
  5. Command: Enter the command content to be executed (e.g., /tp <x> <y> <z>).
  6. Save the settings. You can now call this alias via /home in the chat bar.

2. Using Variables (Arguments)

To create an alias that accepts dynamic arguments (such as a player name):

  1. Create a root alias, for example, hi.
  2. Add a Sub-Option to it.
  3. Name the sub-option {id} (Curly braces indicate this node is a variable).
  4. In the {id} node's command list, enter: hello {id}.
  5. Execution: Enter /hi Steve in the chat bar, and the system will execute hello Steve (text without a slash "/" will be sent as a chat message).

3. Built-in Placeholders

The following placeholders can be used in any command configuration:

  • {X}, {Y}, {Z} - Current coordinate values (retains one decimal place).
  • {ID} - Current player name.
  • {DIM} - Registered resource name of the current dimension.

📥 Installation

  • Installation: Simply place the .jar file into the mods folder in your game directory.
  • Compatibility: This is a client-side only mod; it functions on multiplayer servers without requiring server-side installation.

👥 Team & Contributors

Florlet
FlorletOwner

⚙️ Compatibility

Environment
💻 Client-side
Loaders
fabricforgeneoforgequilt
Minecraft Versions
1.21.1

🔗 Links

Modrinth Page