We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6176f commit 6438493Copy full SHA for 6438493
src/content/docs/java/process/redstone/plugin.md
@@ -225,6 +225,10 @@ world-settings:
225
misc: 160
226
display: 160
227
other: 512
228
+ # 服务器每 tick 处理 TNT 爆炸的次数
229
+ # 设为 0 或少于 0,以禁用此限制
230
+ # 或者设为任意极高的值,如 2000,以允许世吞等涉及大量 TNT 爆炸的生电机器的正常运行
231
+ max-tnt-per-tick: 0
232
```
233
234
### bukkit.yml 配置
@@ -233,7 +237,7 @@ world-settings:
237
# bukkit.yml
238
settings:
235
239
# 生物生成限制
236
- # bukkit.yml 内默认值即遵从原版的单区块生成上限数值
240
+ # bukkit.yml 内默认值即遵从原版的生成上限数值
241
# 如觉得生成过少导致农场效率过低,可以适当调高相应生物类别的生成限制值
242
spawn-limits:
243
monsters: 70
0 commit comments