AntiSeedCracker
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.6% endorsement rate
- 🏆 #106 of 169 folia mods in this game by downloads
📋 About This Mod
# AntiSeedCracker (https://github.com/SunsetRQ7/AntiSeedCracker/actions/workflows/build.yml/badge.svg)](https://github.com/SunsetRQ7/AntiSeedCracker/actions/workflows/build.yml) (https://img.shields.io/github/v/release/SunsetRQ7/AntiSeedCracker)](https://github.com/SunsetRQ7/AntiSeedCracker/releases/latest) (https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/SunsetRQ7/AntiSeedCracker/blob/main/LICENSE) (https://img.shields.io/badge/Java-25-orange)](https://adoptium.net/) ### Stop seed crackers. Silently. Permanently. Your world seed is the master key to your entire map. Whoever recovers it can compute — instantly, from outside the game, with zero in-game effort — the exact location of every stronghold, ancient city, buried treasure, ore vein, and slime chunk on your server. **That's not a minor leak. That's wallhack-grade ESP for your whole world.** AntiSeedCracker shuts every known door a cheat client, ghost client, or tool like SeedCrackerX can use to get it. **14 protection layers. Zero kicks. Zero bans.** Cheaters just quietly receive cryptographically random garbage and never find out why their cracker keeps failing. --- ## Why protect your seed? Once your seed is out, it doesn't matter how good your build-battle event or your economy plugin is — every hidden structure on the map is public information to anyone with a laptop. Seed-cracking tools don't need to hack your server or read your files: they reconstruct the seed purely from structure coordinates a player legitimately walked to. AntiSeedCracker can't make that impossible (nothing can — see **Honest limits** below), but it closes off every *other* way to leak it, and gives you visibility into the one it can't. ## Protection layers **Network-level** - **Packet-level seed spoofing** — replaces the hashed seed in `JOIN_GAME` and `RESPAWN` packets with a per-player, cryptographically random fake before it ever leaves the server (Netty-level, via bundled PacketEvents). - **Dynamic seed rotation** — every player's fake seed rotates on a configurable interval, defeating crackers that accumulate data across sessions. - **Seed integrity monitor** — read-only watchdog confirming the real generation seed never drifts. AntiSeedCracker does not, and will not, write to your world's actual generation seed — see **Safe for your world** below. **World & structure** - **Eye of Ender redirection** — thrown Eyes are redirected to a per-player fake stronghold for their entire flight path, with angular jitter, making triangulation useless. - **`/locate` spoofing** — returns convincing fake coordinates, stable per player and per structure so repeat queries can't be used to spot the fake. - **End spike randomization** — shuffles the bedrock cap heights of the ten End pillars, destroying the vanilla height fingerprint that uniquely identifies a seed. - **End City fingerprint removal** — replaces the distinctive magenta glass pattern in End Cities (scoped to the structure's bounding box, not the whole chunk). - **Treasure & explorer map scrambling** — buried treasure, mansion, monument, and other structure icons on maps are randomized in the `MAP_DATA` packet, stable per map so icons don't visibly jitter around. - **Slime chunk obfuscation** *(opt-in)* — denies slime-chunk-sampling-based cracking at the cost of disabling slime farms where enabled. **Command & detection** *(all logging-only where noted — never punishes players)* - **Seed command blocking** — `/seed` and friends are blocked for players, console, and RCON, and stripped from tab-complete. - **`/execute`-wrapping protection** — every blocked command is also checked against what an `/execute ... run ...` chain ultimately dispatches to (recursively, for nested chains), closing a well-known Bukkit command-blocker gap. - **Structure reconnaissance monitor** — logs suspicious multi-structure visitation patterns matching known seed-cracking tool behavior; the tracked structure list is fully configurable. - **Command probing monitor** — logs a player racking up several blocked seed commands in a short window, a pattern consistent with a bypass-probing script rather than one curious `/seed`. - **Audit log** — every blocked attempt is recorded to a lightweight flat-file log, with `/asc stats` summaries in-game. ## Never punishes players AntiSeedCracker follows a strict no-punishment philosophy: no kicks, no bans, ever. Cheat tools silently fail while legitimate gameplay is completely unaffected — nobody gets caught in the crossfire. ## Safe for your world - The real seed is never read into logs, files, or network traffic, and is never rewritten by this plugin. - An earlier internal design continuously overwrote the live in-memory generation seed to spoof `World.getSeed()` for other plugins. That approach was removed in 3.3.0 after we found it could corrupt chunk decoration on affected servers — Minecraft re-reads that field fresh for every
# AntiSeedCracker
[!(https://github.com/SunsetRQ7/AntiSeedCracker/actions/workflows/build.yml/badge.svg)](https://github.com/SunsetRQ7/AntiSeedCracker/actions/workflows/build.yml) [!(https://img.shields.io/github/v/release/SunsetRQ7/AntiSeedCracker)](https://github.com/SunsetRQ7/AntiSeedCracker/releases/latest) [!(https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/SunsetRQ7/AntiSeedCracker/blob/main/LICENSE) [!(https://img.shields.io/badge/Java-25-orange)](https://adoptium.net/)
### Stop seed crackers. Silently. Permanently.
Your world seed is the master key to your entire map. Whoever recovers it can compute — instantly, from outside the game, with zero in-game effort — the exact location of every stronghold, ancient city, buried treasure, ore vein, and slime chunk on your server. That's not a minor leak. That's wallhack-grade ESP for your whole world.
AntiSeedCracker shuts every known door a cheat client, ghost client, or tool like SeedCrackerX can use to get it. 14 protection layers. Zero kicks. Zero bans. Cheaters just quietly receive cryptographically random garbage and never find out why their cracker keeps failing.
## Why protect your seed?
Once your seed is out, it doesn't matter how good your build-battle event or your economy plugin is — every hidden structure on the map is public information to anyone with a laptop. Seed-cracking tools don't need to hack your server or read your files: they reconstruct the seed purely from structure coordinates a player legitimately walked to. AntiSeedCracker can't make that impossible (nothing can — see Honest limits below), but it closes off every other way to leak it, and gives you visibility into the one it can't.
## Protection layers
Network-level - Packet-level seed spoofing — replaces the hashed seed in `JOIN_GAME` and `RESPAWN` packets with a per-player, cryptographically random fake before it ever leaves the server (Netty-level, via bundled PacketEvents). - Dynamic seed rotation — every player's fake seed rotates on a configurable interval, defeating crackers that accumulate data across sessions. - Seed integrity monitor — read-only watchdog confirming the real generation seed never drifts. AntiSeedCracker does not, and will not, write to your world's actual generation seed — see Safe for your world below.
World & structure - Eye of Ender redirection — thrown Eyes are redirected to a per-player fake stronghold for their entire flight path, with angular jitter, making triangulation useless. - `/locate` spoofing — returns convincing fake coordinates, stable per player and per structure so repeat queries can't be used to spot the fake. - End spike randomization — shuffles the bedrock cap heights of the ten End pillars, destroying the vanilla height fingerprint that uniquely identifies a seed. - End City fingerprint removal — replaces the distinctive magenta glass pattern in End Cities (scoped to the structure's bounding box, not the whole chunk). - Treasure & explorer map scrambling — buried treasure, mansion, monument, and other structure icons on maps are randomized in the `MAP_DATA` packet, stable per map so icons don't visibly jitter around. - Slime chunk obfuscation (opt-in) — denies slime-chunk-sampling-based cracking at the cost of disabling slime farms where enabled.
Command & detection (all logging-only where noted — never punishes players) - Seed command blocking — `/seed` and friends are blocked for players, console, and RCON, and stripped from tab-complete. - `/execute`-wrapping protection — every blocked command is also checked against what an `/execute ... run ...` chain ultimately dispatches to (recursively, for nested chains), closing a well-known Bukkit command-blocker gap. - Structure reconnaissance monitor — logs suspicious multi-structure visitation patterns matching known seed-cracking tool behavior; the tracked structure list is fully configurable. - Command probing monitor — logs a player racking up several blocked seed commands in a short window, a pattern consistent with a bypass-probing script rather than one curious `/seed`. - Audit log — every blocked attempt is recorded to a lightweight flat-file log, with `/asc stats` summaries in-game.
## Never punishes players
AntiSeedCracker follows a strict no-punishment philosophy: no kicks, no bans, ever. Cheat tools silently fail while legitimate gameplay is completely unaffected — nobody gets caught in the crossfire.
## Safe for your world
- The real seed is never read into logs, files, or network traffic, and is never rewritten by this plugin.
- An earlier internal design continuously overwrote the live in-memory generation seed to spoof `World.getSeed()` for other plugins. That approach was removed in 3. 3. 0 after we found it could corrupt chunk decoration on affected servers — Minecraft re-reads that field fresh for every
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- SunsetRQ7_
- Version
- 3.5.0.2
- Downloads
- 2,391
- Endorsements
- 15
- Category
- folia
- Created
- 4/15/2026
- Updated
- 7/24/2026
- Game Versions
- 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8
- Tags
- game-mechanics, management, worldgen
🔧 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 AntiSeedCracker support?
The author lists 1.21.4, 1.21.5, 1.21.6, 1.21.7, 1.21.8, 1.21.9. Other versions may work but are untested by the author.
What is the latest version of AntiSeedCracker?
Version 3.5.0.2, published 2026-07-24 with 2,391 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await