tiredvekster / LightAntiCheat

A lightweight and customizable anticheat, designed to detect common hacks.
GNU Affero General Public License v3.0
25 stars 7 forks source link

LightAntiCheat

A lightweight and customizable anticheat, designed to detect common hacks.
Supported MC versions: 1.8-1.21. Folia, Geyser and other plugins are also compatible.

Links

You want to contribute?

Check out the CONTRIBUTING.md file for more information.

Documentation

Features:

Commands:

Permissions:

Maven/Gradle

You can add LightAntiCheat's API as a Maven dependency:

<dependency>
  <groupId>me.vekster</groupId>
  <artifactId>lightanticheat</artifactId>
  <version>1.2.7</version>
</dependency>

Or use the maven dependency with Gradle:

dependencies {
    compileOnly 'me.vekster:lightanticheat:1.2.7'
}