Menu

Permissions

Jack Korte

Permissions

All permissions start with griefprevention. unless noted. Defaults match plugin.yml.

Player Permissions (default: true)

Permission Default Description
griefprevention.claims true Required for claim-related slash commands. Parent of all granular claim permissions below.
griefprevention.createclaims true Allows players to create claims with the shovel.
griefprevention.abandonallclaims true Allows /abandonallclaims.
griefprevention.buysellclaimblocks true Allows /buyclaimblocks and /sellclaimblocks.
griefprevention.trapped true Allows /trapped.
griefprevention.givepet true Allows /givepet.
griefprevention.unlockdrops true Allows /unlockdrops.
griefprevention.ignore true Allows /ignore, /unignore, and /ignorelist.
griefprevention.witherexplosions true Allows /witherexplosions (GP3D addition).

Granular Claim Command Permissions

All permissions below are children of griefprevention.claims in plugin.yml. This means granting griefprevention.claims: true (the default) automatically grants all of them. To restrict a specific command, explicitly set that child permission to false while keeping griefprevention.claims: true.

Permission Command(s) Description
griefprevention.trust /trust Grant build trust to a player.
griefprevention.untrust /untrust Revoke trust from a player.
griefprevention.accesstrust /accesstrust Grant access trust (bed, buttons, levers).
griefprevention.containertrust /containertrust Grant container trust (chests, crops, animals).
griefprevention.permissiontrust /permissiontrust Grant permission trust (manage trustlist).
griefprevention.neighbortrust /neighbortrust, /distancetrust Grant neighbor trust to bypass minimum distance.
griefprevention.checkclaimdistance /claim distance check Check minimum distance to nearby claims.
griefprevention.toggleclaimdistance /claim distance toggle Toggle whether all players bypass minimum distance for a claim.
griefprevention.claimslist /claimslist List claim blocks and claims.
griefprevention.abandonclaim /abandonclaim Abandon a claim.
griefprevention.abandontoplevelclaim /abandontoplevelclaim Abandon a claim and all its subdivisions.
griefprevention.extendclaim /extendclaim Resize a claim by pushing/pulling a boundary.
griefprevention.subdivideclaims /subdivideclaims Switch to 2D subdivision mode.
griefprevention.restrictsubclaim /restrictsubclaim Restrict a subclaim from inheriting parent permissions.
griefprevention.basicclaims /basicclaims Switch to basic claims mode.
griefprevention.claimexplosions /claimexplosions Toggle explosions in a claim.
griefprevention.checkclaimexpiry /checkclaimexpiry View claim expiration details.
griefprevention.shapedclaims /shapedclaims Switch to shaped (non-rectangular) claims mode.
griefprevention.mergeclaims /mergeclaims, /mergeclaim Merge two of your claims into one.
griefprevention.3dsubdivideclaims /3dsubdivideclaims Switch to 3D subdivision mode.
griefprevention.buysellclaimblocks /buyclaimblocks, /sellclaimblocks Buy/sell claim blocks for currency.
griefprevention.witherexplosions /witherexplosions Toggle wither explosions in a claim.
griefprevention.unlockdrops /unlockdrops Allow others to pick up your death drops.
griefprevention.trapped /trapped Teleport out of a claim you can't build in.
griefprevention.givepet /givepet Give away a tamed pet.
griefprevention.createclaims (shovel) Create new claims with the golden shovel.
griefprevention.accruals (passive) Accrue claim blocks at the configured hourly rate.
griefprevention.ignore /ignore, /unignore, /ignorelist Ignore/unignore players in chat.
griefprevention.abandonallclaims /abandonallclaims Abandon all your claims at once.

Example — disable only /3dsubdivideclaims for a group:

# LuckPerms example
/lp permission set griefprevention.3dsubdivideclaims false

Players in that group will still have access to all other claim commands via griefprevention.claims: true, but /3dsubdivideclaims will be denied.

Admin Permissions (default: op)

