Add defaults to permissions

This commit is contained in:
SeanOMik 2020-09-09 22:59:01 -05:00 committed by GitHub
parent 0241704cf6
commit e6ba317789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -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.
## Permissions
* `energeticstorage.*`: Gives all Energetic Storage permissions.
* `energeticstorage.reload`: Gives permission to reload the Energetic Storage configuration files.
* `energeticstorage.esgive`: Gives permission to give an Energetic Storage item to themselves.
* `energeticstorage.esgive.others`: Gives permission to give an Energetic Storage item to others.
* `energeticstorage.system.open.untrusted`: Gives permission to open an ES System that the player is not trusted on.
* `energeticstorage.system.create`: Gives permission to create an ES System.
* `energeticstorage.system.destroy.untrusted`: Gives permission to destroy a system the player isn't trusted on.
* `energeticstorage.*`: Gives all Energetic Storage permissions. Default: `op`
* `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. Default: `op`
* `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. Default: `op`
* `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. Default: `op`
## Commands
* /esreload
@ -50,4 +50,4 @@ Players.yml is where **_all_** player data is stored. **I would recommend not me
![terminal](screenshots/terminal.png)
![terminalAmount](screenshots/terminalAmount.png);
![terminalAmount](screenshots/terminalAmount.png);