Files
fz-survival-datapack/data/fz/functions/uninstall.mcfunction
T
延皓 28605849d0 2.0.8
2021-07-04 00:09:23 +08:00

14 lines
517 B
MCFunction
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#全卸载
function fz:config/uninstall
function fz:health/uninstall
function fz:scoreboards/uninstall
function fz:sweeper/uninstall
function fz:login/logintips/uninstall
#删除系统计分板
scoreboard objectives remove parameter
scoreboard objectives remove calculator
scoreboard objectives remove leaveGame
#存入已卸载信息
data merge storage fz.installed {installed: 0b}
#提示已卸载
tellraw @a {"text": "[信息]FZ'sDatapack已卸载","color": "#5fff00"}