FakeModBlocker

โญ โ€” (10 endorsements) ๐Ÿ“ฅ 1,511 downloads ๐Ÿ“Œ v1.9.0 ๐Ÿ“… 3/12/2026
๐ŸŸก Updated this year

By creeper_knc ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 8/14/2026 ๐Ÿ“… Created: 3/12/2026

๐Ÿ” Analysis

  • ๐Ÿ‘ 0.7% endorsement rate
  • ๐Ÿ† #1234 of 1560 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿงฉ FakeModBlocker A **lightweight**, **fully customizable**, and **cross-version friendly** mod detection plugin that monitors plugin channels to identify some mods like Xaero's World Map, Replay Mod, and known mod loaders such as **Fabric**, **Forge**, and more. It also supports an **optional advanced sign translation detection module** on supported server implementations. --- <img src="https://files.catbox.moe/8j2rr5.png" width="384" height="206" alt=""/> ## โœจ Features โœ… Lightweight โ€” zero unnecessary overhead โœ… Fully customizable messages and behavior via `messages_xx.yml` โœ… Hex Color Code support for 1.16+ servers (e.g. `&#00ffcc`) โœ… No dependencies โ€” drop-in and go โœ… Works across a wide range of server versions (1.8โ€“1.21.11+) โœ… Multi-language support (`en`, `cn`, and your own language) โœ… Reload support: `/modblocker reload` โœ… Spigot / Paper / Purpur / Folia / PandaSpigot support โœ… Optional advanced **sign translation key detection** on supported server APIs --- ## ๐ŸŽฏ How detection actually works FakeModBlocker ships **two independent detectors**. Knowing which one catches which type of mod is critical to configuring it right: | Detector | Matches on | Catches | |----------|------------|---------| | `forbiddenList` | Plugin-channel names, e.g. `xaeroworldmap`, `servux:tweaks` | Mods that open a plugin channel with the server (most Forge/Fabric mods that talk to the server, Xaero, Servux-based, Axiom, etc.) | | `extra-detections.sign-translation.mods` | Client-side translation keys, e.g. `key.freecam.toggle` | **Purely client-side** mods that never open a channel โ€” most cheat clients, HUD mods, minimaps, keybind-only utilities | **Common mistake:** putting a mod's display name into `forbiddenList` and expecting it to catch a client-side mod. If the mod doesn't register a plugin channel, `forbiddenList` cannot see it โ€” you must add one of its translation keys under `sign-translation.mods` instead. Enabl server once with the mod: every channel andplugin message the client sends is printed to console, so you can copy the real channel name from there. Since 1.7.0, a single `sign-translation.modseys** via `detect.keys: ` โ€” useful formods that expose several keybinds or whose key names change between versions. ## ๐Ÿ“Œ Sign-translation requirements The virtual-sign detector needs `Player#openVirtualSign(Position, Side)`, which was added to the Paper API in **1.21.5**. Paper 1.21.4 and older, Spigot, / Pufferfish / Leaves) don't have thismethod, so the feature auto-disables at startup and prints exactly which class or method is missing. Channel-based detection, PacketEvents integration, and Flo --- ## ๐Ÿง  Detection Modes ### 1. Plugin Channel Detection This is the main detection method and works across the widest range of versions. It checks which `Plugin Message Channels` the player is listening on when they join. Many mod clients (e.g. Fabric / Forge and some utility mods) automatically register custom channels, which this plugin can detect and respond to. ### 2. Optional Sign Translation Detection This is an **extra optional detection module**. It works by opening a sign editor with specific translation keys and checking whether the client translates them, which may reveal the presence of certain mods. โš ๏ธ This feature depends on **server API support for opening sign editors**. If the current server version / implementation does not support the required public API, FakeModBlocker will **automatically disable this feature and skip it safely**. --- ## โš ๏ธ Important Notes โš ๏ธ **FakeModBlocker does NOT detect all mods or cheating tools.** It only works when the client exposes something detectable, such as known plugin message channels or supported translation-key behavior. โš ๏ธ This plugin should **NOT** be treated as a full anti-cheat or universal mod detector. โš ๏ธ The optional sign translation detection is an **additional enhancement**, not the main detection system. This makes FakeModBlocker ideal for detecting casual use of mod loaders or certain utility mods, but it should **not be treated as a complete anti-cheat / mod-blocking solution**. --- ## ๐Ÿ“‚ Installation 1. Drop the `.jar` into `plugins/` 2. Start the server to generate config files 3. Edit `config.yml` and your language file 4. Use `/modblocker reload` to apply changes instantly 5. Some mods are pre-configured in `config.yml`, and you can freely modify them to match your server rules --- ## โš™๏ธ Compatibility - Main plugin channel detection is designed to be broadly compatible with **1.8โ€“1.21.11+** - Optional sign translation detection requires a compatible server API - On unsupported versions / server implementations, the sign detection module will be **disabled automatically** - Folia is supported through compatible scheduler handling --- ## โ“ FAQ ### Q: Can this detect hacked clients like Vape or LiquidBounce? **A:** No. Those clients often avoid using detectable plugin message channels. This

