8 lines
375 B
Mcfunction
8 lines
375 B
Mcfunction
|
|
## 先初始化日志组件
|
|
function #fz:logger/init
|
|
## 再初始化事件组件,因为事件组件的初始化函数中使用了日志组件
|
|
function #fz:event/init
|
|
|
|
## 日志
|
|
execute if score fz.logger.level fz.variable.integer matches ..500 run tellraw @a [{"nbt": "fz.level.info", "interpret": true, "storage": "fz:logger"}, {"text": "系统组件初始化完成!"}] |