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.