fz-survival-datapack/data/fz/functions/load.mcfunction

11 lines
408 B
Mcfunction
Raw Normal View History

2022-06-23 20:06:15 +08:00
# 调用者:#fz:load
2022-06-27 16:06:15 +08:00
## 常量
scoreboard players set 10 fz.variable.integer 10
2022-07-03 19:01:51 +08:00
scoreboard players set 200 fz.variable.integer 200
scoreboard players set 3600 fz.variable.integer 3600
2022-06-27 16:06:15 +08:00
2022-06-23 20:06:15 +08:00
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": "加载完成!"}]