promotional bannermobile promotional banner

Highlight It

A Fabric client-side mod built for Hypixel Skyblock that lets you highlight any mob with a custom color.

A Fabric client-side mod built for Hypixel Skyblock that lets you highlight any mob with a custom color.

I needed something to highlight those hub rats made this mod especialy for that.

# Commands

- /scanentities — lists all nearby entities and their names. Run this first if you're not sure what to type.
- /addhighlight <name> <color> — add a highlight rule
e.g. /addhighlight "Sven Packmaster" #FF6600
color is optional — defaults to red if you skip it
- /resethighlight — clears all your highlights
- /scandistance <blocks> — set how far the scan reaches (1–64 blocks)

# Config

Your settings are saved to .minecraft/config/highlightit.json:

{
  "enabled": true,
  "highlights": {
    "Sven Packmaster": "#FF6600",
    "Zombie Soldier": "#FF0000"
  },
  "scanDistance": 3.0
}

# Requirements

- Fabric Loader
- Fabric API
- Fabric Language Kotlin

The Highlight It Team

profile avatar
Owner
  • 1
    Projects
  • 5
    Downloads