Release 1.28.4
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
- Stop your server.
- Replace the old
Limitsjar inplugins/BentoBox/addons/withLimits-1.28.4.jar. - 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