Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.9 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.9 KB

CheatBreaker 2017 Bukkit API

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.

Reporting an issue

If you feel there is an issue, you can submit one here.

Get the Source

  1. Install maven sudo apt-get install maven
  2. Verify installation mvn -v
  3. Clone the repository git clone [email protected]:CheatBreaker2017/CheatBreakerAPI.git
  4. Navigate to the new folder cd cheatbreakerapi
  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/CheatBreakerAPI.jar

Contributing

You can submit a pull request with your changes.

Documentation

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);.