The AntiHealthIndicator plugin prevents hackers and modders from seeing other players' health. Designed to be lightweight with minimal server performance impact, it modifies packets directly, making it impossible to bypass. Logic executes asynchronously to minimize server load. Additional features include hiding durability, enchantments, item stack amounts, player saturation, absorption, and XP.
Ensure the PacketEvents library is installed on your server.

| Platform | Supported Versions |
|---|---|
| Bukkit (Spigot, Paper, Folia etc.) | 1.8.8 - 26.2 |
| Velocity | Latest Major |
| BungeeCord (or any forks) | Latest Major |
| Sponge | Latest Major |
The plugin includes various spoofing features:
/antihealthindicator or /ahi - Main plugin command.Operators (OPs) have these permissions by default, except for AntiHealthIndicator.Bypass:
AntiHealthIndicator.Notify - Notifies player of updates.AntiHealthIndicator.Bypass - Prevents receiving spoofed dataAntiHealthIndicator.Reload - Grants access to the /antihealthindicator reload command.AntiHealthIndicator.Debug - Receives debug messages if debugging is enabled.config.yml./antihealthindicator reload or restart the server to apply changes.Clone the Repository:
bash
git clone https://github.com/Bram1903/AntiHealthIndicator.git
Navigate to Project Directory:
bash
cd AntiHealthIndicator
Compile the Source Code: Use the Gradle wrapper to compile and generate the plugin JAR file:
Linux / macOS
bash
./gradlew build
Windows
cmd
.\gradlew build
Special thanks to:
This project is licensed under the GPL3 License.
$ claude mcp add AntiHealthIndicator \
-- python -m otcore.mcp_server <graph>