Inertia Anti Cheat


This project was heavily inspired by and named after Kinetic Anti Cheat
How It Works
When a player connects to your server, the server-side mod requests the list of installed client mods.
If the client doesn't respond to the request (typically due to the absence of the client version of the mod), the server automatically disconnects the player.
Upon receiving a response, the server checks the mod list against configurable blacklists or whitelists, and can also use hash sums for modpacks. The player will be disconnected if their mod set doesn't meet the established requirements.
Protection Reliability
Not absolute. This mod was designed to protect against beginner cheaters and doesn't use complex methods to verify the authenticity of mod lists. Bypassing the protection is possible but requires significant effort, which will stop most regular violators.
Currently, resource packs are not checked. This allows players to use advantageous resource packs like X-ray. Additional anti-xray mods will be required for protection against this.
Installation
Detailed installation instructions are available in the project documentation.