1.11.1 - Internationally Unglitched
Description
BentoBox 1.11.1 adds a few features but most notably fixes bugs. We also made sure that some of our long-established features underwent some fine-tuning. In a nutshell, this update is mostly the result of a meticulous work with a resolute attention to details. Beyond becoming feature-rich, we want BentoBox to be a stable, trustworthy tool for you to use on the long-term. Therefore, while this update might not be as exciting as others, we believe it is a necessity to assess the quality of our work from time to time to ensure we are not heading for trouble. Thanks to everyone who help us in that monumental task.
Alongside this update, you should not need to update your gamemode addons. However, we recommend you to reset your locales, if you have not customized them. This can be achieved by deleting the locales folder.
Which Minecraft versions are compatible with this release?
Compiled against: Spigot 1.14.4.
Tested on: 1.14.4, 1.15.1, 1.15.2.
We highly recommend you update to 1.15.2, as this will soon become our only compatible version.
Psssst! Are you still on 1.13.2? Well, if that is the case, you're missing out tons of 1.15-related features. But worry not, we've (unofficially) got your back covered. Download the BentoBox-1.11.0-1.13.2.jar file below, which is kindly provided by @BONNe. While we understand some may want to remain on 1.13.2 and are doing it thanks to his build, keep in mind you are at risk of addons becoming incompatible at some point.
Having some issues with performances?
Using Spigot 1.15.2 for quite some time? Grab yourself a more recent Spigot build as soon as possible as a critical bug has been uncovered and fixed, which caused performance issues when generating chunks.
Using Paper 1.15.2 for quite some time? You might have been exposed to the same bug as Spigot lately, so make sure you update your server as soon as possible. Moreover, you might want to update BentoBox as well because we put in it some Paper-flavor asynchronous improvements.
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
- Improved and fixed javadocs.
Feature / Tweaks
- Added success messages for
IslandSetnameCommandandIslandResetnameCommand(#1164). - Made
AdminWhyCommandsend debug messages to the issuer if it is a player (#1126). - Added a new permission for bypassing delayed commands:
[gamemode].mod.bypassdelays(#1136). - Significantly improved performances when generating chunks on Paper servers (#1180).
- Added a message sent if scooping obsidian fails due to nearby obsidian blocks.
- Added a message sent to all players on an island when PVP is toggled (#1081).
Localization
- Added Czech (
cs) translation (@Polda18, #1156). - Updated Latvian (
lv) translation (@BONNe, #1171). - Updated the
PISTON_PUSHflag's description to better reflect its actual behavior (#1162). - Updated the
FLINT_AND_STEELflag's description to also tell about campfires. - Updated French (
fr) translation (#1189).
Fixes
- Fixed
AdminTeleportCommandnot allowing to be used in console (#1158). - Fixed End Portal teleportation causing the player to fall under the island if entering the End Portal with a high velocity (#1118).
- Fixed PVP related messages not using their dimension-related counterparts.
- Fixed island center coordinates correction not working properly when using customized
start-x,start-zvalues (#1169). - Fixed a discrepancy in descriptions about the behavior of the
PISTON_PUSHflag (#1162). - Fixed a NPE caused by external plugins incorrectly interacting with the Bukkit API (#1172).
- Fixed an event concurrency with external plugins overriding the Nether Portal teleportation destination (#1101).
- Fixed the addon API-version checking algorithm (#1176, #1177).
- Fixed critical performance issues when generating chunks (#1180, SPIGOT-5573).
- Fixed
DYEprotection being always called when interacting with Sheep. - Fixed code smells.
- Fixed
BREEDINGprotection not catching breeding of newer animals (Pandas, Foxes...) or with some items (Golden Carrots, ...). - Fixed exceptions occurring when using
AddonsManager#getClassByName().