fz-survival-datapack/data/fzsd/functions/module/health/uninstall.mcfunction
2022-07-31 10:17:11 +08:00

9 lines
402 B
Mcfunction

scoreboard objectives remove fzsd.module.health
data remove storage fzsd:config fzsd.module.health
## 标记为已卸载
data modify storage fzsd:install fzsd.module.health 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": "已卸载组件:血量显示"}]