An open-sourced anti-cheat solution for people to learn from.
Join the Minecraft AntiCheat Community
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.
- JDK 8+
-
Clone the repository
git clone https://github.com/Tecnio/antihaxerman.git
-
CD into the folder
cd antihaxerman
-
Compile with Gradle
- Windows:
./gradlew.bat build
- Other:
./gradlew build
The JAR file should be available under the "build/libs" folder.
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.