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.
Back to Files

esp-1.0.1.jar

File nameesp-1.0.1.jar
Uploader
noname_modsnoname_mods
Uploaded
Jun 18, 2026
Downloads
756
Size
299.7 KB
Mod Loaders
Fabric
File ID
8270653
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:esp-1579092:8270653"

Learn more about Curse Maven

What's new

## [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.