13 lines
718 B
Mcfunction
13 lines
718 B
Mcfunction
data modify storage fz:cache installed set from storage fz:survival installed
|
|
#卸载
|
|
function fz:uninstall
|
|
#安装
|
|
function fz:install
|
|
execute if data storage fz:cache installed{scoreboards: 0b} run function fz:scoreboards/uninstall
|
|
execute if data storage fz:cache installed{sweeper: 0b} run function fz:sweeper/uninstall
|
|
execute if data storage fz:cache installed{logintips: 0b} run function fz:login/logintips/uninstall
|
|
execute if data storage fz:cache installed{health: 0b} run function fz:health/uninstall
|
|
execute if data storage fz:cache installed{config: 0b} run function fz:config/uninstall
|
|
data remove storage fz:cache installed
|
|
#提示已安装
|
|
tellraw @a {"text": "[信息]升级完成","color": "#5fff00"} |