forked from GriefPrevention/GriefPrevention
-
Notifications
You must be signed in to change notification settings - Fork 8
Getting Started
Jack edited this page Apr 25, 2026
·
2 revisions
This page walks through installing GriefPrevention3D and getting it running on a Spigot/Paper/Folia server.
-
Minecraft: 1.21+ (API level
1.21). - Server software: Spigot, Paper, or Folia. GP3D supports Folia's regional scheduling.
- Java: 21+ (same as Minecraft 1.21).
-
Optional: Vault for
/buyclaimblocksand/sellclaimblocks.
Older Minecraft versions are not officially supported. Some older-Minecraft compatibility fixes are carried (e.g., for COPPER_GOLEM_STATUES, CHAINS), but the plugin targets modern server jars.
- Drop the built
GriefPrevention.jarinto your server'splugins/directory. - Start the server once so GriefPrevention3D generates the default config under
plugins/GriefPreventionData/. - Stop the server, edit
config.ymlto taste, and restart. Or use/gpreloadto pick up config changes without a full restart.
-
Decide on claim modes per world.
config.ymlhasGriefPrevention.Claims.WorldModes— common values areSurvival,Creative,SurvivalRequiringClaims, andDisabled. -
Decide on the shaped-claims toggle. Shaped polygon claims are off by default. Set
GriefPrevention.Claims.AllowShapedClaims: trueinconfig.ymlif you want them. See Key Features › Shaped Claims. -
Decide on nested subclaims.
GriefPrevention.Claims.AllowNestedSubClaims: trueto allow subdivisions inside other subdivisions. -
Decide on visualization style.
GriefPrevention.VisualizationGlow: trueturns on glowing claim borders (requires 1.19.3+). -
Review the alias file.
plugins/GriefPreventionData/alias.ymlcontrols the unified/claimand/aclaimroot commands plus standalone aliases. See Key Features › Unified Command Handler.
Teach players the basics in this order:
-
Chest claim: Place a chest. The plugin auto-creates a small protected claim around it for new players (if
AutomaticNewPlayerClaimsRadius> -1). - Golden shovel: Right-click two opposite corners of the area to claim. The plugin draws a visual border.
-
Trust someone:
/trust <player>while standing inside the claim. - Expand a claim: Right-click a corner with the golden shovel, then right-click the new corner.
Once a claim exists, owners can use /claim trust, /claim abandon, /claim explosions, etc. directly, and shift-click boundaries to enter shaped-mode edits if enabled.
-
/claimslistlists your claims. -
/trustlistwhile standing in a claim lists permissions there, including inherited permissions from parent claims. - Admins can
/ignoreclaimsto temporarily override protections while building infrastructure.
- Read Migration if you are upgrading from upstream GriefPrevention — the behavior differences matter.
- Read Key Features for the detailed feature list.
- Read the Administrator's Guide for day-to-day server operations.
Getting Started
Features
- Key Features
- 3D Subdivisions
- Shaped Claims
- Nested Subclaims
- Visualization Glow
- Unified
/claimHandler - Claim Selection
- Boundary Violation Alerts
Reference
Admin