Simple but powerful command aliases.
7

Aliases

Aliases is a simple plugin allowing you to alias away long lists of commands, or long commands that you frequently use, and make it a simple command.

This is entirely configuration based, with a default config giving an example.

commands: {
  example_command: {
    alias: "example {0}"
    permission: "alias.example"
    commands: [
      "test {0}"
      "kick {0}"
    ]
  }
}

Variables

Variables can be placed in the commands, which are denoted by {}s. Anything in the alias is used to replace the associated variables in the commands list.

Commands still require the player to have the permission to run them.

Category: Admin Tools

Published on Jan 26, 2017

views

stars

watchers

total downloads

Licensed under MIT

Promoted Versions

Pages

Members