Skip to content

Release 1.16.2

Compare
Choose a tag to compare
@tastybento tastybento released this 15 May 21:59
· 1136 commits to master since this release
ca39e05

Use release 1.16.5 now for Minecraft 1.16.5.

Compatibility

✔️ Minecraft 1.16.5
✔️ Java 8

Change Log

It's time to fix some bugs so here is the latest version of BentoBox!

Bug Fixes

  • Runs player go and create commands as direct calls. (commit: 2bc35c8) - This helps avoid anti-cheat false positives
  • Use https for placeholder api repo (commit: 10a51a5) - to build with PAPI
  • Require non null getCenter (commit: 982dc2f) - fixed a bug when converting from ASkyBlock
  • Fix maxteamsize placeholders (commit: 839f05d) - these were wrong completely
  • Update ServerCompatibility.java (#1751) (commit: 9ed0620) Added support for other Spigot forks
  • Adjusted portal search radius to 64. (commit: 09bac48)(commit: 33b49a2) - nether portal searching will be more expansive and help avoid duplicate portals benign generated in games like Boxed.
  • Use home names instead of numbers in locale (commit: 352c6de) - homes are now named and not numbered
  • Add WildStacker as SoftDepend to plugin.yml (#1742) (commit: 2a1d9fc)
  • Fixes a bug with Commands not being able to find subcommand if defined label contains capital letter. (#1724) (commit: dc82978)
  • Teleport based on protection center and world height. (commit: 4b9b677)
  • Treat teleporting as moving for delayed commands. (commit: 3c4b7de)

New Features

  • NL Translation (#1748) (commit: 3242a49)
  • Add IslandHomesCommand (commit: ac8458f) - now players can list their island home names
  • Admin teleport now goes to island spawn locations if they exist (commit: c6e2a9b)
  • Allow Non-Bentobox commands as default player commands (#1760) (commit: ca39e05)

API Related

  • Update Plugin.yml for new Permissions Addon (#1758) - added LuckPerms as a soft depend
  • Added since javadoc to getIslandsManager and getPlayersManager() (commit: 8ecfee4)
  • Add Util method to enable multi-lingual broadcasts. (commit: 9e0fdbd)