Changes
Page history
Update Commands and Permissions
authored
Aug 11, 2020
by
Jacob Epstein
Show whitespace changes
Inline
Side-by-side
Commands-and-Permissions.md
View page @
a68e4a11
...
@@ -174,3 +174,33 @@ Signal Commands
...
@@ -174,3 +174,33 @@ Signal Commands
abuse this command unless they have the operator powers
abuse this command unless they have the operator powers
neccessary to find specific mob UUIDs and internal signal names
neccessary to find specific mob UUIDs and internal signal names
of mobs.
of mobs.
Permissions
===========
At the moment MythicMobs only supports two permission nodes to grant
full access to the plugin. The reason for this is that nearly all
commands in MythicMobs are heavily abusable, and at the moment I don't
see a reason for individual permissions for each feature. Regardless, I
will add more permissions in the future when I have time for those that
would like it, but it is not high on my priority list.
General
-------
-
**mythicmobs.admin**
-
*
Grants full access to the plugin's
commands.
*
-
**mythicmobs.signal**
-
*
Permission to use the "/mm signal
<
mob.uuid
>
<
signal
>
" command
*
Commands
--------
-
Access to individual commands can be given using
**mythicmobs.command.<command>**
<!-- -->
* **mythicmobs.command.info** - //Access to the **/mm info** command.//
* **mythicmobs.command.mobs.list** - //Access to the **/mm mobs list** command.//
* etc