Releases: BentoBoxWorld/Limits
Release 1.25.1
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
- Stop server
- Take backups
- Install this Addon in the addons folder - overwrite the old one or remove it
- (Optional) Move the old
config.yml
so that it can be recreated to show the entity groups - Start server
- That should be it!
Release 1.26.0
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
- MC 1.21.3 version by @tastybento in #229
- Release 1.26.0 by @tastybento in #228
Full Changelog: 1.25.0...1.26.0
Release 1.25.0
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
- Stop server
- Take backups
- Install this Addon in the addons folder - overwrite the old one or remove it
- (Optional) Move the old
config.yml
so that it can be recreated to show the entity groups - Start server
- That should be it!
What's Changed
- 🔺Owner perms only by @tastybento in #203
- Release 1.25.0 by @tastybento in #204
- ⚙️🔡 Makes GUI titles configurable in the locale files by @tastybento in #205
- 🔡 Spanish by @gitlocalize-app in #206
- 🔡 Dutch by @gitlocalize-app in #220
- 🔡 Italian by @gitlocalize-app in #212
- 🔡 Latvian by @gitlocalize-app in #219
- 🔡 Turkish by @gitlocalize-app in #221
- 🔡 Korean by @gitlocalize-app in #218
- 🔡 Romanian by @gitlocalize-app in #217
- 🔡 Chinese by @gitlocalize-app in #214
- 🔡 Czech by @gitlocalize-app in #207
- 🔡 German by @gitlocalize-app in #208
- 🔡 French translationrench by @gitlocalize-app in #209
- 🔡 Croatian translationan by @gitlocalize-app in #210
- 🔡 Indonesian by @gitlocalize-app in #211
- 🔡 Japanese translationnse by @gitlocalize-app in #213
- 🔡 Polish by @gitlocalize-app in #215
- 🔡 Polish by @gitlocalize-app in #216
- 🔡 Ukranian by @gitlocalize-app in #222
- 🔡 Portugal by @gitlocalize-app in #225
- 🔡 Vietnamese translation by @gitlocalize-app in #223
- 🔡 Taiwanese by @gitlocalize-app in #224
- 🔡 Translations and GUI locale improvements by @tastybento in #226
Full Changelog: 1.24.0...1.25.0
Release 1.24.0
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
- Stop server
- Take backups
- Install this Addon in the addons folder - overwrite the old one or remove it
- (Optional) Move the old
config.yml
so that it can be recreated to show the entity groups - Start server
- That should be it!
What's Changed
- ⚙️Add default Animal and Monster entity groups to config.yml #195 by @tastybento in #200
- Release 1.24.0 by @tastybento in #201
Full Changelog: 1.23.0...1.24.0
Release 1.23.0
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
- Stop server
- Take backups
- Install this Addon in the addons folder - overwrite the old one or remove it
- Start server
- 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
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
- Stop server
- Take backups
- Install this Addon in the addons folder - overwrite the old one or remove it
- Start server
- 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
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
- Stop server
- Take backups
- Install this Addon in the addons folder - overwrite the old one or remove it
- (Optional) Delete or move the Spanish local for Limits (
/plugins/BentoBox/locale/Limits/es.yml
) - Start server
- That should be it!
What's Changed
- 🔡 Update Spanish locale by @gitlocalize-app in #182
- Release 1.21.0 by @tastybento in #185
Full Changelog: 1.20.1...1.21.0
Release 1.20.1
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
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
- Update zh-CN translation for Limits by @katorly in #154
- Fixes Villager limit by @YellowZaki in #156
- Turned into a Pladdon by @YellowZaki in #160
- Fixes wrong placeholder value #159 by @BONNe in #161
- Implement Limits "offset" command. by @BONNe in #163
- Create fr.yml by @organizatsiya in #167
- Update Polish translation by @gitlocalize-app in #171
- Disable villagers breeding when limit is reached by @piotrskibapl in #172
- Return to plugin.yml by @BONNe in #175
- add new placeholders and BlockGrowEvent by @emmanuelvlad in #166
- Version 1.19.1 by @tastybento in #177
New Contributors
- @katorly made their first contribution in #154
- @organizatsiya made their first contribution in #167
- @piotrskibapl made their first contribution in #172
- @emmanuelvlad made their first contribution in #166
Full Changelog: 1.19.0...1.19.1
Release 1.19.0
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
- Version 1.19.0 by @tastybento in #153
Full Changelog: 1.18.1...1.19.0