https://github.com/cheatbreakernet/bukkit-api-nethandler
The CheatBreaker Bukkit API NetHandler is the container for all of CheatBreaker's packet handling
https://github.com/cheatbreakernet/bukkit-api-nethandler
Last synced: about 1 month ago
JSON representation
The CheatBreaker Bukkit API NetHandler is the container for all of CheatBreaker's packet handling
- Host: GitHub
- URL: https://github.com/cheatbreakernet/bukkit-api-nethandler
- Owner: CheatBreakerNet
- Created: 2021-06-19T05:41:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-27T07:11:53.000Z (about 2 months ago)
- Last Synced: 2026-04-27T09:10:28.271Z (about 2 months ago)
- Language: Java
- Homepage: https://cheatbreaker.net
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CheatBreaker Bukkit API NetHandler
[](https://github.com/CheatBreakerNet/Bukkit-API-NetHandler/issues)
[](https://github.com/CheatBreakerNet/Bukkit-API-NetHandler/pulls)

The CheatBreaker Bukkit API NetHandler is the container for all of CheatBreaker's packet handling.
## Reporting an issue
If you suspect an issue you can submit one [here](https://github.com/CheatBreakerNet/Bukkit-API-NetHandler/issues).
## Get the Source
1. Install maven `sudo apt-get install maven`
2. Verify installation `mvn -v`
3. Clone the repository `git clone git@github.com:CheatBreakerNet/Bukkit-API-NetHandler.git`
4. Navigate to the new folder `cd Bukkit-API-NetHandler`
5. Import `pom.xml` into your IDE
## Compile a Build
1. Navigate to the repository home directory
2. Run `mvn clean install`
3. Find the compiled jar at `target/CheatBreakerAPINetHandler.jar`