/Spartan-AntiCheat

In the mission to create & maintain the best Minecraft anti-cheat, powered by Machine Learning (ML)

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

How to build your own jar:

  1. Ensure Maven is working properly to get the web dependencies.
  2. Include all local dependencies already included in this folder.
  3. Modify the HackType enums to your needs, our original checks are not included.
  4. Create your own checks by using the CheckExecutor abstract class (Example).