Updated Permissions (markdown)

Jesse Boyd 2017-04-19 05:28:58 +10:00
parent 2a85cef452
commit b90419f5ce

@ -1,13 +1,16 @@
### For normal WorldEdit perms: http://wiki.sk89q.com/wiki/WorldEdit/Permissions
### For command related permissions: https://github.com/boy0001/FastAsyncWorldedit/wiki/Commands
### For command related permissions: [See Here](https://github.com/boy0001/FastAsyncWorldedit/wiki/Commands)
# Permissions:
### Admin permissions:
- `fawe.admin` (allow bypassing through `/wea` command)
- `fawe.bypass` (automatically bypass worldedit restrictions)
- `worldedit.anyblock` (bypass worldedit's `disallowed-blocks`)
- `worldedit.inventory.unrestricted` (bypass inventory restrictions if those are enabled)
### User permissions:
- `fawe.limit.<limitgroup>` (Grants the user the specific group of limits.)
- [`fawe.permpack.basic`](https://github.com/boy0001/FastAsyncWorldedit/blob/master/bukkit/src/main/resources/plugin.yml#L29) (A bunch of worldedit perms which are okay to use on a creative server)
- `worldedit.navigation.jumpto.tool` (Access to the jumpto wand)
- `worldedit.navigation.thru.tool` (Access to the thru wand)
### Region permissions:
>FAWE by default is restricted to regions, this is useful for servers wanting to give ordinary players access to WorldEdit. To enable region restrictions, set config setting `region-restrictions` true, and give players the appropriate region permission. If you want an admin to be able to WorldEdit anywhere using `//wea` command, give them the `fawe.admin` permission.