fz-survival-datapack/data/fz/functions/config/start.mcfunction
2020-12-05 07:27:57 +08:00

7 lines
254 B
Mcfunction

#删除进程残留
schedule clear fz:config/main
schedule clear fz:config/timeout
data remove storage fz.config is_open
scoreboard players enable @a config
#测试用的输出
tellraw @a {"text": "[信息]设置功能已启用","color": "#5fff00"}