For the complete documentation index, see llms.txt. This page is also available as Markdown.

Block ESP

The Block ESP module highlights specific block types β€” ores, spawners, redstone components, plants, and more β€” through terrain. Once a block is found it stays cached, so rendering stays smooth between scan passes.

Block selector

The heart of the module: the block picker where you choose which block types to highlight. It supports blocks, ores, building materials, decorative blocks, redstone components, and plants, and each entry can carry its own color, mode, and scan range.

Box appearance

  • Block ESP mode β€” the box rendering style: 2D (flat rectangle projected onto the screen), 3D Outlined (wireframe cube in world space, the default), or 3D Filled (solid semi-transparent cube).

  • Cornered box β€” replaces the full outline with corner brackets. Off by default.

  • Outline color β€” the default border color for any block that does not have a custom color set in the Block selector.

  • Filled color β€” the default fill color in 2D or 3D Filled mode.

  • Show in screens β€” keeps highlights rendering while the inventory, chat, or any other screen is open. Off by default.

Performance

  • Block delay β€” the pause between each complete scan cycle, from 0 to 5000 ms (default 2500). Higher values mean less frequent updates but fewer frame drops.

  • Block range β€” the maximum scan distance, from 5.0 to 100.0 (default 25.0). Blocks beyond this are not scanned or rendered.

Last updated