
GriefPrevention
The self-service anti-griefing Bukkit plugin for Minecraft servers since 2011.
GriefPrevention 16.18.5
release6 октября 2025 г.Highlights
- Handle wind charges by @RoboMWM in https://github.com/GriefPrevention/GriefPrevention/pull/2515
- This required increasing the server minimum version compatibility to 1.21
 
- Fix backported for moss and sculk spread by @RoboMWM in https://github.com/GriefPrevention/GriefPrevention/pull/2518
- Damaging Item Displays require build trust by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2424
Compatibility
Compatible with Spigot and derivatives (such as Purpur and Paper) 1.21+
Other things changed
- Use separate file for database configuration by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2368
- Add checks to claim commands by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2396
- Improve name lookups by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2408
- Add Iris to softdepend by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2404
- Allow use of fire charges by @RoboMWM in https://github.com/GriefPrevention/GriefPrevention/pull/2519
Full Changelog: https://github.com/GriefPrevention/GriefPrevention/compare/16.18.4...16.18.5
GriefPrevention v16.18.4
release29 июня 2024 г.Highlights
- This fixes an issue with buckets that occurs on Paper 1.21 servers.
- Fixes #2308
Compatibility
Compatible with Spigot and derivatives (such as Purpur and Paper) 1.20.6 or later.
What's Changed
Full Changelog: 16.18.3 ... 16.18.4
GriefPrevention 16.18.3
release29 апреля 2024 г.Compatibility
Compatible with CraftBukkit and derivatives 1.19 or later, though we do recommend updating to at least 1.20.4 due to known crash exploits in older versions.
What's Changed
- Allow wither explosions to activate on unclaimed land by @TreemanKing in https://github.com/GriefPrevention/GriefPrevention/pull/2141
- Improve pet release feature by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2227
- Metrics for claim modes by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2242 and more metrics about other config options.
- Added chorusfruit teleport to EnderPearlsRequireAccessTrust config by @QarthO in https://github.com/GriefPrevention/GriefPrevention/pull/2267
- Sanitize claim corners on creation by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2285
- Don't allow claims to be made outside of worldborder by @QarthO in https://github.com/GriefPrevention/GriefPrevention/pull/2288
Full Changelog: https://github.com/GriefPrevention/GriefPrevention/compare/16.18.2...16.18.3
GriefPrevention 16.18.3-beta1
beta8 марта 2024 г.Compatibility
Compatible with CraftBukkit and derivatives 1.19 or later.
What's Changed
- Fixes Wither Explosions not activating on Hit in Unclaimed Land by @TreemanKing in https://github.com/GriefPrevention/GriefPrevention/pull/2141
- Improve pet release feature by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2227
- Add metrics for claim modes by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2242
Full Changelog: https://github.com/GriefPrevention/GriefPrevention/compare/16.18.2...16.18.3-beta1
GriefPrevention 16.18.2
release17 февраля 2024 г.Compatibility
Compatible with CraftBukkit and derivatives 1.19 or later.
To handle signs, the API has been upgraded to spigot api 1.20. However, Materials from 1.19 are supported, so theoretically this should be compatible with 1.19.
What's Changed
- Add overload for friendly AnimalTamer name fetch by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2022
- Pass ignition by players to BlockBreakEvent handler by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2050
- Resolve UUID strings when matching players by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2045
- Update soft depends to include CommandHelper by @malonnnn in https://github.com/GriefPrevention/GriefPrevention/pull/2043
- Clean up entity damage handling by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2040
- Allow fluids to flow between claims of the same owner by @FreeMonoid in https://github.com/GriefPrevention/GriefPrevention/pull/1218
- protect iron doors and trapdoors, too (for purpur servers) by @BillyGalbreath in https://github.com/GriefPrevention/GriefPrevention/pull/2068
- Option to show claim owner in TrustListHeader by @akdukaan in https://github.com/GriefPrevention/GriefPrevention/pull/1899
- remove unused accrual permissions by @RoboMWM in https://github.com/GriefPrevention/GriefPrevention/pull/2074
- Prevent passive mobs from picking up death drops by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2071
- Improve re-drawing existing visualizations by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2081
- Use economy's format for currency by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2084
- Fix potion thrower potentially being spammed denial by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2083
- Restrict modifying signs by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2080
- Handle ignited entities melting powdered snow by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2082
- Avoid using Inventory.getHolder() in hopper check by @nouish in https://github.com/GriefPrevention/GriefPrevention/pull/2086
- Don't use global firespread rules for wilderness TNT ignition by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2089
- create first claim only in survival by @akdukaan in https://github.com/GriefPrevention/GriefPrevention/pull/2098
- cleaner readme v2 by @QarthO in https://github.com/GriefPrevention/GriefPrevention/pull/2109
- Attempt fix header image by @QarthO in https://github.com/GriefPrevention/GriefPrevention/pull/2114
- Fix command usage casing by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2132
- Fix Tameable protections by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2131
- Do not use EnumSet for Material by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2127
- Don't rebuild material definitions each interaction by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2143
- Removal of onTNTExitPortal by @TreemanKing in https://github.com/GriefPrevention/GriefPrevention/pull/2124
- Improve sign interaction handling by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2142
- Add config option for mob projectiles changing blocks in claims by @Swordstone86 in https://github.com/GriefPrevention/GriefPrevention/pull/2099
- Fix aggressive panda handling by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2144
- fix pets in legacy by @QarthO in https://github.com/GriefPrevention/GriefPrevention/pull/2198
- Fix listener registration on older servers by @Jikoo in https://github.com/GriefPrevention/GriefPrevention/pull/2209
- legacy 1.20.3/4 support - SHORT_GRASS and EntityDamageByEntity by @QarthO in https://github.com/GriefPrevention/GriefPrevention/pull/2221
Full Changelog: https://github.com/GriefPrevention/GriefPrevention/compare/16.18.1...16.18.2