Skip to content

1.9.2 - Snowy Bees!

Compare
Choose a tag to compare
@Poslovitch Poslovitch released this 15 Dec 09:39
· 1847 commits to master since this release

Description

BentoBox 1.9.2 is mostly a bug fix release. Unless you are updating from 1.8.0 or older, you will not need to update any of your addons. If you are updating from 1.8.0 or older, please read BentoBox's 1.9.0 changelog.

BentoBox was launched on SpigotMC on Saturday 7th December, after a 21-month-long development. And in less than a week, it reached heights with over 200 hundred downloads there.

Releasing BentoBox on SpigotMC has been the long-term goal so far. And our new one is the following: from December 2019 to March 2020, we will focus on improving and creating addons. Lots of them. This is called the Addons Initiative 2020.

Which Minecraft versions are compatible with this release?

This release is compiled against Spigot 1.14.4 and was tested successfully on 1.14.4 and 1.15.0 (although we do not recommend you to update to 1.15.0 yet).

Using 1.14.4 and having some issues with performances?

Tweaking config options...

BentoBox 1.6.0 introduced config options that are useful to tweak performance issues on island creation or deletion.

  • island.paste-speed should be reduced to 64 if you are using the default Blueprints, 128 if you are using bigger ones. In accordance with #1051, the impact on performances can be significant, while the extra time required to create the islands is not felt by the player to be inconvenient.
  • island.delete-speed should be kept as small as possible, yet it has been changed 1.9.0 from being per ticks to per seconds. Take that into account!

Using PaperSpigot?

BentoBox 1.9.0 introduced support of PaperLib. Basically, if you're using PaperSpigot, nearly all resource-intensive operations will be run asynchronously. This will keep your server's performances high, but might lengthen the time taken by some processes.

Support BentoBoxWorld

As a user, you're the one that keeps us thrilled into making continuous updates and improvements to all the BentoBoxWorld products. This is a voluntary and time-consuming yet exciting hobby.

So don't hesitate to join our Discord server and give us a hug, a “Thank You”. And if you feel that extra-generosity rushing in, tip us on PayPal or become a sponsor of tastybento, that's really much appreciated! ❤️ (Donors get a special rank on our Discord server!)

Changelog

Legend

  • ⚠️ deprecated/removed API.
  • 🔺 need special attention.

Contents

API

  1. Improved Javadocs.
  2. Added Island#isOwned() and Island#isUnowned().

Feature / Tweaks

  1. Added the Hungarian flag to Hungarian (hu) locale (@andris155, #1055).
  2. Implemented 1.15 compatibility.
  3. Forced UTF-8 encoding in MariaDB databases (@TheGeyik, #1052, #1066).
  4. Implemented teleportation delay when using /[gamemode] spawn (#1069).

Fixes

  1. Fixed the "you can ban X more players" message showing incorrect number if bans are unlimited (#1060).
  2. Fixed Ops or players with the mod.bypasscooldown permission not being able to bypass the delay before teleportation (#1059).
  3. Fixed "gathering contributors' data" messages at startup not being toggled by the corresponding config option.