fz-survival-datapack/data/fzsd.extra.bbl/functions/uninstall.mcfunction

8 lines
492 B
Mcfunction
Raw Normal View History

2022-09-02 05:24:33 +08:00
# 见#fzsd:module/scoreboard/uninstall
## 移除底层实现计分板
scoreboard objectives remove fzsd.extra.bbl
## 移除计分板订阅队伍
2022-09-02 07:30:25 +08:00
team remove fzsd.module.scoreboard.display.bedrock_broken_count
2022-09-02 05:24:33 +08:00
## 设为已卸载
data modify storage fzsd:install fzsd.extra.bbl set value 0b
execute if score fzsd.logger.level fzsd.variable.integer matches ..500 run tellraw @a [{"nbt": "fzsd.level.info", "interpret": true, "storage": "fzsd:logger"}, {"text": "已卸载扩展:破基岩榜"}]