SkillAgentSearch skills...

AntiHealthIndicator

Enhance fairness with AntiHealthIndicator! Lightweight, async packet spoofing for gameplay integrity. Easy configurable!

Install / Use

/learn @Bram1903/AntiHealthIndicator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <h1>AntiHealthIndicator</h1> <img alt="Build" src="https://github.com/Bram1903/AntiHealthIndicator/actions/workflows/gradle.yml/badge.svg"> <img alt="CodeQL" src="https://github.com/Bram1903/AntiHealthIndicator/actions/workflows/codeql.yml/badge.svg"> <img alt="GitHub Release" src="https://img.shields.io/github/release/Bram1903/AntiHealthIndicator.svg"> <br> <a href="https://www.spigotmc.org/resources/antihealthindicator.114851/"><img alt="SpigotMC" src="https://img.shields.io/badge/-SpigotMC-blue?style=for-the-badge&logo=SpigotMC"></a> <a href="https://modrinth.com/plugin/antihealthindicator"><img alt="Modrinth" src="https://img.shields.io/badge/-Modrinth-green?style=for-the-badge&logo=Modrinth"></a> <br> <a href="https://discord.deathmotion.com"><img alt="Discord" src="https://img.shields.io/badge/-Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white"></a> </div>

Overview

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.

Requires PacketEvents

Ensure the PacketEvents library is installed on your server.

Table of Contents

Showcase

Demo

Supported Platforms & Versions

| Platform | Supported Versions | |------------------------------------|--------------------| | Bukkit (Spigot, Paper, Folia etc.) | 1.8.8 - 1.21.11 | | Velocity | Latest Major | | BungeeCord (or any forks) | Latest Major | | Sponge | Latest Major |

Spoofers

The plugin includes various spoofing features:

  • Health (including randomization)
  • Air Ticks
  • Player Absorption
  • Player Saturation
  • Player Gamemode
  • Player XP
  • Item Durability
  • Item Enchantments
  • Item Stack Amount

Commands

  • /antihealthindicator or /ahi - Main plugin command.

Permission Nodes

Operators (OPs) have these permissions by default, except for AntiHealthIndicator.Bypass:

  • AntiHealthIndicator.Notify - Notifies player of updates.
  • AntiHealthIndicator.Bypass - Prevents receiving spoofed data
  • AntiHealthIndicator.Reload - Grants access to the /antihealthindicator reload command.
  • AntiHealthIndicator.Debug - Receives debug messages if debugging is enabled.

Installation

  1. Prerequisites: Install PacketEvents.
  2. Download: Get the latest release from the GitHub release page.
  3. Installation: Move the downloaded plugin to your server's plugins directory.
  4. Configuration: Customize settings in config.yml.
  5. Reload: Reload the plugin using /antihealthindicator reload or restart the server to apply changes.

Compiling From Source

Prerequisites

  • Java Development Kit (JDK) version 21 or higher
  • Git

Steps

  1. Clone the Repository:

    git clone https://github.com/Bram1903/AntiHealthIndicator.git
    
  2. Navigate to Project Directory:

    cd AntiHealthIndicator
    
  3. Compile the Source Code: Use the Gradle wrapper to compile and generate the plugin JAR file:

    <details> <summary><strong>Linux / macOS</strong></summary>
    ./gradlew build
    
    </details> <details> <summary><strong>Windows</strong></summary>
    .\gradlew build
    
    </details>

Credits

Special thanks to:

License

This project is licensed under the GPL3 License.

View on GitHub
GitHub Stars59
CategoryDevelopment
Updated4d ago
Forks10

Languages

Java

Security Score

100/100

Audited on Apr 1, 2026

No findings