Skip to content

Releases: BentoBoxWorld/Limits

Release 1.21.0

22 Apr 23:40
5a9a422
Compare
Choose a tag to compare

This version implements the API for BentoBox 2.3.0.

Compatibility

✔️ BentoBox API 2.3.0
✔️ Minecraft 1.20.4
✔️ Java 17

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Updating

  1. Stop server
  2. Take backups
  3. Install this Addon in the addons folder - overwrite the old one or remove it
  4. (Optional) Delete or move the Spanish local for Limits (/plugins/BentoBox/locale/Limits/es.yml)
  5. Start server
  6. That should be it!

What's Changed

Full Changelog: 1.20.1...1.21.0

Release 1.20.1

19 Jan 22:03
0dbd451
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 2.0.0
✔️ Minecraft 1.20.4
✔️ Java 17

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

What's Changed

  • Fixes issue with Minecraft 1.20.4 where snow and iron golems could not be spawned. #180
  • Add NPE protection #178 (commit: 2b9b3da)
  • Release 1.20.1 by @tastybento in #181

Full Changelog: 1.19.1...1.20.1

Release 1.19.1

17 Apr 06:06
3e60b7b
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.23.0+
✔️ Minecraft 1.19.4
✔️ Java 17

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

What's Changed

New Contributors

Full Changelog: 1.19.0...1.19.1

Release 1.19.0

30 Dec 17:40
76400ea
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.16.6+
✔️ Minecraft 1.16.5+
✔️ Java 16

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Changes

  • 🔡 Improved recount code. Should be accurate. (commit: 343d7bb) This adds new locale texts which will be automatically added, but are not currently translated.

What's Changed

Full Changelog: 1.18.1...1.19.0

Release 1.8.1

25 Dec 17:27
a5980b2
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.16.6+
✔️ Minecraft 1.16.5+
✔️ Java 16

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Features

  • ⚙️ Added option to ignore the island center block from limits. (commit: 328a1a1) See config.yml, line 9.
  • Added API to enable offset for limits. (commit: 76c582b)

Bug Fixes

  • Various bug fixes
  • Breeding limits are tracked better by using EntityBreedEvent to track breeding (commit: 14c3886) (commit: d6f12c2)
  • Op or Mod nearby do not affect breeding limits or other players, but they can override breeding limits. (commit: 0248c39)

What's Changed

Full Changelog: 1.17.2...1.18.1

Release 1.17.2

21 Aug 00:10
395709d
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.17.0.
✔️ Minecraft 1.17
✔️ Java 16

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Features

  • 🔡 Added Vietnamese (commit: f7c44c7)
  • Added chest/hopper placeholders, refactored getBlockCounts to be consistent, implemented getBlockCount (commit: 21986d3) — realjasonliu
  • Simplified how to register placeholders, changed default getBlockCount to 0 instead of -1 (commit: 0a193eb) — realjasonliu
  • Registers all blocks as placeholders (commit: f94a4ac) — realjasonliu

Bug Fixes

  • Remove async around entity call #135 (commit: 4c5fdd6)

Release 1.17.1

21 Aug 00:05
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.17.0.
✔️ Minecraft 1.17
✔️ Java 16

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Bug Fixes

  • Remove async around entity call #135 (commit: 4c5fdd6)

Release 1.17.0

03 Jul 22:58
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.17.0.
✔️ Minecraft 1.17
✔️ Java 16

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

New Features

  • Recalculate limits every time Limits GUI is shown. (commit: f525ae8)
  • ⚙️Adds setting option for async golum checking (commit: 6a2768e)
  • 🔺Java 16 and Sonar Cloud (commit: 0992a4f)
  • 🔺Require 1.17 BentoBox (commit: 62caf1a) (commit: d0d9508)

Bug Fixes

  • Use correct perm check perm prefix. (commit: 0ae58db)

Release 1.15.5

22 Feb 03:06
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 1.16
✔️ Minecraft 1.16.5
✔️ Java 8

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Bug Fixes

  • Fixes bug where entities were limited in BentoBox worlds not specified in the config.yml

Release 1.15.4

24 Jan 22:21
Compare
Choose a tag to compare

Zigbee release. ;-)

Change log

  • Only save island data that has changed on shutdown. This prevents long shutdown times.