Files
fz-survival-datapack/data/fzsd/functions/module/health/uninstall.mcfunction
T
延皓 08d3d01b18 - 将命名空间改为“fzsd”
- 完善交互器
- 添加管理员命令(/function admin.fzsd:<...>)
- 添加启动函数,用于自动升级等功能
- 添加重装、深度安装、深度卸载、深度重装函数
2022-07-30 16:29:18 +08:00

9 lines
404 B
MCFunction

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