Skip to content

Release 1.15.4

Compare
Choose a tag to compare
@tastybento tastybento released this 31 Dec 06:41
· 1279 commits to master since this release

Change Log

Bug Fixes

  • Fixes history log in databases. (commit: e5485dc) - Events like bans are supposed to be kept in the Island database but were not being logged.
  • Updated Turkish translation (#1620) (commit: f281d37)
  • Removes tamed animal ownership on new island (commit: aec2e11)
  • Add try catch around second stage plugin loading task. (#1609) (commit: 9570f34) - if an addon fails fatally when loading, BentoBox will disable itself to prevent misleading errors in the console.
  • Persistent entities should never be removed. (#1608) (commit: 0e4b3b4)
  • Fixes #1602 - coarse dirt tilling is not effectively blocked on 1.16.x servers due to other hoe types (commit: e608a95)
  • Caveblock reset/delete would crash server. Island deletion on 1.16.4 servers is now done using NMS for speed. (#1589) (commit: 98697b1) - This should enable CaveBlock caves to be deleted/reset without bringing the server to its knees. Other server versions use regular Bukkit API.

API changes/improvements