Bram1903 / AntiHealthIndicator

Enhance fairness with AntiHealthIndicator! Lightweight, async packet spoofing for gameplay integrity. Easy configurable!
https://ahi.deathmotion.com
GNU General Public License v3.0
21 stars 5 forks source link
minecraft packetevents plugin

AntiHealthIndicator

Build CodeQL GitHub Release
SpigotMC Modrinth
Discord

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.20.6
Velocity Latest Major
BungeeCord (or any forks) Latest Major

Spoofers

The plugin includes various spoofing features:

Commands

Permission Nodes

Operators (OPs) have these permissions by default:

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. Restart: Restart the server for changes to take effect.

Compiling From Source

Prerequisites

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:

    Linux / macOS ```bash ./gradlew build ```
    Windows ```cmd .\gradlew build ```

Credits

Special thanks to:

License

This project is licensed under the GPL3 License.