The CheatBreaker API will allow you to detect when a player is running CheatBreaker 2017, enable and disable staff modules, set waypoints, and much more.
If you feel there is an issue, you can submit one here.
- Install maven
sudo apt-get install maven
- Verify installation
mvn -v
- Clone the repository
git clone [email protected]:CheatBreaker2017/CheatBreakerAPI.git
- Navigate to the new folder
cd cheatbreakerapi
- Import
pom.xml
into your IDE
- Navigate to the repository home directory
- Run
mvn clean install
- Find the compiled jar at
target/CheatBreakerAPI.jar
You can submit a pull request with your changes.
This CheatBreakerAPI is unique to 2017 CheatBreaker, and ise based from the original, everything from the official bukkit api have carried over, with minor adjustments for 2017 CheatBreaker.
What's new is checking if a player is 2017 CheatBreaker banned, as well as two new commands to check if a player is banned or if they are running 2017 CheatBreaker.
To manually check if a player is running 2017 CheatBreaker, use /cheatbreaker <target>
.
To manually check if a player is 2017 CheatBreakekr banned, use /ischeatbreakerbanned <target>
.
To check if a player is 2017 CheatBreaker Banned, use CheatBreakerAPI.getInstance().isCheatBreakerBanned(Player player);
.
To check if a player is using 2017 CheatBreaker, use CheatBreakerAPI.getInstance().isRunningCheatBreaker(Player player);
.