fz-survival-datapack/data/fz/functions/config/uninstall.mcfunction

9 lines
308 B
Mcfunction
Raw Normal View History

2020-11-27 00:27:49 +08:00
#卸载设置功能
#移除进程残留
schedule clear fz:config/main
schedule clear fz:config/timeout
data remove storage fz.config is_open
#写入已卸载的信息
2021-07-03 06:21:34 +08:00
data merge storage fz.installed {config: 0b}
2020-12-05 07:27:57 +08:00
#提示已卸载
tellraw @a {"text": "[信息]设置功能已卸载","color": "#5fff00"}