The CheatBreaker Bukkit API NetHandler is the container for all of CheatBreaker's packet handling.
If you suspect an issue you can submit one here.
- Install maven
sudo apt-get install maven
- Verify installation
mvn -v
- Clone the repository
git clone git@github.com:CheatBreakerNet/Bukkit-API-NetHandler.git
- Navigate to the new folder
cd Bukkit-API-NetHandler
- Import
pom.xml
into your IDE
- Navigate to the repository home directory
- Run
mvn clean install
- Find the compiled jar at
target/CheatBreakerAPINetHandler.jar