Skip to content

Commands

Jack edited this page Apr 24, 2026 · 4 revisions

Commands

Note on the unified /claim handler. GriefPrevention3D ships a unified command surface configured in plugins/GriefPreventionData/alias.yml. With it enabled (the default), most commands on this page can also be invoked as /claim <subcommand> — for example /claim trust <player>, /claim abandon, /claim explosions. This page documents the standalone commands only, since they stay the canonical names. See Key Features › Unified Command Handler for how the unified form maps onto these standalone commands.

All permissions below start with griefprevention.. For example, "restorenature" is griefprevention.restorenature. See Permissions for the full list.

Player Commands

Command Description Alias Perm
/AbandonClaim Deletes the claim you're standing in (or selected). claims
/AbandonTopLevelClaim Deletes a claim and all its subdivisions. claims
/AbandonAllClaims Deletes all of your claims. abandonallclaims
/ClaimExplosions Toggles if explosions are allowed in the claim. /claimexplosion claims
/WitherExplosions Toggles if wither explosions may damage blocks in the claim. /witherexplosion witherexplosions
/Trust Gives another player permission to build in your claim. /tr claims
/UnTrust Revokes any permissions granted to a player in your claim. /ut claims
/AccessTrust Gives a player permission to use your buttons, levers, and beds. /at claims
/ContainerTrust Gives a player permission to use buttons, levers, beds, crafting gear, containers, and animals. /ct claims
/PermissionTrust Grants a player permission to share their permission level with others. /pt, /managetrust claims
/TrustList Lists the permissions for the claim you're standing in (or selected). Shows inherited permissions too. claims
/SubdivideClaims Switches your shovel to subdivision mode. /sc, /subdivideclaim claims
/3DSubdivideClaims Switches your shovel to 3D subdivision mode (Y-bounded subclaims). /3dsubdivideclaim claims
/ShapedClaims Switches your shovel to shaped-claim mode (orthogonal polygon claims). Requires AllowShapedClaims: true. /shapedclaim claims
/RestrictSubclaim Restricts a subclaim so it inherits no permissions from the parent. If run in a top-level claim, restricts all its subdivisions at once. /rsc claims
/BasicClaims Puts your shovel back in basic claims mode. /bc claims
/ExtendClaim Resizes the claim you're standing in (or selected) by pushing its boundary in the direction you're facing. /expandclaim, /resizeclaim claims
/BuyClaimBlocks Converts server currency to claim blocks. /buyclaim buysellclaimblocks
/SellClaimBlocks Converts claim blocks to server currency. buysellclaimblocks
/GivePet Gives away a tamed animal. givepet
/ClaimsList Lists your claims and claim-block totals. /claimlist, /listclaims claims
/IgnorePlayer Ignores a player's chat messages. /ignore ignore
/UnIgnorePlayer Un-ignores a player's chat messages. /unignore ignore
/IgnoredPlayerList Lists all players currently ignored. /ignores, /ignored, /ignorelist, /ignoredlist ignore
/Trapped Gets you out of a claim you're stuck inside. trapped
/UnlockDrops Allows other players to pick up items you dropped when you died. unlockdrops
/CheckClaimExpiry View claim expiration details for a player. checkclaimexpiry

Admin Commands

Command Description Alias Perm
/AdminClaims Switches the shovel tool to administrative claims mode. /ac adminclaims
/BasicClaims Returns the shovel to basic claims mode. /bc claims
/AdminClaimsList Lists all administrative claims. adminclaims
/DeleteAllAdminClaims Deletes all administrative claims. (Console only.) adminclaims
/TransferClaim Converts an administrative claim to a private claim. /giveclaim transferclaim
/MakeAdmin Converts the basic claim you're standing in to an administrative claim. adminclaims.convert
/MakeBasic Converts the administrative claim you're standing in to a basic claim you own. adminclaims.convert
/IgnoreClaims Toggles ignore-claims mode for admin overrides. /ic ignoreclaims
/DeleteClaim Deletes the claim you're standing in, even if it's not yours. deleteclaims
/DeleteAllClaims Deletes all of another player's claims. deleteclaims
/DeleteClaimsInWorld Deletes all claims in a world. (Console only.) /deleteallclaimsinworld, /clearclaimsinworld deleteclaimsinworld
/DeleteUserClaimsInWorld Deletes all non-admin claims in a world. (Console only.) /deletealluserclaimsinworld, /clearuserclaimsinworld deleteclaimsinworld
/AdjustBonusClaimBlocks Adds or subtracts bonus claim blocks for a player (or group with [bracketed] syntax). /acb adjustclaimblocks
/AdjustBonusClaimBlocksAll Adds or subtracts bonus claim blocks for all online players. /acball adjustclaimblocks
/SetAccruedClaimBlocks Updates a player's accrued claim-block total. /scb adjustclaimblocks
/RestoreNature Switches the shovel tool to restoration mode. /rn restorenature
/RestoreNatureAggressive Switches the shovel to aggressive restoration mode. /rna restorenatureaggressive
/RestoreNatureFill Switches the shovel to fill mode. /rnf restorenatureaggressive
/SoftMute Toggles whether a player's messages reach only other soft-muted players. softmute
/Separate Forces two players to ignore each other in chat. separate
/UnSeparate Reverses /separate. separate
/GPReload Reloads GriefPrevention's configuration settings. reload
/ClaimsList <player> Lists information about another player's claim blocks and claims. claimslistother
/ClaimBook Gives a player the "How to Claim Land" manual. claimbook
/UnlockDrops <player> Unlocks drops for another player. unlockothersdrops

Notes

  • /makeadmin and /makebasic are GP3D additions. They require griefprevention.adminclaims.convert (default op). Use them to move an existing claim between the "basic player-owned" and "administrative" pools without losing trust data. See Administrator's Guide › Converting Claims.
  • /witherexplosions is a GP3D addition. It is gated by griefprevention.witherexplosions (default true).
  • /3dsubdivideclaims, /shapedclaims, and the shaped-mode variants are GP3D additions. Shaped-mode commands hide themselves when AllowShapedClaims: false.
  • /extendclaim has aliases /expandclaim and /resizeclaim. When a shaped claim has a shift-click segment marker, /expandclaim operates on that segmented subsection instead of the whole side.
  • Selected-claim commands: if you just resized a claim, most of the "claim-local" commands above (/trust, /trustlist, /abandonclaim, /claimexplosions, /witherexplosions) run against the selected claim even after you walk out of it. See Key Features › Claim Selection.

Clone this wiki locally