Compatibility
Minecraft: Java Edition
1.21.10–1.21.11
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published 2 months ago
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