# ๐Ÿงฉ FakeModBlocker

A lightweight, fully customizable, and cross-version friendly mod detection plugin that monitors plugin channels to identify some mods like Xaero's World Map, Replay Mod, and known mod loaders such as Fabric, Forge, and more.

It also supports an optional advanced sign translation detection module on supported server implementations.

## โœจ Features

โœ… Lightweight โ€” zero unnecessary overhead โœ… Fully customizable messages and behavior via `messages_xx.yml` โœ… Hex Color Code support for 1. 16+ servers (e.g. `�ffcc`) โœ… No dependencies โ€” drop-in and go โœ… Works across a wide range of server versions (1. 8โ€“1. 21. 11+) โœ… Multi-language support (`en`, `cn`, and your own language) โœ… Reload support: `/modblocker reload` โœ… Spigot / Paper / Purpur / Folia / PandaSpigot support โœ… Optional advanced sign translation key detection on supported server APIs

## ๐ŸŽฏ How detection actually works

FakeModBlocker ships two independent detectors. Knowing which one catches which type of mod is critical to configuring it right:

| Detector | Matches on | Catches | |----------|------------|---------| | `forbiddenList` | Plugin-channel names, e.g. `xaeroworldmap`, `servux:tweaks` | Mods that open a plugin channel with the server (most Forge/Fabric mods that talk to the server, Xaero, Servux-based, Axiom, etc.) | | `extra-detections.sign-translation.mods` | Client-side translation keys, e.g. `key.freecam.toggle` | Purely client-side mods that never open a channel โ€” most cheat clients, HUD mods, minimaps, keybind-only utilities |

Common mistake: putting a mod's display name into `forbiddenList` and expecting it to catch a client-side mod. If the mod doesn't register a plugin channel, `forbiddenList` cannot see it โ€” you must add one of its translation keys under `sign-translation.mods` instead. Enabl server once with the mod: every channel andplugin message the client sends is printed to console, so you can copy the real channel name from there.

Since 1. 7. 0, a single `sign-translation.modseys via `detect.keys: [...]` โ€” useful formods that expose several keybinds or whose key names change between versions.

## ๐Ÿ“Œ Sign-translation requirements

The virtual-sign detector needs `Player#openVirtualSign(Position, Side)`, which was added to the Paper API in 1. 21. 5. Paper 1. 21. 4 and older, Spigot, / Pufferfish / Leaves) don't have thismethod, so the feature auto-disables at startup and prints exactly which class or method is missing. Channel-based detection, PacketEvents integration, and Flo

## ๐Ÿง  Detection Modes

### 1. Plugin Channel Detection This is the main detection method and works across the widest range of versions.

It checks which `Plugin Message Channels` the player is listening on when they join. Many mod clients (e.g. Fabric / Forge and some utility mods) automatically register custom channels, which this plugin can detect and respond to.

### 2. Optional Sign Translation Detection This is an extra optional detection module.

It works by opening a sign editor with specific translation keys and checking whether the client translates them, which may reveal the presence of certain mods.

โš ๏ธ This feature depends on server API support for opening sign editors. If the current server version / implementation does not support the required public API, FakeModBlocker will automatically disable this feature and skip it safely.

## โš ๏ธ Important Notes

โš ๏ธ FakeModBlocker does NOT detect all mods or cheating tools. It only works when the client exposes something detectable, such as known plugin message channels or supported translation-key behavior.
โš ๏ธ This plugin should NOT be treated as a full anti-cheat or universal mod detector.
โš ๏ธ The optional sign translation detection is an additional enhancement, not the main detection system.

This makes FakeModBlocker ideal for detecting casual use of mod loaders or certain utility mods, but it should not be treated as a complete anti-cheat / mod-blocking solution.

## ๐Ÿ“‚ Installation

1. Drop the `.jar` into `plugins/` 2. Start the server to generate config files 3. Edit `config.yml` and your language file 4. Use `/modblocker reload` to apply changes instantly 5. Some mods are pre-configured in `config.yml`, and you can freely modify them to match your server rules

## โš™๏ธ Compatibility

  • Main plugin channel detection is designed to be broadly compatible with 1. 8โ€“1. 21. 11+
  • Optional sign translation detection requires a compatible server API
  • On unsupported versions / server implementations, the sign detection module will be disabled automatically
  • Folia is supported through compatible scheduler handling

### Q: Can this detect hacked clients like Vape or LiquidBounce? A:** No. Those clients often avoid using detectable plugin message channels. This

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
creeper_knc
Version
1.9.0
Downloads
1,511
Endorsements
10
Category
bukkit
Created
3/12/2026
Updated
8/14/2026
Game Versions
1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4
Tags
management, technology, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does FakeModBlocker support?

The author lists 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5. Other versions may work but are untested by the author.

What is the latest version of FakeModBlocker?

Version 1.9.0, published 2026-08-14 with 1,511 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by creeper_knc ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods