Add defaults to permissions
This commit is contained in:
parent
0241704cf6
commit
e6ba317789
14
README.md
14
README.md
|
@ -19,13 +19,13 @@ Energetic Storage is a plugin that is heavily inspired by a forge mod named, [Ap
|
||||||
* Only trusted players and the owner of the system can destroy it.
|
* Only trusted players and the owner of the system can destroy it.
|
||||||
|
|
||||||
## Permissions
|
## Permissions
|
||||||
* `energeticstorage.*`: Gives all Energetic Storage permissions.
|
* `energeticstorage.*`: Gives all Energetic Storage permissions. Default: `op`
|
||||||
* `energeticstorage.reload`: Gives permission to reload the Energetic Storage configuration files.
|
* `energeticstorage.reload`: Gives permission to reload the Energetic Storage configuration files. Default: `op`
|
||||||
* `energeticstorage.esgive`: Gives permission to give an Energetic Storage item to themselves.
|
* `energeticstorage.esgive`: Gives permission to give an Energetic Storage item to themselves. Default: `op`
|
||||||
* `energeticstorage.esgive.others`: Gives permission to give an Energetic Storage item to others.
|
* `energeticstorage.esgive.others`: Gives permission to give an Energetic Storage item to others. Default: `op`
|
||||||
* `energeticstorage.system.open.untrusted`: Gives permission to open an ES System that the player is not trusted on.
|
* `energeticstorage.system.open.untrusted`: Gives permission to open an ES System that the player is not trusted on. Default: `op`
|
||||||
* `energeticstorage.system.create`: Gives permission to create an ES System.
|
* `energeticstorage.system.create`: Gives permission to create an ES System. Default: `Everyone`
|
||||||
* `energeticstorage.system.destroy.untrusted`: Gives permission to destroy a system the player isn't trusted on.
|
* `energeticstorage.system.destroy.untrusted`: Gives permission to destroy a system the player isn't trusted on. Default: `op`
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
* /esreload
|
* /esreload
|
||||||
|
|
Loading…
Reference in New Issue