We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99840ab commit eb1c091Copy full SHA for eb1c091
bukkit/src/main/resources/lang/modules/ExploitFixes/config.yml/zh_cn.yml
@@ -0,0 +1,22 @@
1
+consumer-item:
2
+ # 在玩家右键使用物品时,阻止在背包中移动物品。
3
+ # 用于修复三叉戟/弓箭复制漏洞。
4
+ # 如果运行的是 Minecraft 1.21.5 或更高版本,复制漏洞已修复,不必启用该功能。
5
+ enabled: ~
6
+
7
+ # 更详细的检测,只阻止三叉戟和弓箭复制。
8
+ # 如果您想允许更多不正常的作弊功能,可以启用此选项。
9
+ only-block-consumer-items: ~
10
+vault-unlocking:
11
+ # 每个宝库只会存储 128 个解锁过它的玩家。
12
+ # 这意味着,如果一个玩家拥有超过 128 个账号,那么他就可以一直解锁这个宝库。
13
+ # 为解决此漏洞,我们可以添加一个限制,宝库在一段时间内只能开启一定次数,
14
+ # 从而防止玩家轻易地利用此漏洞。
15
16
17
+ # 宝库解锁记录的过期时间
18
+ unlock-expiry: ~
19
20
+ # 每个宝库允许的解锁记录最大值。
21
+ # 一旦超过,这个宝库将不能解锁,直到有一个解锁记录过期。
22
+ max-unlocks-per-vault: ~
bukkit/src/main/resources/lang/modules/ExploitFixes/lang/zh_cn.yml
@@ -0,0 +1,2 @@
+ too-many-unlocks: <actionbar><ec>请等待 <duration> 后解锁此宝库
0 commit comments