
Modrinth · Minecraft mod
Anticheat Mod List
This anticheat lets you choose which mods your SMP's players are able to use.
Quick answer
Which Anticheat Mod List release should I use?
Anticheat Mod List 2.6.0 targets 26.2 with Fabric. Installation on the client is optional. Installation on the dedicated server is optional. All 1 required mods have matching files.
Where it goes
Is Anticheat Mod List required on the client, server, or both?
Installation on the client is optional. Installation on the dedicated server is optional.
The source marks this as usable on both the client and server.
What else does Anticheat Mod List 2.6.0 need?
2.6.0. Change the file and its required mods may change too.
Install Fabric API first. We found matching files for this game-version and loader setup.
We only count dependency files that match this setup. A file for another loader does not fill the gap.
Before you install it
Add Anticheat Mod List without breaking your instance.
Built for Anticheat Mod List 2.6.0. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 2.6.0. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
Install Fabric API first. We found matching files for this game-version and loader setup.
- 03
Put it on the correct side
Installation on the client is optional. Installation on the dedicated server is optional.
- 04
Pick the file you checked
Use the “Get this file” button beside 2.6.0. It opens that exact file at the source.
About this project
What does Anticheat Mod List add?
Mod List
A Fabric server-side mod that enforces a strict modpack whitelist or blacklist — players running unauthorized mods are automatically kicked.
What it does
Minecraft doesn't natively expose a client's installed mod list to the server. Mod Whitelist fixes that gap: every time a player joins, their client (which must also have this mod installed) sends the server a list of every mod it has loaded. The server checks that list against an admin-defined whitelist and disconnects the player if anything doesn't match.
This is useful for server owners who want to guarantee every connected player is running the exact approved modpack — no extra performance mods that break balance, no client-side exploits.
Installation
Server
- Place
mod-whitelist-1.0.0.jarin your server'smods/folder. - Start the server once. This auto-generates the config file at
config/mod-whitelist.json. - Edit that file to list every mod ID your modpack uses (see Configuration below).
- Run
/modwhitelist reloadin-game/console, or restart the server, to apply changes.
Client
Add mod-whitelist-1.0.0.jar to the mods/ folder of every client instance, alongside the rest of the modpack. If you distribute your modpack via Modrinth, CurseForge, or packwiz, simply include this mod in the pack definition so it installs automatically for everyone.
How the whitelist check works
This is a strict whitelist — anything not explicitly listed is treated as unauthorized, even if it's harmless. There are two distinct scenarios that result in a kick:
1. Player has the mod, but an unauthorized mod is detected
On join, the client sends its full mod list. The server compares every entry against allowed_mods in the config. If even one mod isn't on the list, the player is disconnected immediately with a customizable kick message listing exactly which mod(s) caused the failure.
2. Player doesn't have Mod Whitelist installed at all
This covers vanilla clients, or anyone who removed the mod itself to dodge detection. Since they can never send the required packet, the server waits 10 seconds after they join and then kicks them with a message explaining that the mod is required.
Important: Every time you add a new mod to your pack, you must also add its mod ID to
allowed_modsand reload the config — otherwise every player will be kicked the next time they connect with the updated pack.
Configuration
File location: config/mod-whitelist.json (auto-created on first launch with sensible defaults).
{
"enabled": true,
"kick_message": "§cUnauthorized mods detected:\n§f%mods%\n§7Please install the official modpack.",
"allowed_mods": [
"minecraft",
"fabricloader",
"fabric-api",
"java",
"modwhitelist",
"sodium",
"iris",
"lithium",
"ferrite-core",
"modmenu"
]
}
| Field | Type | Description |
|---|---|---|
enabled |
boolean | Turns the whole check on/off without removing the mod. |
kick_message |
string | Message shown on kick. Use %mods% as a placeholder — it's replaced with the comma-separated list of offending mods. Supports \n for line breaks. |
allowed_mods |
array of strings | The exact mod IDs permitted to connect. Not display names — use the id field from each mod's fabric.mod.json, or check in-game via Mod Menu. |
Color codes in kick_message
Standard Minecraft formatting codes work: §a green, §c red, §e yellow, §f white, §7 gray, etc.
Commands
| Command | Effect | Required permission |
|---|---|---|
/modwhitelist reload |
Reloads mod-whitelist.json from disk without restarting the server. |
Admin (OP level 3 equivalent) |
/modwhitelist status |
Shows whether the check is enabled, how many mods are whitelisted, and the current timeout duration. | Admin (OP level 3 equivalent) |
Server console logging
The mod logs every join attempt so admins can audit activity at a glance:
[ModWhitelist] Ready — 12 allowed mods, timeout=10s
[ModWhitelist] ✔ Steve — 12 mods verified
[ModWhitelist] ✘ Hacker kicked — unauthorized mods: wurst, xaeroplus
[ModWhitelist] ✘ VanillaPlayer kicked — ModWhitelist missing (timeout)
Tips & best practices
- Keep the whitelist in sync with your modpack. Every update to the pack (adding/removing a mod) requires a matching update to
allowed_mods. - Always include the mod's own ID (
modwhitelist) in the whitelist — otherwise the server will flag its own required mod as unauthorized. - Test changes on a small scale first. After editing the config, reload it and have a test account rejoin before rolling out to your whole community, to avoid mass-kicking legitimate players over a typo.
- Performance/QoL mods (Sodium, Lithium, Iris, ModMenu, etc.) are common to whitelist alongside your gameplay mods, since they don't affect game balance but greatly improve client experience.
Troubleshooting
| Symptom | Likely cause |
|---|---|
| Everyone gets kicked for "ModWhitelist missing" even though they have the mod | Server and client mod versions mismatch, or the server isn't running Fabric API at the required version — the packet never registers correctly. |
| A legitimate player gets kicked for an "unauthorized mod" | The mod ID in allowed_mods doesn't exactly match the ID in that mod's fabric.mod.json. IDs are case-sensitive. |
| Config changes don't apply | Run /modwhitelist reload, or confirm you edited the correct file under config/mod-whitelist.json on the server (not the client). |
Project description from Modrinth.
Pick your setup
Anticheat Mod List by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.3-snapshot-7
1 loader build26.2
1 loader build26.1.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Anticheat Mod List versions and loaders
2.6.0
mod-whitelist-2.6.0.jar
11 Aug 2026
2.5.2
mod-whitelist-2.5.2.jar
7 Aug 2026
2.5.1
mod-whitelist-2.5.1.jar
3 Aug 2026
2.5.0
mod-whitelist-2.5.0.jar
26 Jul 2026
2.4.1
mod-whitelist-2.4.1.jar
15 Jul 2026
1.0.0
mod-whitelist-1.0.0.jar
21 Jun 2026
Looking for an older file? The official Modrinth project page is in Resources.