From 3c61586bbb9ce693032667472021f897de8c3bc1 Mon Sep 17 00:00:00 2001 From: bloodmc Date: Sat, 23 Jan 2021 20:25:35 -0500 Subject: [PATCH] Updated Claim Management (markdown) --- Claim-Management.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Claim-Management.md b/Claim-Management.md index 54f7ae2..60db802 100644 --- a/Claim-Management.md +++ b/Claim-Management.md @@ -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. \ No newline at end of file +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 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 false` + +Note: The same steps can be applied to any claim. \ No newline at end of file