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.

ESP

A client-side Fabric mod that highlights mobs by reading the floating text labels above them. Type the text you want to find (a name, a word, a mob-type symbol), and ESP outlines every mob whose label matches — through walls with a glow outline, and in line of sight with a translucent box.

Built for Hypixel Skyblock, where almost everything worth finding wears a floating name plate.

GitHub: https://github.com/noname-mods/ESP

Requires PlayerAPI 1.12.0+, Fabric API, and YetAnotherConfigLib to run. ModMenu is optional — it adds a settings button to the mod list.


How It Works

  1. Every scan, ESP collects the floating text labels (text displays and custom-named entities) near you.
  2. It checks each label's text against your configured patterns.
  3. For a matching label, it finds the mob sitting just below it (the mob the label belongs to).
  4. That mob is highlighted until it leaves, dies, or stops matching.

Because it matches on label text, ESP works on anything Hypixel names — including custom mobs that use a player model, which it detects like any other mob.


Features

10 Independent Groups

Ten fully separate highlight groups, each with its own:

  • Patterns — the text to match
  • Glow colour — a distinct colour per group
  • Scan radius — how far out this group looks
  • Scan interval — how often this group scans (trade responsiveness for performance)
  • Name — a label shown as the config tab title

Pattern Matching

Patterns are comma-separated and case-insensitive:

  • Plain term → matches if the label contains that word. magmatic matches any label containing "magmatic".
  • Quoted term → matches only if all words inside the quotes appear. "sea archer" matches a label containing both "sea" and "archer".
  • Comma = OR"sea archer", muspelheim matches a label with both "sea" and "archer", or any label containing "muspelheim".
  • Mob-type symbols work too — e.g. (water sea creature) or (lava sea creature).

Two-Layer Highlight

  • Glow outline — the vanilla glowing effect, visible through walls. Great for locating mobs you can't see yet.
  • Depth-tested overlay — a translucent coloured box matching the mob's hitbox, drawn via PlayerAPI's EntityHighlightActions. Visible only in line of sight, it fills the gap left by the glow outline (which thins to a faint border once a mob is directly visible). Toggle and opacity are configurable.

Sticky Highlights (no flicker)

