HomeJavaModsSeedShield
SeedShield
ModsJava

SeedShield

by 7YunLuo · on Modrinth

Cryptographic structure seed protection for Paper/Spigot servers - prevents seed cracking tools from locating structures

⬇ Download on Modrinth

SeedShield

Cryptographic structure seed protection for Paper/Spigot servers.

SeedShield prevents seed cracking tools (chunkbase, SeedCrackerX, Structurecracker) from determining structure locations by replacing each structure type's placement salt with an irreversible SHA-256 derived value.

This is the first Paper/Spigot plugin to provide cryptographic structure seed protection. Previously, this level of protection was only available through Fabric mods or custom server forks.

How It Works

Minecraft determines structure positions using this formula:

position = f(worldSeed, regionCoords, salt)

The salt is a hardcoded integer per structure type. Tools like chunkbase know these default salts, so knowing the world seed = knowing all structure locations.

SeedShield replaces each salt with:

salt = SHA-256(secretKey + ":" + worldSeed + ":" + structureType)[0..4]

Installation

  1. Download SeedShield-1.0.0.jar
  2. Place it in your server's plugins/ folder
  3. Delete the region files of worlds you want to protect (structures must regenerate)
  4. Restart the server
  5. Edit plugins/SeedShield/config.yml to configure which worlds to protect

Important: SeedShield only affects newly generated chunks. Existing structures in already-generated chunks will not change positions.

Configuration

# Auto-generated 256-bit secret key. DO NOT SHARE.
secret-key: "a1b2c3d4..."

# Worlds to protect
enabled-worlds:
  - world
  - survival
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more