EasyAlias v1.0.0

Bringing command aliases to your doorstep!

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.

1777413637853.png

The Config

All commands should be defined under the "commands" section of config.yml.
YAML:
commands:
  <alias>:
    permission: <required permission>
    run_as_console: <true|false>
    executes:
      - <list of commands to run>
  • alias is the name of the command that executes the alias. The command can be run with /<alias>.
  • permission is the permission required to run the alias. If not specified, any player can use the command.
  • run_as_console is a boolean that determines if the command will run as the player or as the console.
  • executes is 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:​

Code:
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:
1777413714854.png

Links​

Github, Modrinth (Modrinth is under review)
Buy a license now
$3.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
1 year
Share and earn
Refer this resource and earn a 10% commission.
80 Views
0 Purchases
1 Downloads
Apr 30, 2026 Published
N/A Updated
Not yet rated
11.8 KB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Staff
Supported software
  1. Paper
  1. Purpur
Supported versions
  1. 1.21.11
Supported languages
  1. English
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,183 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,118 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 43 ratings
3,051 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,804 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,573 purchases
Share and earn
Refer this resource and earn a 10% commission.
80 Views
0 Purchases
1 Downloads
Apr 30, 2026 Published
N/A Updated
Not yet rated
11.8 KB File size
Open source
  1. Yes
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Staff
Supported software
  1. Paper
  1. Purpur
Supported versions
  1. 1.21.11
Supported languages
  1. English
Creator
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link
Recommended for you
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 141 ratings
4,183 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 53 ratings
3,118 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 43 ratings
3,051 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 71 ratings
2,804 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 72 ratings
2,573 purchases
Top