fz-survival-datapack/data/fz/functions/system/uninstalled.mcfunction

5 lines
269 B
Mcfunction
Raw Normal View History

## 标记为已卸载
data modify storage fz:installed fz.global set value 0b
## 日志
execute if score fz.logger.level fz.variable.integer matches ..500 run tellraw @a [{"nbt": "fz.level.info", "interpret": true, "storage": "fz:logger"}, {"text": "卸载完成!"}]