Skip to content

Release 1.24.0

Compare
Choose a tag to compare
@tastybento tastybento released this 22 Sep 22:23
· 82 commits to master since this release

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