Permission Default Description
griefprevention.adminclaims op Create, delete, and build in administrative claims.
griefprevention.adminclaims.convert op GP3D addition. Use /makeadmin and /makebasic to convert claims between basic and admin ownership.
griefprevention.claimslistother op Access /claimslist <player> for other players.
griefprevention.ignoreclaims op Allows /ignoreclaims admin override mode.
griefprevention.deleteclaims op Delete and resize other players' claims.
griefprevention.deleteclaimsinworld op Allows /deleteclaimsinworld and /deleteuserclaimsinworld.
griefprevention.transferclaim op Allows /transferclaim.
griefprevention.adjustclaimblocks op Adjust bonus claim blocks, set accrued blocks.
griefprevention.restorenature op Allows /restorenature.
griefprevention.restorenatureaggressive op Allows /restorenatureaggressive and /restorenaturefill.
griefprevention.softmute op Allows /softmute.
griefprevention.separate op Allows /separate and /unseparate.
griefprevention.claimbook op Allows /claimbook.
griefprevention.unlockothersdrops op Allows /unlockdrops <player>.
griefprevention.reload op Allows /gpreload.
griefprevention.visualizenearbyclaims op Shift+right-click with the investigation tool to see all nearby claims.
griefprevention.seeclaimsize op See another player's claim size with the investigation tool.
griefprevention.seeinactivity op See how long a claim owner has been offline via the investigation tool.
griefprevention.overrideclaimcountlimit op Bypass the total claim-count limit.
griefprevention.spam op Bypass spam protection.
griefprevention.lava op Place lava where they have build permission (still not near other players).
griefprevention.notignorable op Cannot be ignored via /ignore.

Eavesdrop Permissions

GP3D splits the single upstream griefprevention.eavesdrop permission into finer-grained nodes. All default op.

Permission Default Description
griefprevention.eavesdrop op Blanket / legacy permission — grants PM and softmute eavesdropping.
griefprevention.eavesdrop.pm op GP3D addition. See private (/tell-style) messages only.
griefprevention.eavesdrop.softmute op GP3D addition. See soft-muted messages only.
griefprevention.eavesdrop.signs op See newly-placed signs as chat messages.
griefprevention.eavesdrop.immune op Exempt from being eavesdropped (for staff who need privacy).
griefprevention.eavesdropimmune op Legacy alias for the above — players with this can't have their PMs eavesdropped.

Other / Feature Permissions

Permission Default Description
griefprevention.checkclaimexpiry false Allows /checkclaimexpiry.
griefprevention.premovementchat false Chat before moving (bypasses anti-bot delay).
griefprevention.extendclaim.toolbypass false Use /extendclaim without holding the modification tool.
griefprevention.deathblow Bundled in griefprevention.admin.*.

Permission Bundle

griefprevention.admin.* is a convenience node that grants the full admin bundle:

  • griefprevention.ignoreclaims
  • griefprevention.adminclaims
  • griefprevention.adminclaims.convert
  • griefprevention.adjustclaimblocks
  • griefprevention.deleteclaims
  • griefprevention.spam
  • griefprevention.lava
  • griefprevention.eavesdrop
  • griefprevention.deathblow
  • griefprevention.softmute
  • griefprevention.reload
  • griefprevention.visualizenearbyclaims
  • griefprevention.overrideclaimcountlimit
  • griefprevention.transferclaim
  • griefprevention.claimslistother
  • griefprevention.separate
  • griefprevention.eavesdrop.signs
  • griefprevention.eavesdrop.pm
  • griefprevention.eavesdrop.softmute
  • griefprevention.eavesdrop.immune
  • griefprevention.claimbook
  • griefprevention.notignorable
  • griefprevention.seeinactivity
  • griefprevention.deleteclaimsinworld
  • griefprevention.unlockothersdrops
  • griefprevention.seeclaimsize
  • griefprevention.restorenature
  • griefprevention.restorenatureaggressive

Grant this to senior staff who need everything. Use the narrower nodes for junior staff with scoped responsibilities.


Related

Wiki: Commands
Wiki: Home
Wiki: _Sidebar

Auth0 Logo