Skip to content

Release 2.28.1

Latest

Choose a tag to compare

@tastybento tastybento released this 29 Jul 15:58
0555fa5

What's fixed

Level 2.28.1 is a small bug fix release that stops the value panel's search button from stacking duplicate chat prompts.

Duplicate search conversations in the value GUI (#451, [PR #452])

Bukkit queues chat conversations per player, so every click on the search button in the block value panel started another 90-second "Please enter a search value" conversation. If the first prompt wasn't visible — for example when a chat-managing plugin like CMI swallowed it — players clicked the button repeatedly, stacking conversations that later replayed as alternating Conversation cancelled! / Please enter a search value spam, with the GUI re-opening each time.

The search input now checks whether the player already has a conversation pending. If so, it simply repeats the question instead of queueing a second conversation — the pending prompt still works and no spam accumulates.

⚙️ Compatibility

✔️ BentoBox API 3.16.0
✔️ Minecraft 1.21.x and 26.1.x
✔️ Java 21

Updating

Drop-in replacement for 2.28.0 — no locale, config, or panel changes.

What's Changed

  • fix: don't queue duplicate search conversations in value GUI by @tastybento in #452

Full Changelog: 2.28.0...2.28.1