-
Notifications
You must be signed in to change notification settings - Fork 95
FAQ ‐ Claim Management
Set requires-claim-blocks
to false
in global.conf
within claim creation-settings
section.
Create claim, use /claiminfo
-> Admin Settings
and toggle Requires Claim Blocks
to false.
Then use /claimtransfer <playername>
to transfer claim to player.
First make sure your wand is set for cuboid mode as GD only supports cuboid. Use the wand to select your 2 points.
If you want to create a 2D claim from bedrock to sky then type /claimwe
.
If you want to create a 3D claim that respect the height of your selection then type /cuboid
then /claimwe
.
Using /cuboid
will put you into 3D claiming mode where your selection will always respect block height.
Make sure you use the investigation tool (minecraft:stick by default) or are in /claimmode
then right-click an area.
Give them accessor trust by using /at public
where public represents all players.
See https://github.com/bloodmc/GriefDefender/wiki/Trust-System.
If you need more detailed protection then use the flag system.
See https://github.com/bloodmc/GriefDefender/wiki/Flag-Definitions-GUI
Most GD commands will use the claim you are standing in. Simply stand in the claim and make your change.
If the claim is far, use /claimlist
and TP to it.
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.
- Assign permission to all players in LuckPerms.
- Stand in wilderness claim.
- Execute command
/cpp <playername> <permission> false
- Assign permission to all players in LuckPerms.
- Stand in wilderness claim.
- Execute command
/cpg <group> <permission> false
Note: The same steps can be applied to any claim.
- Stand in claim where you want to deny the permission.
- Execute command
/cpg <group> <permission> false
ex. To deny the permissionessentials.sethome
for groupdefault
/cpg default essentials.sethome false
- Stand in claim where you want to deny the permission.
- Execute command
/cpp <playername> <permission> false
ex. To deny the permissionessentials.sethome
for playerMike
/cpp Mike essentials.sethome false
- Stand in claim where you want to deny the
command-execute
flag. - Execute command
/cfg <group> command-execute <pluginid:command[arg]> false
ex. To deny the essentials command/sethome
for groupdefault
/cfg default command-execute essentials:sethome false
- Stand in claim where you want to deny the
command-execute
flag. - Execute command
/cfp <playername> command-execute <pluginid:command[arg]> false
ex. To deny the essentials command/sethome
for playerMike
/cfp Mike command-execute essentials:sethome false
Note: Use /gddebug record claim
to get the proper info for command.
See https://github.com/bloodmc/GriefDefender/wiki/Debugging for more info.
Grant them access to use the /ignoreclaims
command in order to toggle GriefDefender god-mode.
Run the command /cf command-execute essentials:sethome false default=user
- Deny flight globally in all claims by running command
/claimoption player-deny-flight true default=global
- Give players permission to use the
fly
command. - Assign the permission
griefdefender.admin.option.perk.fly.owner
to player or group.
- Admins need to assign all players the following perk permissions
griefdefender.admin.option.perk.fly.accessor
griefdefender.admin.option.perk.fly.builder
griefdefender.admin.option.perk.fly.container
griefdefender.admin.option.perk.fly.manager
Note: Don't forget to run /gdreload
after changing permissions
These permissions allow the trusted player to fly in claims they are trusted to.
- Have the claim owners trust players they wish to fly in their claims.
- From the
/gd
menu navigate toCLAIM
thenCLAIMGROUP
. - Click
ADMIN
tab. - Click
+
button. - Enter claimgroup name.
- Go to an admin claim that you want joined to group and navigate back to
CLAIMGROUP
in gd menu. - Click
ADMIN
tab. - Click
JOIN
Repeat steps 5-7 for each claim you wanted joined to claimgroup.
Once this is complete, setup your flags in any claim joined to claimgroup. All claims in claimgroup will share flags.
Note: Unjoining a claim from a claimgroup will revert the claim back to its local flags.
They can use the command /gdconfirm
- Open
global.conf
. - Search for the following section
# The minimum threshold of movement (in blocks) required to receive accrued claim blocks. (Default: 0)
# Note: The claim block task runs every 5 minutes which is the time each player will get to move the required amount of blocks.
claim-block-task-move-threshold=0
- Set
claim-block-task-move-threshold
to the amount of blocks you want to require players to move every 5 minutes to not be considered AFK.