Skip to main content

Overview

The Bukkit API allows server developers to interact with certain aspects of CheatBreaker

Compatibility

The following server versions have been tested and are known to work with the API:

  • Spigot
    • 1.7.10
    • 1.8.8
  • PaperSpigot
    • 1.7.10
    • 1.8.8
  • mSpigot (MineHQ Spigot)
    • 1.7.10

Note: The API may work with other server versions, but they have not been tested by our team.

Download

The latest release can be found here.

Commands

  • /cb <username> - Check if a player is using CheatBreaker.

  • /cbm - Send a message to all CheatBreaker players (Default permission: cheatbreaker.message).

  • /cbt - Send a title text to all CheatBreaker players (Default permission: cheatbreaker.title).

Examples

Example plugins can be found under the Examples folder on the Bukkit API repository.

These examples will help you integrate the CheatBreaker API into your plugins.