Skip to content

An open-sourced anti-cheat solution.

License

Notifications You must be signed in to change notification settings

DionaMC/antihaxerman

 
 

Repository files navigation

antihaxerman

An open-sourced anti-cheat solution for people to learn from.

About

Keep in mind I coded this all whilst drunk as hell so you never know what you might find. - Tecnio

This is a project mostly designed for people to be able to learn and take code from to use on their projects and is nerfed by design. It is not representative of what are the best practices.

Getting Started

Prerequisites

  • JDK 8+

Installation

  1. Clone the repository
    git clone https://github.com/Tecnio/antihaxerman.git

  2. CD into the folder
    cd antihaxerman

  3. Compile with Gradle

  • Windows: ./gradlew.bat build
  • Other: ./gradlew build

The JAR file should be available under the "build/libs" folder.

Usage

The compiled JAR file can be dragged into the plugins folder, and you are good to go!

Supported server/Spigot forks are listed below, the rest are not guaranteed to work.

  • Spigot
  • Paper
  • TacoSpigot

Make sure to be running a 1.8.8 server.

About

An open-sourced anti-cheat solution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%