fz-survival-datapack/data/fz/functions/start.mcfunction

7 lines
404 B
Mcfunction
Raw Normal View History

2020-11-27 00:27:49 +08:00
#判断各功能是否已安装并运行
2021-07-04 00:09:23 +08:00
execute if data storage fz.installed {scoreboards: 1b} run function fz:scoreboards/start
execute if data storage fz.installed {sweeper: 1b} run function fz:sweeper/start
execute if data storage fz.installed {config: 1b} run function fz:config/start
2020-11-27 00:27:49 +08:00
function fz:carpet/carpet
#测试用的输出
2020-12-05 07:27:57 +08:00
tellraw @a {"text": "[信息]启动完毕","color": "#5fff00"}