fz-survival-datapack/data/fz/functions/config/install.mcfunction
2021-07-03 18:55:08 +08:00

9 lines
293 B
Mcfunction

#安装设置功能
#初始化触发器记分板
scoreboard objectives add config trigger
#存入已安装信息
data merge storage fz.installed {config: 1b}
#提示已安装
tellraw @a {"text": "[信息]设置功能已安装","color": "#5fff00"}
#开始运行
function fz:config/start