Skip to content

Release 1.15.2

Compare
Choose a tag to compare
@tastybento tastybento released this 09 Nov 01:43
· 1312 commits to master since this release

Change Log

  • Add server compatibility for 1.16.4 (commit: 89ee2b4)

Bug Fixes

  • Stops async db saving on shutdown. Adds JSON backup. (#1558) (commit: ba903bd)
    • This change may avoid database corruption if a server crashes. But even so, you should be making daily backups of your database. If your JSON database server crashes, immediately make a copy of the BentoBox/database_backup folder. You may need to put those files back into the database if they were corrupted due to the crash. Do not run your server until you do this otherwise even this backup may get overwritten.
  • Fix new blueprint bundle creation error. (commit: 66a28b4)
  • Fixes some errors with HeadGetter (#1569) (commit: 3581537)

New Features

  • Added an admin fix, e.g. bsb fix command to try to fix mangled databases. Use with care and only after backing up your database. (commit: 774b57b, commit: a7747b5)
  • Add AOneBlock to readMe. (#1563) (commit: cf394ea)
  • API: Added IslandExitEvent#getToIsland() and IslandEnterEvent#getFromIsland() (#1557) (commit: 1a9f9e7)
  • Added World TNT Damage Flag (commit: 1d4fd43) Enables admins to set how explosions will work outside of island protection.
  • Add biome support to blueprints. (commit: 1ec8864) Blueprints will now save and paste block biomes.