9 lines
304 B
Mcfunction
9 lines
304 B
Mcfunction
# 调用者:#fz:load
|
|
|
|
## 常量
|
|
scoreboard players set 10 fz.variable.integer 10
|
|
|
|
function #fz:module/try_load
|
|
|
|
## 日志
|
|
execute if score fz.logger.level fz.variable.integer matches ..500 run tellraw @a [{"nbt": "fz.level.info", "interpret": true, "storage": "fz:logger"}, {"text": "加载完成!"}] |