Once a mob is matched it stays highlighted even if its label briefly stops being sent — useful at the edge of range, where floating text disappears before the mob does. A highlight is dropped the moment the mob despawns/unloads, after a 15-second timeout, or when you change servers/instances (a Hypixel sub-server hop clears everything, since entity IDs don't carry across).

Global Controls

  • Master toggle (also bindable to a key)
  • Label search radius — how far below/around a label to look for its mob
  • Highlight overlay toggle + opacity
  • Debug logging — prints per-scan diagnostics (labels seen, matches, sample text) to help dial in patterns

Mob ESP

Highlights every entity of the types you approve — independent of labels, the entity twin of Block ESP. Open the Select Entity Types screen from the Mob ESP config tab (searchable checkbox list of every entity type, Clear All). Matched entities get the same glow outline (through walls) and overlay (line of sight) as the label groups. Use this when you want "all zombies" rather than "the mob under a label that says X".

Block ESP

Highlights every instance of the block types you approve, through walls. Open the Select Blocks screen from the Block ESP config tab — a searchable list of every block in the game with a checkbox each, plus Clear All (selections save as you tick them). Configurable highlight colour, opacity, and scan radius.


Controls

All keybinds are rebindable in Options → Controls → ESP. Both are unbound by default.

Action Default Key
Toggle ESP (unbound)
Open Config (unbound)

Type /esp in chat to open the config screen directly.


Installation

  1. Install Fabric Loader for Minecraft 26.1.2
  2. Install Fabric API
  3. Install PlayerAPI 1.12.0 or newer
  4. Install YetAnotherConfigLib
  5. Install ModMenu (optional)
  6. Drop esp-*.jar into your mods folder

Compatibility

Minecraft Fabric Loader Java
26.1.2 ≥ 0.19.2 25

Renderer note:

  • xray-entity — remove it, you lose nothing. It forces the glow outline off on every mob it hasn't selected, so ESP's highlighted mobs never outline through walls. ESP's Mob ESP now does everything xray-entity does (highlight entities by type, through walls), so removing it costs you no capability and restores ESP's glow. Confirmed hard conflict.
  • Sodium / Embeddium / Rubidium (without Iris), EntityCullingmay suppress the glow outline depending on setup, but are not guaranteed to.

ESP detects all of the above on world join and posts a one-time warning (a stronger one for xray-entity). The warning has a click-to-dismiss link to stop showing it (you can also run /esp nowarn or toggle "Renderer Conflict Warnings" off on the Global config tab). When the through-wall glow is blocked, the depth-tested overlay still highlights mobs in line of sight.

Range limit: ESP can only see entities the server sends to your client. On Hypixel that's roughly 40–48 blocks for mobs, and floating text labels often stop arriving sooner — so the per-group scan radius is capped at 48 (past that there is nothing to find).


Minecraft Version Support

This mod targets one Minecraft version at a time. When it updates to a new Minecraft version, previous versions receive zero further support — no backports, no bug fixes, and a release is never published with support for multiple Minecraft versions at once.

  • Want the newest features? You must be on the mod's currently supported Minecraft version.
  • Want to stay on an older Minecraft version? Stay on that version's last release — it won't be updated.

The in-game update checker is Minecraft-version aware: if the latest release targets a different Minecraft version than you're running, it tells you so instead of prompting you to install an incompatible build.


Notes

  • ESP has no HUD — it's a passive highlighter. The two automation mods (Ceres, Poseidon) have HUDs because they run unattended; ESP doesn't need one.

The ESP Team

profile avatar
  • 4
    Projects
  • 666
    Downloads

More from noname_mods

  • Ceres project image

    Ceres

    • 23
    • Mods

    Client-side Fabric farming bot for Hypixel Skyblock: follows recorded waypoint paths to break crops, auto-uses Pest Repellent, auto-loads crop profiles by your held tool, runs safety checkers, and shows a live HUD of farming stats. Requires PlayerAPI.

    • 23
    • June 17, 2026
    • Mods
    • +1
  • Poseidon project image

    Poseidon

    • 57
    • Mods

    Client-side Fabric auto-fishing mod for Hypixel Skyblock: smart bite detection with human-like reaction delays, auto-recast, sea-creature tracking, bait and reboot alerts, chat triggers, and a Golden Fish alert, all on a live HUD. Requires PlayerAPI.

    • 57
    • June 17, 2026
    • Mods
    • +1
  • NoName_mods PlayerAPI project image

    NoName_mods PlayerAPI

    • 222
    • Mods

    Client-side Fabric library giving mods a clean, high-level API for player input, inventory, world queries, look control, events, scheduling, and human-like automation, so they never touch Minecraft internals. The shared base for Ceres, Poseidon, and ESP.

    • 222
    • June 17, 2026
    • Mods
  • Ceres project image

    Ceres

    • 23
    • Mods

    Client-side Fabric farming bot for Hypixel Skyblock: follows recorded waypoint paths to break crops, auto-uses Pest Repellent, auto-loads crop profiles by your held tool, runs safety checkers, and shows a live HUD of farming stats. Requires PlayerAPI.

    • 23
    • June 17, 2026
    • Mods
    • +1
  • Poseidon project image

    Poseidon

    • 57
    • Mods

    Client-side Fabric auto-fishing mod for Hypixel Skyblock: smart bite detection with human-like reaction delays, auto-recast, sea-creature tracking, bait and reboot alerts, chat triggers, and a Golden Fish alert, all on a live HUD. Requires PlayerAPI.

    • 57
    • June 17, 2026
    • Mods
    • +1
  • NoName_mods PlayerAPI project image

    NoName_mods PlayerAPI

    • 222
    • Mods

    Client-side Fabric library giving mods a clean, high-level API for player input, inventory, world queries, look control, events, scheduling, and human-like automation, so they never touch Minecraft internals. The shared base for Ceres, Poseidon, and ESP.

    • 222
    • June 17, 2026
    • Mods