Highlight It

Quick rating

Community listing page, reviews here may not be monitored by the author.

Highlight It

By esamyOwner

No reviews yet

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

Mod Loaders
Minecraft

About

Description

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

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 — 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 — 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