You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Added deprecation JavaDoc to events that are moving to own class (commit: 0e7ab34) - a lot of BentoBox events are moving to their own classes instead of being inside IslandEvent or TeamEvent. If you use the API, shift to these new classes.