ClickGuard is a PocketMine-MP plugin designed to detect and handle players using cheats such as Kill Aura or Auto Clicker. It monitors player interactions and kicks or bans players who exceed a specified click rate, ensuring fair gameplay on your Minecraft: Bedrock Edition server.
- Detects high click rates indicative of cheating
- Kicks players exceeding click rate threshold
- Bans players after repeated offenses
- Tracks violations across player sessions
- Download the latest release of ClickGuard.
- Place the
ClickGuard
directory in theplugins
folder of your PocketMine-MP server. - Start or restart your server.
Edit the config.yml
file to adjust the click rate threshold and maximum violations:
clicks-per-second: 20
max-violations: 3
ClickGuard works out of the box. It automatically monitors player interactions and handles violations as follows:
- Players exceeding the configured clicks per second are kicked.
- After the configured number of violations, players are banned by IP.
No commands are provided by ClickGuard.
No specific permissions are required for ClickGuard to operate.
Contributions are welcome! Please submit pull requests or open issues on GitHub.
This project is licensed under the MIT License.
Developed by ImmoDevs(Unreall).
For support and inquiries, please open an issue on the GitHub repository.