da7af9fc83
- 将命名空间改为“fzsd” - 完善交互器 - 添加管理员命令(/function admin.fzsd:<...>) - 添加启动函数,用于自动升级等功能 - 添加重装、深度安装、深度卸载、深度重装函数
6 lines
415 B
Mcfunction
6 lines
415 B
Mcfunction
## 复位所有事件进度
|
||
### 所有事件进度都继承了fzsd:game_event进度,因此只需要一行指令:
|
||
advancement revoke @s from fzsd:game_event
|
||
|
||
## 调试
|
||
execute if score fzsd.logger.level fzsd.variable.integer matches ..400 run tellraw @a [{"nbt": "fzsd.level.debug", "interpret": true, "storage": "fzsd:logger"}, {"text": "已重置玩家"}, {"selector": "@s"}, {"text": "的游戏事件进度"}] |