Releases: NerdNu/KitchenSink
0.14.0
0.13.0
0.12.1
0.12.0
- Remove all boat and minecart breaking code to VehicleControl.
- Document the
disable-lingering-potion-pvp
setting added in the previous release.
0.11.4 — Lingering Potion PvP Prevention
Lingering potions thrown by a player and matching the type of INSTANT_DAMAGE, POISON, SLOWNESS or WEAKNESS will not apply to another player when the disable-lingering-potion-pvp configuration option is set to true.
0.11.3 - Drop Correct 1.9 Boat Type
Drop the correct boat item for each type of boat broken by the safe-boats
config option.
0.11.2 - Fix NPEs caused by naturally spawning skeleton horses.
In 1.9, skeleton horses spawn naturally, tame but with no owner, violating a previous assumption in the code that a tame animal always has an owner.
Also fixes a similar NPE when untaming skeleton horses.
0.11.1
0.11.0 - disable-entity-block-damage setting
At the time of writing, WorldGuard has no setting that allows block damage from ender crystals to be prevented, while still allowing entities to be damaged by the explosion.
The disable-entity-block-damage setting is a list of entity types whose explosion block damage should be prevented, e.g.:
disable-entity-block-damage:
- ENDER_CRYSTAL
0.10.0 - Spigot 1.9 Compatiblility, Take 2.
Adjust for the new sound enum values in the 1.9 API.