Fixed up page into USER and ADMIN sections, removed permissions no longer used and added ones missing. NEEDS REVIEWED HOWEVER

kencinder 2019-12-29 13:25:03 -04:00
parent 5b487f67f5
commit eefcc973d4

@ -5,7 +5,9 @@ Obviously these permissions are rather rough and if you want a more fine control
- If you alter any admin permissions while in-game, make sure you run /gdreload as GD caches various permissions for performance gains.
- Wildcard permission ```*``` is supported but will not grant you complete access in GD. If you want full access, use `/ignoreclaims` command.
# Claims
# User Permissions
## Claims
| Permission Node | Description |
| --------- | ----------- |
| griefdefender.user.claim.command.abandon.basic | Allows to abandon basic claims |
@ -66,7 +68,7 @@ Obviously these permissions are rather rough and if you want a more fine control
| griefdefender.user.command.info.others | Allows to get information about another player |
| griefdefender.user.command.version | Allows to get information about GD, server and LP versions |
# Flags
## Flags
| Permission Node | Description |
| --------- | ----------- |
| griefdefender.user.claim.flag | Allows player to edit advanced user-claim-flags in their own claim |
@ -79,22 +81,36 @@ Obviously these permissions are rather rough and if you want a more fine control
_*If you want your users to edit their claim flags, please make sure you've read the Global Config's section on [user claim flags](https://github.com/bloodmc/GriefDefender/wiki/Global-Config#user-claim-flags)._
# Options
## Options
| Permission Node | Description |
| --------- | ----------- |
| griefdefender.user.claim.option | Allows to set options in claims |
| griefdefender.user.claim.command.option.base | Allows to use the claimoption command |
| griefdefender.user.claim.command.option.group.base | Allows to set group options in claims |
| griefdefender.user.claim.command.option.group.admin | Allows to set group options in Admin claims |
| griefdefender.user.claim.command.option.group.basic | Allows to set group options in Basic claims |
| griefdefender.user.claim.command.option.group.subdivision | Allows to set group options in Subdivision claims |
| griefdefender.user.claim.command.option.group.town | Allows to set group options in Town claims |
| griefdefender.user.claim.command.option.player.base | Allows to set player options in claims |
| griefdefender.user.claim.command.option.player.admin | Allows to set player options in Admin claims |
| griefdefender.user.claim.command.option.player.basic | Allows to set player options in Basic claims |
| griefdefender.user.claim.command.option.player.subdivision | Allows to set player options in Subdivision claims |
| griefdefender.user.claim.command.option.player.town | Allows to set player options in Town claims |
| griefdefender.user.claim.command.option.group | Allows to set group options in claims |
| griefdefender.user.claim.command.option.player | Allows to set player options in claims |
| griefdefender.user.option.perk.owner-fly.basic | Allows to fly in own basic claim |
| griefdefender.user.option.perk.owner-fly.town | Allows to fly in own town claim |
## Trust
| Permission Node | Description |
| --------- | ----------- |
| griefdefender.user.claim.command.trust.group | Allows to grant group trust |
| griefdefender.user.claim.command.trust.player | Allows to grant player trust |
| griefdefender.user.claim.command.trust.list | Allows to list trusted players |
| griefdefender.user.claim.command.trustall.group | Allows to grant group trust to all claims|
| griefdefender.user.claim.command.trustall.player | Allows to grant player trust to all claims |
| griefdefender.user.claim.command.untrust.group | Allows to revoke group trust |
| griefdefender.user.claim.command.untrust.player | Allows to revoke player trust |
| griefdefender.user.claim.command.untrustall.group | Allows to revoke group trust to all claims|
| griefdefender.user.claim.command.untrustall.player | Allows to revoke player trust to all claims |
| griefdefender.user.claim.trust.accessor | Allows to add accessors |
| griefdefender.user.claim.trust.container | Allows to add containers |
| griefdefender.user.claim.trust.builder | Allows to add builders |
| griefdefender.user.claim.trust.manager | Allows to add managers |
| griefdefender.user.claim.trust.remove | Allows to untrust players |
# Admin Permissions
# Admin
| Permission Node | Description |
| --------- | ----------- |
| griefdefender.admin.advanced-flags | Allows usage of advanced mode in flag GUI |
@ -143,26 +159,13 @@ _*If you want your users to edit their claim flags, please make sure you've read
| griefdefender.admin.custom.flag | Allows to use advanced claim flags in GUI |
| griefdefender.admin.eavesdrop.signs | |
## Options
| Permission Node | Description |
| --------- | ----------- |
| griefdefender.admin.claim.command.option.group.base | Allows to set group options in claims |
| griefdefender.admin.claim.command.option.player.base | Allows to set player options in claims |
# Misc
| Permission Node | Description |
| --------- | ----------- |
| griefdefender.user.command.help | Allows to you the view the help |
# Trust
| Permission Node | Description |
| --------- | ----------- |
| griefdefender.user.claim.command.trust.group | Allows to grant group trust |
| griefdefender.user.claim.command.trust.player | Allows to grant player trust |
| griefdefender.user.claim.command.trust.list | Allows to list trusted players |
| griefdefender.user.claim.command.trustall.group | Allows to grant group trust to all claims|
| griefdefender.user.claim.command.trustall.player | Allows to grant player trust to all claims |
| griefdefender.user.claim.command.untrust.group | Allows to revoke group trust |
| griefdefender.user.claim.command.untrust.player | Allows to revoke player trust |
| griefdefender.user.claim.command.untrustall.group | Allows to revoke group trust to all claims|
| griefdefender.user.claim.command.untrustall.player | Allows to revoke player trust to all claims |
| griefdefender.user.claim.trust.accessor | Allows to add accessors |
| griefdefender.user.claim.trust.container | Allows to add containers |
| griefdefender.user.claim.trust.builder | Allows to add builders |
| griefdefender.user.claim.trust.manager | Allows to add managers |
| griefdefender.user.claim.trust.remove | Allows to untrust players |
| griefdefender.user.command.help | Allows to you the view the help |