
Aliases
This plugin lets you create aliases for your minecraft commands. Any number of commands can be mapped to one alias, allowing you to easily use multiple commands at once.
Aliases are able to overwrite other registered commands. You can use the overwritten command with namespacing (Generally something like /<name of the plugin>:<command>)
Aliases cannot have any parameters.
Commands
/easyalias help: Prints the help message/easyalias reload: Reloads the config and registers/unregisters any commands./easyalias get <alias>: Prints part of "/easyalias list" for a specific alias/easyalias list: Lists all of the commands available to the player and what they do.

The Config
All commands should be defined under the "commands" section of config.yml.
commands:
<alias>:
permission: <required permission>
run_as_console: <true|false>
executes:
- <list of commands to run>
aliasis the name of the command that executes the alias. The command can be run with<alias>.permissionis the permission required to run the alias. If not specified, any player can use the command.run_as_consoleis a boolean that determines if the command will run as the player or as the console.executesis the list of commands that the alias will run. The commands should not have the forward slash ("/") at the beginning of each line. It can also be a string if only one command needs to be executed
Example Config:
commands:
example1:
permission: easyalias.example
executes:
- tellraw @p "hello!"
- tellraw @p "this is an example alias!"
example2:
executes:
- tellraw @p "hello!"
- tellraw @p "this is another example alias!"
example3:
run_as_console: true
executes:
- tellraw @p "hello!"
- tellraw @p "this is another example alias!"
version: "1.0.0"
When running /easyalias reload then /easyalias list, this is what you'll see:

Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.11
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
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
- Ships as EasyAlias-1.0.0.jar — drop this file into the mods folder
- Download size: 12 KB
- Download link checked 12 Sept 2026 — working
These come from our own check of the pack file, not from the source page.