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