DemonNeverLag/src/main/resources/config.yml
2024-07-24 06:17:46 +08:00

52 lines
1.2 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 是否锁定天气
NoRain: true
# 是否禁止高空流水
FluidLimit: true
# 是否清理地面弓箭
RemoveArrow: true
# 是否禁止末影珍珠传送
NoEnderPearl: true
# 是否开启虚空回传
NoVidTp: false
# 禁止的命令
BlockCommand:
- pve
# 垃圾清理系统
ClearItem:
# 是否开启清理
Butt: true
# 清理周期 单位: 秒
Delay: 900
# 不清理的世界
NoClearItemWorld:
- hub
- wudeng
- kuangqu
# 不清理的物品ID
NoClearItemIDList:
- 276
SpawnRate:
Enable: true
#设置特殊区块(女巫、史莱姆)的刷怪速度,单位为百分比
ChunkRate: 50
#刷怪笼生成怪物速度
SpawnerRate: 100
#村庄生成铁傀儡的速度设置为0可以禁止刷铁塔等不平衡的自动化建筑
IronRate: 40
#普通、自然条件的生成速度
CommonRate: 50
#传送门的生成速度设置为0可以禁止猪人通过传送门防止建造刷金塔
PortalRate: 0
# ###################
# 功能介绍:
# 聊天字符过多bug
# 木牌字符过多bug
# 玩家命令禁止
# 自然天气锁定
# NeverLag的Chunk 区块检测
# NeverLag的刷怪控制
# 防爆炸破坏建筑
# 防止践踏农作物
# 垃圾定时清理系统
#
######################