Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
Client and server
Tags
Creators
Details
Licensed MIT
Published 5 months ago
Fragments Anticheat
A server-side anti-cheat system for Fabric that ensures all players are using only allowed mods with correct versions.
✨ Features
- 🔒 Mod verification: Automatically checks all client mods against a server whitelist
- ⚡ Hash-based validation: Uses SHA-256 hashes to guarantee mod integrity
- 📦 Resource Pack Support: Also checks active resource packs
- 👮 OP Bypass: Server operators can use all mods
- 🚀 Performance-optimized: Hashes are cached at startup - no delays when connecting
- 🛡️ Robust: Automatic timeouts and comprehensive error handling
🎮 For players
When you join the server, your installed mods are automatically checked. If you are using unauthorized or modified mods, you will be kicked with a list of problematic mods.
⚙️ For server admins
Installation
- Download the mod and place it in the
mods/folder - Start the server - an
allowed-mods/folder will be created - Place allowed
.jarfiles in theallowed-mods/folder - Restart the server - done!
Configuration
- allowed-mods/: Place all allowed mod JARs here
- resource-pack-whitelist.txt: Optional - list allowed resource pack names
- OP players: Are automatically excluded from the check
📋 Technical details
- Platform: Fabric 1.21.4
- Side: Server & client (required on both sides)
- Hash algorithm: SHA-256
- Timeout: 11 seconds for mod list
⚠️ Important
- Both sides (server & client) require this mod
- Players without the mod will be kicked after 11 seconds
- OP players are excluded from the check


