16.12.0
Details
-
FilenameGriefPrevention.jar
-
Uploaded by
-
UploadedAug 31, 2019
-
Size287.76 KB
-
Downloads36,222
-
MD5b6551bb9876ca5663334c8e9dc69b7dd
Supported Bukkit Versions
- 1.14
Changelog
This release is compatible only with implementations of Bukkit 1.14 or higher.
Bukkit implementations include Craftbukkit, Spigot, Paper, etc.
Fixes
- #534 Removed config option
Claims.PortalGenerationRequiresPermission
(TravelAgent
, a class this feature relied on, was removed in spigot 1.14) - Hanging entities now drop within claims if there are no supporting blocks. Originally reported in SpigotMC/SpigotCraft#364
- #588 Fix item merging with locked drops. Thanks @coralpapa
- Ensure subclaim boundaries remain within parent claim. Thanks @Jikoo
Features
- #507 Wolves are now protected in PvP worlds, with exception of the wolf's target. Thanks @ShaneBeee
- #530 Config option to prevent ravagers from breaking blocks within claims.
- #579 Reading from lecterns now requires just
/accesstrust
, and modification requires only/containertrust
. Thanks @ShaneBeee - #583 Hoppers will collect unlocked drops (non-PvP world rules). Thanks @coralpapa
- #584 Identify the causer of firework damage to determine if it should be canceled or not. (Firing fireworks at entities causes damage, even when vanilla PvP is disabled.) Thanks @coralpapa
- #532 Block lightning caused by tridents from starting fires in claims (Apparently
BlockIgniteEvent
is fired beforeLightningStrikeEvent
, so there's no way to tag the lightning that caused the block to be set on fire). - Protect berry bushes from being harvested within claims.
- Using dyes in claims requires build permission (possible to change sign colors with dyes, apparently)