fz-survival-datapack/data/fz/functions/config/timeout.mcfunction

8 lines
404 B
Mcfunction
Raw Normal View History

2020-11-27 00:27:49 +08:00
#关闭主进程
schedule clear fz:config/main
#输出给打开过设置界面的玩家的消息
tellraw @a[scores={openingConfig=1}] {"text": "5分钟无任何人回应为节省性能已关闭设置功能请重新唤起"}
#重置打开过设置界面的玩家的列表
scoreboard objectives remove openingConfig
#移除设置界面被打开的信息
data remove storage fz.config is_open