
GriefPrevention3D
A fork of GriefPrevention that adds 3D subdivisions
Список изменений
GriefPrevention3D v18.1.2
Wiki: GriefPrevention3D Wiki
Feature
Permissiontrust users can now toggle claim subdivision restrictions
Previously, only the claim owner could use /restrictsubclaim on the main claim to toggle whether new subdivisions inherit permissions by default. Now, players with Manage trust (granted via /permissiontrust) can also toggle this flag.
Before: The command checked only for owner UUID match or the griefprevention.adminclaims permission.
After: The command also checks for Manage trust level via claim.checkPermission(player, ClaimPermission.Manage, null), which grants access to:
- The claim owner (implicitly)
- Players given
/permissiontrustby the owner - Players with the
griefprevention.deleteclaimsbypass permission
The other claim flag commands (/claimexplosions, /witherexplosions) already required only Build trust, which Manage grants — so those were already accessible to permissiontrust users without changes.
Compatibility
| Category | Support |
|---|---|
| Minecraft Versions | 1.8.8 -> 26.1.x |
| Minimum Java | Java 8 |
| Bukkit API Target | 1.13 |
Migration
No data migration is required.
