
Aliases
Custom Command Aliases (Fabric) A lightweight and powerful Fabric mod that allows server administrators to create custom command aliases with support for multiple sub-commands, player name suggestions, and dynamic arguments.
📖About Aliases
🚀 Initial Release - Version 1.0.0
Fabric-aliases. This mod provides a lightweight and flexible way to manage server commands and shortcuts.
✨ Key Features:
Powerful Alias System: Create custom shortcuts for any command or chain of commands.
Dynamic Arguments: Use the %args% placeholder to pass user input into the middle or end of your commands.
Multi-Command Support: Execute multiple commands sequentially using the ; separator (e.g., /heal ; /feed).
Smart Tab-Completion: Optional player name suggestions for aliases that require target selection.
Permissions Ready: Integrated with LuckPerms (Fabric Permissions API) for granular control over who can use which alias.
Real-time Management: Create, remove, and list aliases directly from the game or console without restarts.
Hot-Reload: Use /commandaliases reload to instantly apply changes made to the aliases.json config file.
🔧 Technical Details:
Optimized Performance: Uses Minecraft's native Brigadier system (no overhead during gameplay).
Compatible with 1.21.1: Fully tested on Fabric 1.21.1.
Lightweight: Tiny file size and minimal memory footprint.