This project contains basic checks. but if you want to add check or improve AntiCheat architecture, you can fork this repository and create pull-request
If you want to create own check, You have to get API and ProtocolLib dependencies
- Firstly you need to create simple java project, use compileOnly and link API and ProtocolLib as dependencies
- Create java file
...Checkand...Clientand extended them like there - Create in resources
manifest.jsonand write there
{
"main": "dev.justdrven.example.check.ExampleCheck"
}- and write there your path to Check object
- Compile project in JAR file
- and then just move that JAR file to
hackerbuster/checks/folder and start server
Written by: JustDrven