fz-survival-datapack/data/fz/functions/game_event/advancement/reset_advancements.mcfunction

6 lines
403 B
Mcfunction
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 复位所有事件进度
### 所有事件进度都继承了fz:game_event进度因此只需要一行指令
advancement revoke @s from fz:game_event
## 调试
execute if score fz.logger.level fz.variable.integer matches ..400 run tellraw @a [{"nbt": "fz.level.debug", "interpret": true, "storage": "fz:logger"}, {"text": "已重置玩家"}, {"selector": "@s"}, {"text": "的游戏事件进度"}]