Skip to content

Release 1.28.4

Choose a tag to compare

@tastybento tastybento released this 06 Jul 00:29
874bfa8

Limits 1.28.4

A maintenance release focused on keeping entity counts accurate and reliably persisted.

πŸ› Bug Fixes

  • Entity counts no longer drift above reality β€” under some spawn/removal sequences the tracked entity count could climb above the number of entities actually on the island, eventually blocking spawns that should have been allowed. Counts now stay in sync with the real island population. [PR #273]
  • Entity count persistence centralized β€” all entity count mutations now flow through BlockLimitsListener, so changes are enrolled in the normal batch-save cycle instead of only being written on addon disable. This prevents count loss on an unclean shutdown or crash. [PR #274]

Compatibility

βœ”οΈ BentoBox API 2.7.1+
βœ”οΈ Minecraft 1.21.5 – 1.21.11, 26.1.x
βœ”οΈ Java 21

Upgrading

  1. Stop your server.
  2. Replace the old Limits jar in plugins/BentoBox/addons/ with Limits-1.28.4.jar.
  3. Start your server. No config or locale changes are required.

What's Changed

  • πŸ› Fix entity counts drifting above reality by @daniel-skopek in #273
  • πŸ› Centralize entity count persistence in BlockLimitsListener by @tastybento in #274

Full Changelog: 1.28.3...1.28.4