Files
fz-survival-datapack/data/fzsd/functions/module/try_load.mcfunction
T
延皓 08d3d01b18 - 将命名空间改为“fzsd”
- 完善交互器
- 添加管理员命令(/function admin.fzsd:<...>)
- 添加启动函数,用于自动升级等功能
- 添加重装、深度安装、深度卸载、深度重装函数
2022-07-30 16:29:18 +08:00

7 lines
399 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.
# 调用者:#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