区域刷新,区域黑名单,世界黑名单完成

This commit is contained in:
2024-08-03 12:01:45 +08:00
parent 43e041955f
commit 1dc5223a8f
15 changed files with 532 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Area_Number: 1
area_1:
x1: 100
z1: 100
x2: 200
z2: 200
yMax: 10
yMin: 20 #此处给出一个大概y轴刷新范围增大刷新的概率
worldName: TravelersDreamCompact
refreshList: [ZOMBIE]

View File

@@ -0,0 +1,12 @@
area_1:
ZOMBIE: #指出entity在该群系的刷新条件
type: 0 #0表示生成mc原生实体1表示生成MM怪物,不能为空!
site: 1 #刷新位置,数字代表不同的刷新位置
light: 15 #刷新亮度
refreshTime: 20 #单位为秒
nums: 2 #entity的刷新数量注意这里的数量会和通群系中其他entity相关总数不会超过config.yml中的定义
yMax: 150 #极限刷新高度
yMin: 60 #最小刷新高度
riskMax: 10 #刷新危险度的范围
riskMin: 0 #条件是小于等于riskMin大于riskMax即riskMin<= risklevel < riskMax 才会刷新
weight: 1.0 #权重越高刷新的概率越高最高为1.0

View File

@@ -0,0 +1,13 @@
blacklistNums: 2 #黑名单区域的数量
blacklist_1: #黑名单区域
world_name: TravelersDreamCompact
x1: 100
z1: 100
x2: 200
z2: 200
blacklist_2: #黑名单区域
world_name: TravelersDreamCompact
x1: 1000
z1: 100
x2: 2000
z2: 200

View File

@@ -0,0 +1,3 @@
#世界黑名单
blacklistWorld:
- TravelersDreamCompact