File Details
GriefPrevention3D v18.1.2
- R
- Jun 10, 2026
- 757.39 KB
- 4
- 26.1.2+44
File Name
GriefPrevention3D.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
- 1.21.5-Snapshot
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.4
- 1.21.3
- 1.21.2
- 1.21.1
- 1.21
- 1.20.3-Snapshot
- 1.20.5-Snapshot
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8.3
- 1.8.1
- 1.8
v18.1.2: Allow permissiontrust users to set claim flags
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.