Id Ban Mod
ModThis Mod Allows Server Owners to ban Client Sided Mods Fully Server Sided
Type
Mod
Modrinth Downloads
55
Modrinth ID
eoYnuBwr
Last Updated
Apr 13, 2026
Description
Introduction
IdBan is a server-side moderation mod for Minecraft that detects and blocks specific client-side mods by identifying their translation keys.
It allows server owners to enforce mod restrictions without requiring client installation or intrusive scanning — detection is performed using built-in game UI translation behavior.
Features:-
-
Detects client-side mods using translation key probing
-
Automatically kicks players running disallowed mods
-
Fully configurable detection and ban system
-
Supports mod ID bans, keyword detection, and translation probes
-
Works with any mod that has custom translations
-
Server-side only (no client install required)
How It Works
Minecraft allows UI text (chat, signs, bossbars, item names, etc.) to be defined using: Translation keys Keybind placeholders The client replaces these placeholders with localized or configured values before sending data back to the server. Detection Method The server sends the player an interface element (such as a sign or anvil rename field) containing a translation key.
Example: sodium.option_impact.low
If the player has the corresponding mod installed:
sodium.option_impact.low → Low
If the mod is not installed:
sodium.option_impact.low → sodium.option_impact.low
By checking whether the placeholder was replaced, the server can determine whether the mod exists on the client.
This works because:
- Mods register their own translation keys
- The client automatically resolves them
- The server receives the resolved value
Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
Smart item deleter V2
Smart Item Deleter v2 is a server-side optimization mod designed to automatically clean up dropped item entities when th...
Small Doubling
Allows you to duplicate any Small Flower using Bonemeal, just like the big ones!
Dasik Library
The core library and API for all Dasik mods, including the Vanilla Outsider collection. You only need this if another mo...
Enhanced Biomes Music
Improves soundtrack playback in Mountain and Cave biomes, as well as other biomes. In Creative Mode, only C418 music pla...
project-1207432
A library mod for client-side mods. Contains most of the common/shared code of masa's client mods, and adds some inter-o...
NeoVillagers-Designer
Mod adds a new villager job "Designer", adding a new table and additional blocks to decor the world and avoid using them...