From 64384933dccbc308ef3f803466d6caad92f4e0dd Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:16:56 -0400 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BA=A2=E7=9F=B3=E7=AB=A0?= =?UTF-8?q?=E8=8A=82=E7=94=9F=E7=89=A9=E7=94=9F=E6=88=90=E9=99=90=E5=88=B6?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E6=8F=8F=E8=BF=B0=E5=B9=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20max-tnt-per-tick=20=E6=8E=A8=E8=8D=90=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/java/process/redstone/plugin.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/docs/java/process/redstone/plugin.md b/src/content/docs/java/process/redstone/plugin.md index 93f28e94..e230d8b2 100644 --- a/src/content/docs/java/process/redstone/plugin.md +++ b/src/content/docs/java/process/redstone/plugin.md @@ -225,6 +225,10 @@ world-settings: misc: 160 display: 160 other: 512 + # 服务器每 tick 处理 TNT 爆炸的次数 + # 设为 0 或少于 0,以禁用此限制 + # 或者设为任意极高的值,如 2000,以允许世吞等涉及大量 TNT 爆炸的生电机器的正常运行 + max-tnt-per-tick: 0 ``` ### bukkit.yml 配置 @@ -233,7 +237,7 @@ world-settings: # bukkit.yml settings: # 生物生成限制 - # bukkit.yml 内默认值即遵从原版的单区块生成上限数值 + # bukkit.yml 内默认值即遵从原版的生成上限数值 # 如觉得生成过少导致农场效率过低,可以适当调高相应生物类别的生成限制值 spawn-limits: monsters: 70