Honeypot 2.6.2
This revision of version 2.6 fixes two bugs that were previously found in 2.6.1. These are
#126 and
#127
Core
Additions:
Changes:
- Honeypot now checks if the BlockBreakEvent is cancelled before doing any further processing. This is due to some odd behavior caused by things like creative mode players holding swords. For whatever reason, instead of just not throwing the event, Spigot will instead just mark the event cancelled by default. Checking for these scenarios fixes those types of edge cases.
- GriefPrevention support is now working correctly. Previously, if GriefPrevention support was enabled and respect-griefprevention was set to false, it would immediately block all Honeypot creations across the entire world. Setting this to true would still block staff from building in GriefPrevention areas if they didn't have permission, but would allow them to build elsewhere. This has been fixed by first checking if there is a claim at the coordinates, and if not, immediately continuing the creation process. If there is a claim, it will then check the respect flag and finally GriefPrevention build permissions.
Removals:
Known Bugs:
- None at the moment. If you see any bugs, please be sure to report them!
API
Additions:
Removals: