HomeJavaModsEasyAlias
EasyAlias

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

help message

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>

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:

example config

Quick facts

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

These come from our own check of the pack file, not from the source page.

Explore more