6 lines
286 B
Mcfunction
6 lines
286 B
Mcfunction
# 调用者:#fz:module/try_load
|
|
|
|
## 判断是否从未安装,如果是则安装
|
|
execute unless data storage fz:installed fz.module.config run function #fz:module/config/install
|
|
execute unless data storage fz:installed fz.module.scoreboard run function #fz:module/scoreboard/install
|