Skip to content

Commit 607d3ea

Browse files
committed
Update supported version to Paper 1.20.5+ (Mojang mappings required)
1 parent 2096d28 commit 607d3ea

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ enabled-worlds:
6363
6464
## 环境要求
6565
66-
- Paper 1.21+(或其 fork:Leaves、Purpur、Folia 等)
66+
- Paper 1.20.5+(或其 fork:Leaves、Purpur、Folia 等)
6767
- Java 17+
6868
69+
> **注意**:不支持 1.20.4 及以下版本。Paper 从 1.20.5 开始使用 Mojang 映射,插件依赖此映射体系进行反射操作。
70+
6971
## 安全性分析
7072
7173
| 攻击方式 | 防护等级 |

README_EN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ enabled-worlds:
6363
6464
## Requirements
6565
66-
- Paper 1.21+ (or forks: Leaves, Purpur, Folia, etc.)
66+
- Paper 1.20.5+ (or forks: Leaves, Purpur, Folia, etc.)
6767
- Java 17+
6868
69+
> **Note**: Versions 1.20.4 and below are not supported. Paper switched to Mojang mappings starting from 1.20.5, which this plugin relies on for reflection.
70+
6971
## Security Analysis
7072
7173
| Attack Vector | Protection Level |

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: SeedShield
22
version: 1.0.0
33
main: com.seedshield.SeedShieldPlugin
4-
api-version: '1.21'
4+
api-version: '1.20'
55
load: STARTUP
66
description: Cryptographic structure seed protection for Paper/Spigot - prevents seed cracking
77
author: yunluo7

0 commit comments

Comments
 (0)