Skip to content

Client validation

ShonP40 edited this page Feb 19, 2022 · 2 revisions

Running CheatBreaker Client

The CheatBreaker API allows you to check if a player is running on a CheatBreaker Client. To check if a player is using the CheatBreaker Client, use:

CheatBreakerAPI.getInstance().isRunningCheatBreaker(Player player)

This will return a boolean of whether or not the client says they are running CheatBreaker. This should not yet be relied on for anticheat purposes as any hacked or legitimate CheatBreaker client can initiate the PluginMessageChannel.

Clone this wiki locally