Closure is an anti-cheat available for 1.21.x
Closure is a hybrid anti-cheat plugin currently in early Alpha. It attempts to solve a common problem in Minecraft server administration:
the balance between blocking cheaters and not punishing legitimate players causing false positives due to lag.
Most anti-cheats rely solely on static thresholds (e.g., "if player moves > X speed, pull them back"). Closure adds a statistical layer to
this process. It tracks player behavior over time—aim consistency, packet order, and movement patterns—to build a "confidence score."
This score doesn't ban players on its own. Instead, it adjusts the strictness of the core physics checks. If a player has a history of
legitimate movement, the system grants them a small buffer to account for lag spikes. If a player shows robotic consistency or impossible
reaction times, that buffer is removed, and enforcement becomes instant.
Requirements
Roadmap to 1.0
This project is in active development. Features listed below are planned milestones before the first Stable release.
Alpha (Current State)
Beta (v0.5)
Release Candidate (v0.9)
Stable (v1.0)
Disclaimer: As this is an Alpha release, it is intended for testing environments. While we have tested significantly against false
positives, edge cases may still exist. Please report issues on the tracker.