feat: Configurable radius for OBSIDIAN_SCOOPING flag#2856
Merged
tastybento merged 3 commits intodevelopfrom Mar 14, 2026
Merged
feat: Configurable radius for OBSIDIAN_SCOOPING flag#2856tastybento merged 3 commits intodevelopfrom
tastybento merged 3 commits intodevelopfrom
Conversation
- Add `obsidianScoopingRadius` config setting (0-15, default 2) to Settings.java under path `island.obsidian-scooping-radius` - Update ObsidianScoopingListener to read radius from settings, use it in getBlocksAround(), and pass [radius] variable to obsidian-nearby message - When radius is 0, skip the nearby-obsidian check entirely - Update en-US.yml: add [radius] to obsidian-nearby message, update description to say 'the configured radius' instead of '2-block radius' - Update all 22 other locale files to include [radius] in obsidian-nearby message Co-authored-by: tastybento <4407265+tastybento@users.noreply.github.com>
…ve en-US message phrasing Co-authored-by: tastybento <4407265+tastybento@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add configurable radius for OBSIDIAN_SCOOPING flag
feat: Configurable radius for OBSIDIAN_SCOOPING flag
Mar 14, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



The OBSIDIAN_SCOOPING flag had a hardcoded 2-block radius for the nearby-obsidian check, with no way to tune it per server. This adds a BentoBox-wide config setting for that radius and surfaces it in player-facing messages.
Changes
Settings.javaisland.obsidian-scooping-radiusconfig option (int, default2, valid range0–15)[0, 15]0disables the nearby check entirely — any lone obsidian can be scoopedObsidianScoopingListener.javaSettingsinstead of the hardcoded2radius == 0[radius]as a text variable to theobsidian-nearbymessageLocales
obsidian-nearbyreworded to "…within a [radius]-block radius…"; description updated to say "the configured radius" instead of "a 2-block radius"([radius])appended toobsidian-nearbyso the radius value is always visible to players regardless of languageOriginal prompt
📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.