GriefPrevention3D
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #553 of 1560 bukkit mods in this game by downloads
📋 About This Mod
<p align="center"> <img alt="GriefPrevention3D" width=100% height=auto src="https://repository-images.githubusercontent.com/1022939485/ef85f3d2-d323-448d-93c7-76755134e54d"> </p> # <p align="center">The self-service anti-griefing plugin for Minecraft servers — now with full 3D subdivisions</p> <p align="center"> <a href="https://discord.com/invite/pCKdCX6nYr"><img alt="Discord" src="https://img.shields.io/badge/Discord-Community-5865F2?style=for-the-badge&logo=discord&logoColor=white"></a> <a href="https://github.com/castledking/GriefPrevention3D"><img src="https://img.shields.io/badge/GitHub-Repository-181717?style=for-the-badge&logo=github" alt="GitHub Repository"></a> <a href="https://github.com/castledking/GriefPrevention3D/issues"><img src="https://img.shields.io/badge/GitHub-Issues-181717?style=for-the-badge&logo=github" alt="GitHub Issues"></a> <a href="https://github.com/castledking/GriefPrevention3D/wiki"><img src="https://img.shields.io/badge/GitHub-Wiki-181717?style=for-the-badge&logo=github" alt="GitHub Wiki"></a> </p> Stop _responding_ to grief and prevent it instead. GriefPrevention stops grief before it starts automatically without any effort from administrators, and with very little (self service) effort from players. **GriefPrevention3D** is a fork of the popular **GriefPrevention** plugin that adds full 3D subdivision support to land claims. Players can now create subdivisions with precise height boundaries for more complex builds. ##### (https://www.youtube.com/watch?v=hKrA6NXn7Sc) to learn more how GriefPrevention works in-game. (https://img.youtube.com/vi/hKrA6NXn7Sc/0.jpg)](https://www.youtube.com/watch?v=hKrA6NXn7Sc) --- ## Key Features - **3D Subdivisions** Create subdivisions with exact Y-level boundaries. ``` /3dsubdivideclaims ``` Use this command to switch to 3D subdivision mode. #### - **3D Admin Claims** Create free, height-bounded administrative claims with exact Y coordinates. ``` /3dadminclaims ``` Use this command or `/aclaim mode admin3d` to switch to 3D admin claim mode. Requires the `griefprevention.adminclaims` permission. #### - **Shaped Claims / SubClaims** ``` AllowShapedClaims: false AllowShapedSubClaims: false ``` Set to **true** to enable non-rectangular claims & subdivisions. `/shapedclaims` `/shapedsubdivideclaims` Use this command to switch to the shaped claims mode. #### - **Merge Claims** Merge two of your claims into a single larger claim. ``` /mergeclaims ``` Stand in the first claim and run `/mergeclaims`, then go to the second claim and run `/mergeclaims` again or right-click with your golden shovel. Both claims and the area between them become one claim. Can also be done with `/shapedclaims` — shape a path that overlaps another claim you own and they merge automatically. #### - **Nested Subclaims** ``` AllowNestedSubClaims: false ``` Set to **true** to allow subdivisions inside other subdivisions. #### - **Visualization Glow** ``` VisualizationGlow: false ``` Set to **true** to enable glowing claim boundary visualization. (Requires 1.19.3+) #### - **Unified Command Handler** In **GriefPreventionData/alias.yml**: ``` enabled: true ``` Provides unified commands like: `/claim create` `/claim trust` `/claim abandon` (https://github.com/castledking/GriefPrevention3D/blob/master/src/main/resources/alias.yml) #### - **Neighbor Trust & Minimum Distance** ``` GriefPrevention: Claims: MinimumDistance: 0 ``` Enforce a minimum distance between top-level claims to prevent claim spam and overcrowding. When set, players cannot create claims within the configured distance of another player's claim. - `/claim trust <player> neighbor` — Grant a player neighbor trust so they can bypass minimum distance checks for your claims. - `/neighbortrust <player>` (alias: `/distancetrust <player>`) — Standalone command for the same purpose. - `/claim distance check` — Show the configured minimum distance and list nearby claims. - `/claim distance toggle` — While standing in your own claim, toggle whether ALL players can bypass minimum distance for that claim. - Existing nearby claims auto-grant neighbor trust to each other, cleaned up automatically when claims are abandoned. #### - **Wither Explosion Toggle** `/witherexplosions` Use this command to toggle wither explosions inside your claim. #### ### Subtle Changes - **Per-Player Locale**: Enabled by default. Players receive messages in their client language when a translation is available, falling back to English. Supported languages: Spanish, Portuguese (Brazil), German, French, Russian, Japanese, Chinese (Simplified), Ukrainian, Polish, Turkish. Disable with `PerPlayerLocale: false` in config.yml. - **Action Bar Messages**: You can now define a list of message keys that should be chosen to be shown in the action bar instead of chat.
#
The self-service anti-griefing plugin for Minecraft servers — now with full 3D subdivisions
Stop _responding_ to grief and prevent it instead. GriefPrevention stops grief before it starts automatically without any effort from administrators, and with very little (self service) effort from players.
GriefPrevention3D is a fork of the popular GriefPrevention plugin that adds full 3D subdivision support to land claims. Players can now create subdivisions with precise height boundaries for more complex builds.
##### (https://www.youtube.com/watch?v=hKrA6NXn7Sc) to learn more how GriefPrevention works in-game. [!(https://img.youtube.com/vi/hKrA6NXn7Sc/0.jpg)](https://www.youtube.com/watch?v=hKrA6NXn7Sc)
## Key Features
- 3D Subdivisions
- Create subdivisions with exact Y-level boundaries.
- ```
- /3dsubdivideclaims
- ```
- Use this command to switch to 3D subdivision mode.
- ####
- 3D Admin Claims
- Create free, height-bounded administrative claims with exact Y coordinates.
- ```
- /3dadminclaims
- ```
- Use this command or `/aclaim mode admin3d` to switch to 3D admin claim mode.
- Requires the `griefprevention.adminclaims` permission.
- ####
- Shaped Claims / SubClaims
- ```
- AllowShapedClaims: false
- AllowShapedSubClaims: false
- ```
- Set to true to enable non-rectangular claims & subdivisions.
- `/shapedclaims`
- `/shapedsubdivideclaims`
- Use this command to switch to the shaped claims mode.
- ####
- Merge Claims
- Merge two of your claims into a single larger claim.
- ```
- /mergeclaims
- ```
- Stand in the first claim and run `/mergeclaims`, then go to the second claim and run `/mergeclaims` again or right-click with your golden shovel. Both claims and the area between them become one claim.
- Can also be done with `/shapedclaims` — shape a path that overlaps another claim you own and they merge automatically.
- ####
- Nested Subclaims
- ```
- AllowNestedSubClaims: false
- ```
- Set to true to allow subdivisions inside other subdivisions.
- ####
- Visualization Glow
- ```
- VisualizationGlow: false
- ```
- Set to true to enable glowing claim boundary visualization. (Requires 1. 19. 3+)
- ####
- Unified Command Handler
- In GriefPreventionData/alias.yml:
- ```
- enabled: true
- ```
- Provides unified commands like:
- `/claim create`
- `/claim trust`
- `/claim abandon`
- (https://github.com/castledking/GriefPrevention3D/blob/master/src/main/resources/alias.yml)
- ####
- Neighbor Trust & Minimum Distance
- ```
- GriefPrevention:
- Claims:
- MinimumDistance: 0
- ```
- Enforce a minimum distance between top-level claims to prevent claim spam and overcrowding. When set, players cannot create claims within the configured distance of another player's claim.
- - `/claim trust
neighbor` — Grant a player neighbor trust so they can bypass minimum distance checks for your claims. - - `/neighbortrust
` (alias: `/distancetrust `) — Standalone command for the same purpose. - - `/claim distance check` — Show the configured minimum distance and list nearby claims.
- - `/claim distance toggle` — While standing in your own claim, toggle whether ALL players can bypass minimum distance for that claim.
- - Existing nearby claims auto-grant neighbor trust to each other, cleaned up automatically when claims are abandoned.
- ####
- Wither Explosion Toggle
- `/witherexplosions`
- Use this command to toggle wither explosions inside your claim.
- ####
- ### Subtle Changes
- - Per-Player Locale: Enabled by default. Players receive messages in their client language when a translation is available, falling back to English. Supported languages: Spanish, Portuguese (Brazil), German, French, Russian, Japanese, Chinese (Simplified), Ukrainian, Polish, Turkish. Disable with `PerPlayerLocale: false` in config.yml.
- - Action Bar Messages: You can now define a list of message keys that should be chosen to be shown in the action bar instead of chat.
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- castledking
- Version
- 18.3.7
- Downloads
- 4,730
- Endorsements
- 8
- Category
- bukkit
- Created
- 7/23/2025
- Updated
- 8/24/2026
- Game Versions
- 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2
- Tags
- management, utility
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does GriefPrevention3D support?
The author lists 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3. Other versions may work but are untested by the author.
What is the latest version of GriefPrevention3D?
Version 18.3.7, published 2026-08-24 with 4,730 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await