da7af9fc83
- 将命名空间改为“fzsd” - 完善交互器 - 添加管理员命令(/function admin.fzsd:<...>) - 添加启动函数,用于自动升级等功能 - 添加重装、深度安装、深度卸载、深度重装函数
7 lines
399 B
Mcfunction
7 lines
399 B
Mcfunction
# 调用者:#fzsd:module/try_load
|
|
|
|
## 判断是否安装,如果安装则加载
|
|
execute if data storage fzsd:installed fzsd.module{health:1b} run function #fzsd:module/health/load
|
|
execute if data storage fzsd:installed fzsd.module{interactor:1b} run function #fzsd:module/interactor/load
|
|
execute if data storage fzsd:installed fzsd.module{scoreboard:1b} run function #fzsd:module/scoreboard/load
|