fz-survival-datapack/data/fz/functions/game_event/player/on_dead.mcfunction

8 lines
412 B
Mcfunction
Raw Normal View History

## 调试
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": "死亡"}]
## 将事件数据缓存
# scoreboard players operation fz.var.score fz.variable.integer = @s fz.event.death_count
## 运行事件
function #fz:game_event/player/on_dead