Skip to content

Release 1.17.1

Compare
Choose a tag to compare
@tastybento tastybento released this 11 Jul 01:36
· 1115 commits to master since this release
376ac16

Compatibility

✔️ Minecraft 1.17.1, 1.17
✔️ Java 16

Upgrading

If you are on BentoBox 1.17.0 then this should just be a drop-in replacement, but as always, take backups just in case.

  1. Stop server
  2. Replace the BentoBox jar with this one
  3. Make a backup of your server worlds and the BentoBox folder
  4. Restart the server
  5. You should be good to go!

Changelog

Legend

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

Change Log

  • Add support for Minecraft 1.17.1
  • Add homes command to default player options.
  • BStats: Implements better online player counter. (#1791)
    • Current one is based on online player count when bStats sends data to the server.
    • This one will send data about amount of players who logged in the server.
  • Add Boxed Gamemode to the list. (#1793)
  • Add Bank addon (#1792)
  • Add Holographic Displays as SoftDepend for AOneBlock (#1794)
  • Custom date time format support for / info (#1783)
  • ⚙️🔡 Parent/sub-flag support, split up and designate CONTAINER flag as parent flag (#1784)
    • Fixes #1777
    • Split CONTAINER flag into multiple flags. CONTAINER split into
      • CONTAINER (Chest/Minecart Chest)
      • BARREL (Barrel)
      • COMPOSTER (Composter)
      • FLOWER_POT (Flower Pot)
      • SHULKER_BOX (Shulker Box)
      • TRAPPED_CHEST (Trapped Chest)
  • Add subflag support
  • ⚙️🔡 Add world setting flag for island visitors keep inventory (#1785)
  • BStats: Implement 3 bar charts: addons, gamemodes, hooks (#1790)
    • BStats supports sending Bar chart data, however, it does not display it via their site directly. It can be called manually, to view. PieChart does not work very well for addons and hooks. BarChart however allows viewing each addon separately. This change allows sending data to the server about bar charts.

Co-authored-by: BONNe, Fredthedoggy, Justin, tastybento