Releases: NerdNu/KitchenSink
Releases · NerdNu/KitchenSink
v0.15.2
v0.15.1
v0.15.0
- Update for compatibility with LuckPerms v5.x in host key checking code (dropping admin perms to default).
- Fix 1.14.4 API compatibility, notably, when untaming cats.
- Fix portal lighting handler, also broken by API changes.
- Drop LogBlock queries during mob death logging.
- Fix some interactible materials (particularly shulkers) and try to use Tags where possible.
v0.14.9
- Make LogBlock hook toggeable in
config.yml
with theuse-logblock
option. Default isfalse
. - Fix LogBlock dependency resolution.
- Re-add the command catch for
/untame
which was erroneously removed. - Add option for the entity death logger to ignore certain entity types, e.g. so that iron golem farms don't crash the server from the sheer amount of LogBlock queries being executed on the main thread oops.
- Tag all
[MobTransform]
logs (i.e. currently villagers stuck by lightning) with the[MobKill]
tag for a more complete picture when one searches for[MobKill]
.
v0.14.6
Fix buffed wool drops having extra NBT data (and therefore not stacking with other wool). This is a bandaid that can hopefully be cleaned up in the future.
0.14.5
- Fix spawning of obsidian end portal platform in the end when safe-portals is enabled.
- Catch exceptions trying to drop air, fire etc when refunding safe-portals blocks. Material.isSolid() should be good enough, but we'll catch and log exceptions just to be sure.
0.14.4
0.14.3
Recursively log the contents of any Shulker Boxes in a player's inventory upon that player's death.