forked from GriefPrevention/GriefPrevention
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Jack edited this page Apr 24, 2026
·
1 revision
GriefPrevention3D is a fork of the original GriefPrevention plugin, extended with features modern survival servers actually need: true 3D subdivisions, non-rectangular (shaped) parent claims, nested subclaims, glowing visualizations, and a unified /claim command surface.
This wiki is the reference for server owners moving from upstream GriefPrevention to GriefPrevention3D, or setting up a new server from scratch.
- New to the plugin? Start with Getting Started.
- Coming from upstream GP? Read Migration first — it is the fastest way to see what is new, what changed, and what needs attention in your config.
- Want the feature list? See Key Features.
- Looking for a specific command or permission? See Commands and Permissions.
- Running the server? The Administrator's Guide covers day-to-day operations.
-
3D Subdivisions with real Y-level boundaries (
/3dsubdivideclaims). -
Shaped Claims — orthogonal polygon parent claims (
/shapedclaims, gated byAllowShapedClaims). -
Nested Subclaims — subdivisions inside other subdivisions (gated by
AllowNestedSubClaims). -
Glowing Visualizations for easier-to-see claim borders (gated by
VisualizationGlow, requires Minecraft 1.19.3+). -
Unified Command Handler —
/claim create,/claim trust,/claim abandon, and more, all under one root command (configurable inalias.yml). -
Admin ↔ Basic conversion via
/makeadminand/makebasic. - Boundary Violation Alerts — claim owners are notified when pistons or liquids get blocked at their claim boundary, so they know where to resize or why a flow stopped.
- Repository: the
GriefPrevention3DGitHub repo. - File issues and feature requests on the GitHub issue tracker.
Getting Started
Features
- Key Features
- 3D Subdivisions
- Shaped Claims
- Nested Subclaims
- Visualization Glow
- Unified
/claimHandler - Claim Selection
- Boundary Violation Alerts
Reference
Admin