mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2025-02-16 01:51:46 +01:00
Updated Permissions (markdown)
parent
8d97f78a0c
commit
cf457c32b9
@ -16,6 +16,19 @@ See https://luckperms.net/wiki/Default-Groups
|
||||
|
||||
## LuckPerms
|
||||
|
||||
On first server boot of GriefDefender, 5 LP groups will automatically be created if they do not already exist.
|
||||
|
||||
* `griefdefender_claim` - Stores all flag permissions applied to single claims via `/cf` command.
|
||||
ex. Executing the command `/cf block-place minecraft:wool true` would have the permission stored in this group.
|
||||
Note: This does not store permissions made through Flag Preset GUI.
|
||||
* `griefdefender_default` - Stores all flag permissions that contain `gd_claim_default` contexts via `/cf` command.
|
||||
ex. Executing the command `/cf block-place minecraft:wool true default=user` would have the permission stored in this group.
|
||||
Note: This does not store permissions made through Flag Preset GUI.
|
||||
* `griefdefender_definition` - Stores all flag definition permissions applied via `/cf` GUI.
|
||||
Note: This does not store permissions made through Flag Advanced GUI.
|
||||
* `griefdefender_option` - Stores all option meta permissions applied via command or GUI.
|
||||
* `griefdefender_override` - Stores all flag permissions that contain `gd_claim_override` context.
|
||||
|
||||
### Useful MySQL DB queries
|
||||
|
||||
:warning: Replace `minecraft` with LuckPerms DB name and `griefdefender` with GD DB name
|
||||
|
Loading…
Reference in New Issue
Block a user