| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| GriefPrevention.jar | 2026-02-16 | 701.4 kB | |
| 17.1.8 source code.tar.gz | 2026-02-16 | 308.3 kB | |
| 17.1.8 source code.zip | 2026-02-16 | 389.2 kB | |
| README.md | 2026-02-16 | 532 Bytes | |
| Totals: 4 Items | 1.4 MB | 0 | |
Overview
- Restore ClaimPermission.Inventory as deprecated alias to fix compatibility with plugins
- Upstream GriefPrevention kept Inventory as a #Deprecated(forRemoval = true) alias for Container, but commit 88b5a82 removed it entirely. This broke plugins like SpawnerMeta that reference ClaimPermission.Inventory.
- Also updates isGrantedBy() to normalize Inventory to Container for proper permission comparison.
Full changelog: 17.1.7...17.1.8