mirror of
https://github.com/bloodmc/GriefDefender.git
synced 2024-11-25 12:45:48 +01:00
Updated Claim Management (markdown)
parent
74febf5ca2
commit
3c61586bbb
@ -244,4 +244,21 @@ Most GD commands will use the claim you are standing in. Simply stand in the cla
|
||||
|
||||
**7. How do I test flags as a non-trusted user in a claim?**
|
||||
|
||||
Use `/cfdebug` to put yourself into claim flag debug mode then perform any action. This will internally set you as a non-trusted player for all claims. When done, simply run `/cfdebug` command again.
|
||||
Use `/cfdebug` to put yourself into claim flag debug mode then perform any action. This will internally set you as a non-trusted player for all claims. When done, simply run `/cfdebug` command again.
|
||||
|
||||
**8. Is there a way to allow a permission within all claims but deny it in the wild?**
|
||||
|
||||
* To deny a specific player permission in wilderness
|
||||
|
||||
1. Assign permission to all players in LuckPerms.
|
||||
2. Stand in wilderness claim.
|
||||
3. Execute command `/cpp <playername> <permission> false`
|
||||
|
||||
|
||||
* To deny a specific group permission in wilderness
|
||||
|
||||
1. Assign permission to all players in LuckPerms.
|
||||
2. Stand in wilderness claim.
|
||||
3. Execute command `/cpg <group> <permission> false`
|
||||
|
||||
Note: The same steps can be applied to any claim.
|
Loading…
Reference in New Issue
Block a user