promotional bannermobile promotional banner

ESP

Client-side Fabric ESP for Hypixel Skyblock: highlights mobs through walls by reading their floating name labels, plus type-based Mob ESP and Block ESP. Searchable pickers, custom colors, and a glow + in-view overlay. Requires PlayerAPI.

File Details

esp-1.0.1.jar

  • R
  • Jun 18, 2026
  • 299.68 KB
  • 363
  • 26.1.2
  • Fabric

File Name

esp-1.0.1.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:esp-1579092:8270653"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

## [1.0.1] - 2026-06-17 ### Hotfix - Fixed a crash (`NullPointerException` in `getTeamColor`) that fired whenever an entity **not** highlighted by ESP was rendered — i.e. immediately in any populated area such as a Hypixel lobby. An `int`/`Integer` ternary in `EntityTeamColorMixin` unboxed `null` on the non-highlighted path; rewritten with explicit branches so it can't unbox null.