9 lines
399 B
Mcfunction
9 lines
399 B
Mcfunction
# 调用者:#fz:module/scoreboard/install
|
|
|
|
function #fz:module/scoreboard/display/create
|
|
|
|
## 标记为已安装
|
|
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": "已安装组件:计分板"}] |