12 lines
356 B
Mcfunction
12 lines
356 B
Mcfunction
# 调用者:#fz:uninstall
|
||
|
||
function #fz:module/uninstall
|
||
|
||
## 整数类型
|
||
scoreboard objectives remove fz.variable.integer
|
||
|
||
## 卸载日志,为避免扩展数据包在卸载时无法使用日志,故延迟1tick卸载
|
||
schedule function #fz:logger/uninstall 1t replace
|
||
|
||
## 标记为已卸载
|
||
data modify storage fz:install_manager fz.global set value 0b |