
Dungeon Finder
Essentially, this mod could be better described as a "Spawner Finder" since its primary function is to locate the nearest spawner blocks around the player.
Main Features
To use the mod, simply execute the /locate_spawner
command. If needed, you can add additional parameters list
and size
for extended search capabilities.
The modification is only required on the server side but can also be used in single-player mode to find spawners in your world.
How It Works
The mod creates an axis-aligned bounding box (AABB) around the player at a distance ranging from 1 to 64 blocks (default is 32 blocks). Setting a larger value may cause lag due to the need to check all blocks in the expanded area.
The search is conducted as a cube around the player, not a sphere, so due to mathematical calculations, the actual distance to the found spawner might be greater than the specified search radius.
The system checks all blocks within the specified area for spawners and displays information about the closest one. When using the additional parameter, you can get a complete list of all found spawners directly in the chat.
Permission Requirements
The command requires the same access rights as the standard /locate
command - OP level 2. In single-player mode, cheats must be enabled to use this function.