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
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
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
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
Mostly more specific handling of signs, as well as some quality of life changes. Should still be compatible down to 1.17 despite API change for sign handling, but not tested.
What's Changed
- protect iron doors and trapdoors, too (for purpur servers) by @BillyGalbreath in https://github.com/TechFortress/GriefPrevention/pull/2068
- Option to show claim owner in TrustListHeader by @akdukaan in https://github.com/TechFortress/GriefPrevention/pull/1899
- remove unused accrual permissions by @RoboMWM in https://github.com/TechFortress/GriefPrevention/pull/2074
- Prevent passive mobs from picking up death drops by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2071
- Improve re-drawing existing visualizations by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2081
- Use economy's format for currency by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2084
- Fix potion thrower potentially being spammed denial by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2083
- Restrict modifying signs by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2080
- Handle ignited entities melting powdered snow by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2082
- Avoid using Inventory.getHolder() in hopper check by @nouish in https://github.com/TechFortress/GriefPrevention/pull/2086
- Don't use global firespread rules for wilderness TNT ignition by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2089
- create first claim only in survival by @akdukaan in https://github.com/TechFortress/GriefPrevention/pull/2098
- cleaner readme v2 by @QarthO in https://github.com/TechFortress/GriefPrevention/pull/2109
- Attempt fix header image by @QarthO in https://github.com/TechFortress/GriefPrevention/pull/2114
- Fix command usage casing by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2132
- Fix Tameable protections by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2131
- Do not use EnumSet for Material by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2127
- Don't rebuild material definitions each interaction by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2143
- Removal of onTNTExitPortal by @TreemanKing in https://github.com/TechFortress/GriefPrevention/pull/2124
- Improve sign interaction handling by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2142
- Add config option for mob projectiles changing blocks in claims by @Swordstone86 in https://github.com/TechFortress/GriefPrevention/pull/2099
- Fix aggressive panda handling by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2144
New Contributors
- @QarthO in https://github.com/TechFortress/GriefPrevention/pull/2109
- @TreemanKing in https://github.com/TechFortress/GriefPrevention/pull/2124
- @Swordstone86 in https://github.com/TechFortress/GriefPrevention/pull/2099
Full Changelog: https://github.com/TechFortress/GriefPrevention/compare/16.18.2-beta1...16.18.2-beta2
A lot of changes here are mostly end-user invisible, but a lot of cleanup has occurred under the hood. Things to test are entity damage/protections (entity damage handling has been refactored significantly) and water flow. Use the discussion thread to provide feedback on this and anything else in this release. Thank you!
What's Changed
- Add overload for friendly AnimalTamer name fetch by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2022
- Pass ignition by players to BlockBreakEvent handler by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2050
- Resolve UUID strings when matching players by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2045
- Update soft depends to include CommandHelper by @malonnnn in https://github.com/TechFortress/GriefPrevention/pull/2043
- Clean up entity damage handling by @Jikoo in https://github.com/TechFortress/GriefPrevention/pull/2040
- Allow fluids to flow between claims of the same owner by @FreeMonoid in https://github.com/TechFortress/GriefPrevention/pull/1218
New Contributors
Full Changelog: https://github.com/TechFortress/GriefPrevention/compare/16.18.1...16.18.2-beta1