-
Notifications
You must be signed in to change notification settings - Fork 8
Commands & Permissions
Stefan edited this page Sep 1, 2020
·
22 revisions
| Command | Description |
|---|---|
/alias create <name> |
Creates a new alias with default settings. (Copies template) |
/alias single <name> <command> |
Creates a new alias for a single command. |
/alias multiple <name> <command#command...> |
Creates a new alias for multiple commands. |
/alias message <name> <message> |
Creates a new alias for a message. |
/alias remove <name> |
Removes an existing alias. |
/alias rename <name> <new_name> |
Renames an existing alias. |
/alias modify <name> <setting> <set/add> <value> |
Modifies the value of a setting of an alias. |
/alias createaction <name> <action_name> <type> [value] |
Creates a new action with default settings for an alias. |
/alias renameaction <name> <action_name> <new_action_name> |
Renames an action of an alias. |
/alias removeaction <name> <action_name> |
Removes an existing action from an alias. |
/alias modifyaction <name> <action_name> <setting> <set/add> <value> |
Modifies the value of an action setting. |
/alias list |
Shows a list of all available aliases. |
/alias details <name> |
Shows detailed information about an alias. |
/alias reload [name] |
Reloads the plugin or a single alias. |
/alias help [page] |
Shows the help pages. |
| Permission | Description |
|---|---|
simplealias.command.create |
Permission to use the /alias create command. |
simplealias.command.single |
Permission to use the /alias single command. |
simplealias.command.multiple |
Permission to use the /alias multiple command. |
simplealias.command.message |
Permission to use the /alias message command. |
simplealias.command.remove |
Permission to use the /alias remove command. |
simplealias.command.rename |
Permission to use the /alias rename command. |
simplealias.command.modify |
Permission to use the /alias modify command. |
simplealias.command.createaction |
Permission to use the /alias createaction command. |
simplealias.command.removeaction |
Permission to use the /alias removeaction command. |
simplealias.command.renameaction |
Permission to use the /alias renameaction command. |
simplealias.command.modifyaction |
Permission to use the /alias modifyaction command. |
simplealias.command.list |
Permission to use the /alias list command. |
simplealias.command.details |
Permission to use the /alias details command. |
simplealias.command.reload |
Permission to use the /alias reload command. |
simplealias.command.* |
Permission which inherits all command permissions. |
simplealias.use.* |
Permission to use all aliases which require a permission. |
simplealias.bypass.enabledworlds |
Permission to bypass world restrictions of aliases. |
simplealias.bypass.delay |
Permission to bypass delays of aliases. |
simplealias.bypass.cooldown |
Permission to bypass cooldowns of aliases. |
simplealias.bypass.cost |
Permission to bypass costs of aliases. |
simplealias.bypass.* |
Permission which inherits all bypass permissions. |
simplealias.* |
Permission which inherits all permissions. |