Added option to only show activated spawners (Spawner-Based Stash Detection) #5054
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.
Type of change
Description
This feature leverages a recently discovered exploit to enhance stash searching capabilities on anarchy servers like 2b2t. Inspired by FitMC’s video, the method addresses a common practice where players hide stashes in naturally generated chests, such as those found near spawners. These stashes typically remain undetected since they do not alter the surrounding terrain.
A week ago, a player named ETIANL revealed a technique to identify player activity near spawners by analyzing the spawner's spawn delay. If the delay has been reset or altered, it indicates that player was nearby. This discovery significantly improves stash detection by pinpointing spawners that might have been triggered by players hiding their loot.
This new setting in BlockESP implements this technique, allowing players to identify and locate activated spawners as potential stash locations.
NOTE: In theory, this method does not detect all activated spawners. A player could leave the spawner radius at the exact tick the spawn delay reaches its default value (20), making it undetectable in such cases. Additionally, spawners in the Nether can sometimes have their spawn delay set to 0 instead of 20, leading to potential false positives.
Related issues
None.
How Has This Been Tested?
Tested the new feature in the development environment to ensure that the added setting works and only activated spawners are rendered. No issues were found during testing.
Checklist: