fz-survival-datapack/data/fz/functions/module/scoreboard/install.mcfunction

9 lines
399 B
Mcfunction
Raw Normal View History

2022-06-23 20:06:15 +08:00
# 调用者:#fz:module/scoreboard/install
2022-06-23 15:43:39 +08:00
2022-06-27 19:39:05 +08:00
function #fz:module/scoreboard/display/create
2022-06-23 15:43:39 +08:00
## 标记为已安装
2022-06-23 20:06:15 +08:00
data modify storage fz:install_manager fz.module.scoreboard set value 1b
## 日志
execute if score fz.logger.level fz.variable.integer matches ..500 run tellraw @a [{"nbt": "fz.level.info", "interpret": true, "storage": "fz:logger"}, {"text": "已安装组件:计分板"}]