2022-06-23 20:06:15 +08:00
|
|
|
|
# 调用者:#fz:uninstall
|
|
|
|
|
|
|
|
|
|
function #fz:module/uninstall
|
|
|
|
|
|
|
|
|
|
## 整数类型
|
|
|
|
|
scoreboard objectives remove fz.variable.integer
|
|
|
|
|
|
2022-06-24 09:11:37 +08:00
|
|
|
|
function #fz:event/uninstall
|
|
|
|
|
|
2022-06-23 20:06:15 +08:00
|
|
|
|
## 卸载日志,为避免扩展数据包在卸载时无法使用日志,故延迟1tick卸载
|
|
|
|
|
schedule function #fz:logger/uninstall 1t replace
|
|
|
|
|
|
|
|
|
|
## 标记为已卸载
|
|
|
|
|
data modify storage fz:install_manager fz.global set value 0b
|