Dirty Detect | Archived

⭐ — (2 endorsements) 📥 51 downloads 📌 v1.1 📅 5/26/2026
🟡 Updated this year

By romix42 · folia

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 5/24/2026 📅 Created: 5/26/2026

🔍 Analysis

  • 🏆 #76 of 137 folia mods in this game by downloads

📋 About This Mod

No longer maintained. <div align="center"> (https://img.shields.io/static/v1?label=romix42&message=DirtyDetect&color=blue&logo=github)](https://github.com/romix42/DirtyDetect "Go to GitHub repo") (https://img.shields.io/github/stars/romix42/DirtyDetect?style=social)](https://github.com/romix42/DirtyDetect) </div> <br> <br> (https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=KPXD92CM944RL) (https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/L3L71Q7HGY) <div align="center"> !(https://cdn.modrinth.com/data/cached_images/deb1dcd29fc64a21103211bd4486afa7eb4183f6.png) </div> > A lightweight Minecraft plugin that detects hack clients by exploiting the **Sign Translation 'Vulnerability'**. ## ⚠️ Important Notice > **Compatibility:** This plugin only works on versions **1.20.x** and newer. > Most modern hack clients have patched this vulnerability. DirtyDetect works best against **older or less maintained clients**. ## 📖 How It Works When a player joins the server, Dirty Detect immediately sends them a **sign change packet**. Hack clients bind their internal actions (such as opening a mod menu, toggling features, etc.) to real keyboard keys (for example: `Right Shift` - opens the mod menu). Because these keybinds are registered inside the client, the hack client **automatically responds** to the sign packet with its bound key (e.g. `Right Shift`). A vanilla Minecraft client would never send such a response unprompted. Dirty Detect intercepts this response: if a **real key** is returned instead of nothing, the player is immediately flagged and the configured action is triggered. > **Note:** Most modern, actively maintained hack clients have patched this behavior. Dirty Detect is most effective against **older or less frequently updated clients**. ## ✨ Features - 🔍 **Automatic hack client detection** via the Sign Translation 'Vulnerability' - 📢 **Configurable notifications** - alert players with a specific permission node, or broadcast to all online players - ⚙️ **Configurable detection action** - runs any command on the detected player - 🏷️ **Custom prefix** for all plugin messages - 🔧 **Command customization** - rename or alias plugin commands to your liking - ♻️ **Live reload** - apply config changes without restarting the server ## 🛠️ Commands | Command | Description | Permission | |---|---|---| | `/dirtydetect reload` | Reloads the plugin configuration | `dirtydetect.reload` | | `/dirtydetect version` | Displays the current plugin version | `dirtydetect.version` | ## 🔐 Permissions | Permission | Description | Default | |---|---|---| | `dirtydetect.reload` | Allows use of the reload command | OP | | `dirtydetect.bypass` | Exempts a player from being detected | OP | ## ⚙️ Configuration ```yaml # ───────────────────────────────────────────────────────────────── # # MiniMessage format: https://docs.advntr.dev/minimessage/format.html # # ───────────────────────────────────────────────────────────────── prefix: "<gray><reset>" staff-permission: "dirtydetect.staff" # true -> punishment announcements are sent to ALL online players # false -> only players with the staff-permission see them broadcast-to-all: true # Default true # Placeholders: %player%, %mod% messages: punished: " <white>Player <yellow>%player%</yellow> was caught using \ <red>%mod%</red> and has been punished." alert: " <gold> <white>Player <yellow>%player%</yellow> may be \ using <gold>%mod%</gold>." punish: command: "ban %player% Hacked client detected (%mod%)." mods: Wurst: key: "key.wurst.gui" Meteor: key: "key.meteor.openGui" LiquidBounce: key: "key.liquidbounce.panel" Aristois: key: "key.aristois.panel" Future: key: "key.future.clickgui" alert: mods: OptiFine: key: "key.zoom" ``` ## 📦 Installation 1. Download the latest `DirtyDetect.jar` from the (https://modrinth.com/plugin/dirtydetect#download) page. 2. Place the `.jar` file into your server's `plugins/` folder. 3. Start or restart your server -> the plugin will generate a default `config.yml` inside `plugins/DirtyDetect/`. 4. Edit `config.yml` to your liking (notification mode, detection command, prefix, mods, etc.). 5. Run `/dirtydetect reload` to apply any changes without a restart. (https://bstats.org/signatures/bukkit/Dirty%20Detect.svg)](https://bstats.org/plugin/bukkit/Dirty%20Detect/31534) --- <div align="center"> ## 📄 License This project uses the (https://creativecommons.org/licenses/by-nc/4.0/) license. <br> (https://img.shields.io/badge/License-CC_BY--NC_4.0-blue)](https://creativecommons.org/licenses/by-nc/4.0/) </div>

No longer maintained.

[!(https://img.shields.io/static/v1?label=romix42&message=DirtyDetect&color=blue&logo=github)](https://github.com/romix42/DirtyDetect "Go to GitHub repo") [!(https://img.shields.io/github/stars/romix42/DirtyDetect?style=social)](https://github.com/romix42/DirtyDetect)

[!(https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/donate/?hosted_button_id=KPXD92CM944RL) [!(https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/L3L71Q7HGY)

!(https://cdn.modrinth.com/data/cached_images/deb1dcd29fc64a21103211bd4486afa7eb4183f6.png)

> A lightweight Minecraft plugin that detects hack clients by exploiting the Sign Translation 'Vulnerability'.

## ⚠️ Important Notice

> Compatibility: This plugin only works on versions 1. 20.x and newer. > Most modern hack clients have patched this vulnerability. DirtyDetect works best against older or less maintained clients.

## 📖 How It Works When a player joins the server, Dirty Detect immediately sends them a sign change packet. Hack clients bind their internal actions (such as opening a mod menu, toggling features, etc.) to real keyboard keys (for example: `Right Shift` - opens the mod menu). Because these keybinds are registered inside the client, the hack client automatically responds to the sign packet with its bound key (e.g. `Right Shift`). A vanilla Minecraft client would never send such a response unprompted. Dirty Detect intercepts this response: if a real key is returned instead of nothing, the player is immediately flagged and the configured action is triggered. > Note: Most modern, actively maintained hack clients have patched this behavior. Dirty Detect is most effective against older or less frequently updated clients.

## ✨ Features

  • 🔍 Automatic hack client detection via the Sign Translation 'Vulnerability'
  • 📢 Configurable notifications - alert players with a specific permission node, or broadcast to all online players
  • ⚙️ Configurable detection action - runs any command on the detected player
  • 🏷️ Custom prefix for all plugin messages
  • 🔧 Command customization - rename or alias plugin commands to your liking
  • ♻️ Live reload - apply config changes without restarting the server

## 🛠️ Commands

| Command | Description | Permission | |---|---|---| | `/dirtydetect reload` | Reloads the plugin configuration | `dirtydetect.reload` | | `/dirtydetect version` | Displays the current plugin version | `dirtydetect.version` |

## 🔐 Permissions

| Permission | Description | Default | |---|---|---| | `dirtydetect.reload` | Allows use of the reload command | OP | | `dirtydetect.bypass` | Exempts a player from being detected | OP |

## ⚙️ Configuration

```yaml # ───────────────────────────────────────────────────────────────── # # MiniMessage format: https://docs.advntr.dev/minimessage/format.html # # ─────────────────────────────────────────────────────────────────

prefix: "[<#ff6060>Dirty Detect]"

staff-permission: "dirtydetect.staff"

# true -> punishment announcements are sent to ALL online players # false -> only players with the staff-permission see them broadcast-to-all: true # Default true

# Placeholders: %player%, %mod% messages: punished: " Player %player% was caught using \ %mod% and has been punished." alert: " Player %player% may be \ using %mod%."

punish: command: "ban %player% Hacked client detected (%mod%)."

mods: Wurst: key: "key.wurst.gui"

Meteor: key: "key.meteor.openGui"

LiquidBounce: key: "key.liquidbounce.panel"

Aristois: key: "key.aristois.panel"

Future: key: "key.future.clickgui"

alert: mods: OptiFine: key: "key.zoom" ```

## 📦 Installation

1. Download the latest `DirtyDetect.jar` from the (https://modrinth.com/plugin/dirtydetect#download) page. 2. Place the `.jar` file into your server's `plugins/` folder. 3. Start or restart your server -> the plugin will generate a default `config.yml` inside `plugins/DirtyDetect/`. 4. Edit `config.yml` to your liking (notification mode, detection command, prefix, mods, etc.). 5. Run `/dirtydetect reload` to apply any changes without a restart.

[!(https://bstats.org/signatures/bukkit/Dirty%20Detect.svg)](https://bstats.org/plugin/bukkit/Dirty%20Detect/31534)

  • --
  • ## 📄 License

This project uses the (https://creativecommons.org/licenses/by-nc/4. 0/) license.

[!(https://img.shields.io/badge/License-CC_BY--NC_4. 0-blue)](https://creativecommons.org/licenses/by-nc/4. 0/)

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
romix42
Version
1.1
Downloads
51
Endorsements
2
Category
folia
Created
5/26/2026
Updated
5/24/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.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 Dirty Detect | Archived support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of Dirty Detect | Archived?

Version 1.1, published 2026-05-24 with 51 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More folia 👤 More by romix42 🔎 Similar Mods 🌐 Best folia (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods