Silent honeypot anti-cheat for catching x-rayers, killaura, ESP, and reach cheaters.
Decoy places invisible traps around players that are completely undetectable during normal gameplay. Fake ore veins, hidden entities, and bait chests are scattered underground on a repeating cycle. Legitimate players will never encounter them. Cheaters using x-ray, killaura, ESP, or reach hacks will interact with these traps and get flagged silently — they receive no warning or alert.
All traps use vanilla-accurate generation. Ore veins match real Minecraft blob shapes and per-ore sizes (diamonds spawn in veins of 4-8, emeralds as singles, etc). Traps are placed behind solid walls so only cheaters can find them.
{player} and {count} placeholders.| Command | Description |
|---|---|
/decoy status | Plugin overview (active traps, total detections) |
/decoy check <player> | View player flags with type breakdown and severity |
/decoy recent [count] | Recent detections across all players |
/decoy clear <player> | Wipe all flags for a player |
/decoy test | Force deploy traps around you (admin testing) |
/decoy near [range] | List nearby trap ores |
/decoy tp | Teleport to nearest trap ore |
/decoy reload | Reload configuration and restart trap cycle |
/decoy purge | Remove all active traps and stop the cycle |
| Permission | Description | Default |
|---|---|---|
decoy.admin | Access to all /decoy commands | op |
decoy.notify | Receive in-game detection alerts | op |
decoy.bypass | Exempt from all traps | false |
Everything is configurable in config.yml. Key settings:
Set discord.enabled: true and paste your webhook URL. Alerts are sent asynchronously and include player avatars, severity levels, flag breakdown, and coordinates.
Set punish.enabled: true and configure tiers in config. Works with any punishment plugin — just use the console commands you'd normally run.
punish:
enabled: true
tiers:
- flags: 3
commands:
- "kick {player} Suspicious activity detected"
- flags: 5
commands:
- "tempban {player} 1d Automated ban - xray detected ({count} flags)"
- flags: 10
commands:
- "ban {player} Confirmed cheating - xray ({count} flags)"

Silent honeypot anti-cheat for catching x-rayers, killaura, ESP, and reach cheaters.