[INFO] Click Detection Engine v3.1
[UPDATE] Real-Time Detection Engine
- Detection is now processed instantly on every click.
- Removed scheduled checks; autoclickers are blocked the exact moment CPS exceeds the limit.
- Fully rewritten input handler with Packet Burst support.
- Packet bursts caused by network jitter are now counted correctly, allowing detection of hidden high CPS.
[IMPROVEMENT] Ping Tolerance System (Anti-False Positives)
- Added intelligent ping analyzer.
- High-latency players (>250ms) automatically receive relaxed checks to prevent false bans.
- Ping threshold is fully configurable via config.yml.
[OPTIMIZATION] Performance & Stability
- Recompiled with strict Java 8 compatibility.
- Ensures maximum stability on Spigot/PaperSpigot 1.8.8 servers.
[INFO] Java Version Update
We have lowered the build version to Java 8 for compatibility reasons.
We recommend using Java 17 or higher in the future.
Running Java 17 on Paper 1.8 is possible, and the process is very simple.
[GUIDE] Paper 1.8 with Java 17
Paper 1.8 does not officially support Java 17, but it can be run by following these steps:
- Stop the server
- Open the server.properties file
- Change the option:
use-native-transport: false- Save the changes and restart the server using Java 17
We have implemented a new Discord integration.
You can copy the entire configuration block of this implementation and paste it at the end of your config.yml.
# ============================================================
# DISCORD INTEGRATION
# ============================================================
discord:
enabled: true
webhook-url: " "
bot-name: "Antiautoclick Notifier"
avatar-url: ""
# Messages configuration
kick-message:
title: "Autoclick Detected"
description: "The player {player} has been kicked for using Autoclick."
color: "#FF0000" # Red
A cache issue was fixed where old player clicks were not being cleared, causing console spam. Thanks for reporting it on our Discord: https://discord.gg/7K2npy6JVG
The autoclick detection system has been completely improved. You will no longer get false positives when mining blocks or interacting with the world.
A debug message that I forgot to disable is removed.
We have implemented improvements to the anti-autoclick system, which is now 100% compatible with any Minecraft version. We also fixed a world-related spam issue. Additionally, we have added new languages: Portuguese, Chinese, Japanese, Spanish, and Czech.
[AntiAutoClick] Added new advanced detection features:
- Implemented still-player detection with regular click analysis.
- Added CPS consistency verification with configurable violation thresholds.
- Introduced maximum CPS instant-punish system.
- All detection modules now support customizable commands with placeholders (%player%, %cps%, %reason%, %violations%).
- Updated configuration structure for improved clarity and control.
We've added a centralized multi-language messaging system!
- Fully configurable messages in Spanish & English
- Language selection via config.yml (language: "ES" or "EN")
- Automatic message reload on language change
Organize and customize all messages in the messages/ folder.
Reload anytime with /antiautoclick reload.
Update now and make your server messages smarter!
