
AntiCheatPlugin 1.3.1 - Bugfix Version🛠️
Список изменений
AntiCheatPlugin – Changelog
Version 1.3.1 (Bugfix Version🛠️)
Release Date: January 31, 2026
✅ New / Fixed
Completely clean, compilable code: All syntax errors and duplicate methods have been removed.
Timeout System
Players are correctly kicked from the server when a timeout is triggered.
Admins and the console now receive a warning for every timeout.
The /timeout and /untimeout commands function as intended.
Player timeouts are persistently stored in timeouts.yml.
Chat Filter
Detects banned words and variants (e.g., h4ck → hack).
Timeouts for rule violations are applied automatically.
Diamond Detection
Warns admins of rapid diamond mining (>= 8 diamonds per minute).
Messages are now logged to both admins and the console.
Fly Hack Detection
Players who fly will be automatically kicked.
Admins and the console will receive immediate notification.
⚠️ Changes
Diamond Detection now only reports (no automatic penalty).
Several methods have been renamed/simplified (cheatTimeout, timeout).
Old duplicate and faulty methods (isTimedOut, getNextTimeoutSeconds) have been removed.
Bug fix: Multiple diamond mining events within one minute are now correctly tracked.
🛠 Improvements
The console now automatically logs all admin warnings.
Cleaner structure: Join, Chat, BlockBreak, PlayerMove, and Commands are now clearly separated.
Reduced probability of NullPointerExceptions through putIfAbsent and checks.
