Skip to content

Releases: NerdNu/KitchenSink

0.14.0

13 Aug 02:20
Compare
Choose a tag to compare

Prevent pistons moving when they would (simultaneously) drag both slime blocks and rails or carpets with them, triggering a vanilla duplication glitch.

0.13.0

24 Mar 08:25
Compare
Choose a tag to compare
  • Add location to player death logging.
  • Detailed logging of player drop item metadata.
  • Update kill logging of horse-like mobs to the 1.11 API.

0.12.1

26 Jan 05:55
Compare
Choose a tag to compare

Added block-johnny boolean to prevent crazed Vindicators from murdering mobs. Players will be unable to interact with a Vindicator using a name tag with the offending name.

0.12.0

18 Jun 14:58
Compare
Choose a tag to compare
  • 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

19 May 05:13
Compare
Choose a tag to compare

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

11 May 22:46
Compare
Choose a tag to compare

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.

10 May 06:13
Compare
Choose a tag to compare

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

16 Mar 18:06
Compare
Choose a tag to compare

Minor correction to 0.11.0 to remove a log line that slipped through the net.

0.11.0 - disable-entity-block-damage setting

16 Mar 14:47
Compare
Choose a tag to compare

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.

04 Mar 10:48
Compare
Choose a tag to compare

Adjust for the new sound enum values in the 1.9 API.