SeedShield 图标

SeedShield

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 1.0.1
本资源为搬运资源,原资源地址: https://modrinth.com/mod/seedshield
资源信息

Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11

平台: bukkit bungeecord folia paper purpur spigot

标签: game-mechanics optimization utility

资源介绍

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]
  • Per-structure isolation: Each structure type gets a unique cryptographic salt. Cracking one type's salt reveals nothing about others.
  • Secret key protection: Without the 256-bit key (stored in config.yml), salts cannot be reversed.
  • Stronghold protection: Also modifies concentricRingsSeed and recalculates ring positions.

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
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
A minimalist modpack

价格:0 墨喵币
下载量:0

查看详情
Pebbles from Cobblestone (Twigs addon)

价格:0 墨喵币
下载量:0

查看详情
Genetic Testing

价格:0 墨喵币
下载量:0

查看详情
WebNowCraft

价格:0 墨喵币
下载量:0

查看详情