Skip to content

Releases: BentoBoxWorld/Limits

Release 1.25.1

08 Dec 22:08
Compare
Choose a tag to compare

Ignore BlockBreakEvent if the block is an AdvancedEnhancements block.

See https://ae.advancedplugins.net/for-developers/plugin-compatiblity-issues

Relates to #230

Compatibility

✔️ BentoBox API 2.4.1+
✔️ Minecraft 1.20.5+ and 1.21
✔️ Java 17

Updating

  1. Stop server
  2. Take backups
  3. Install this Addon in the addons folder - overwrite the old one or remove it
  4. (Optional) Move the old config.yml so that it can be recreated to show the entity groups
  5. Start server
  6. That should be it!

Release 1.26.0

17 Nov 21:51
f3c9b4c
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox 3.0.0
✔️ Minecraft 1.21.x
✔️ 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

Full Changelog: 1.25.0...1.26.0

Release 1.25.0

05 Oct 18:33
8095cdd
Compare
Choose a tag to compare

New Features

  • Customization of GUI text / titles, etc - see the locale files
  • Loads of translations!

Bug Fixes

This release fixes a long running bug: Limits are set by the owner of the island only and will now "stick" instead of being lost if a team member logged in.

Limits can be set using permissions, for example, aoneblock.limit.island.HOPPER.20 will set the island limit to 20. However, this was not sticking if a team member logged in who didn't have this permission. Similarly, if the team member had a larger limit, it would be temporarily used even though they were not the owner of the island.

Compatibility

✔️ BentoBox API 2.4.1+
✔️ Minecraft 1.20.5+ and 1.21
✔️ 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) Move the old config.yml so that it can be recreated to show the entity groups
  5. Start server
  6. That should be it!

What's Changed

Full Changelog: 1.24.0...1.25.0

Release 1.24.0

22 Sep 22:23
Compare
Choose a tag to compare

This release enhances entity groups by adding an icon and makes two default ones in config.yml called Animals and Monsters as examples.

For example:

# Entity Groups
# Name the group anything you like
# Select an icon, which is a Bukkit Material
# Select the limit for the total group
# List the entities in the group using Bukkit EntityTypes
entitygrouplimits:
  Monsters:
    icon: ROTTEN_FLESH
    limit: 250
    entities:
    - SKELETON
    - SILVERFISH
    - STRAY
    - ZOMBIE_VILLAGER
    - WITHER
    - WARDEN
    - ...

Compatibility

✔️ BentoBox API 2.3.0+
✔️ Minecraft 1.20.4+ and 1.21
✔️ 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) Move the old config.yml so that it can be recreated to show the entity groups
  5. Start server
  6. That should be it!

What's Changed

Full Changelog: 1.23.0...1.24.0

Release 1.23.0

20 Sep 04:57
0cb42d3
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 2.3.0+
✔️ Minecraft 1.20.4+ and 1.21
✔️ 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. Start server
  5. That should be it!

What's Changed

  • User permissions are checked when limits are checked and not just on login
  • Version 1.23.0 by @tastybento in #199

Full Changelog: 1.22.0...1.23.0

Release 1.22.0

17 Jul 23:51
Compare
Choose a tag to compare

Compatibility

✔️ BentoBox API 2.3.0+
✔️ Minecraft 1.20.4+ and 1.21
✔️ 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. Start server
  5. That should be it!

What's Changed

  • Release 1.22.0 by @tastybento in #192
  • Bug fix for iron golems and snowmen made with Jack O'Lanterns were not removing blocks (carved pumpkins worked). #190

Full Changelog: 1.21.0...1.22.0

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