An open-sourced anti-cheat solution for servers and for people to learn from.
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.
This project is intentionally nerfed in order to teach people not to mess up on whilst providing them the ground works of a nice and robust anti-cheat base that they can work off of.
This by itself will work stably for the most part, but do not expect it to detect everything and by no means is it flawless.
- 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.
If you find any issues or want to contribute to this open-source project, please feel free to do so. Any bug fixes or additions are more than welcome. Your help and ideas are greatly appreciated!
- https://github.com/Tecnio (Tecnio)
- https://github.com/TheRealShitDev (aSwitch)
- https://github.com/gbomexify (Mexify)
- https://github.com/incognitolol (RNOIncognito)
- https://github.com/Cyanade (Cyanade)