08d3d01b18
- 完善交互器 - 添加管理员命令(/function admin.fzsd:<...>) - 添加启动函数,用于自动升级等功能 - 添加重装、深度安装、深度卸载、深度重装函数
7 lines
238 B
MCFunction
7 lines
238 B
MCFunction
# 调用者:advancements/fzsd:~
|
|
|
|
execute if predicate fzsd:is_real_player run function fzsd:game_event/player/on_dead
|
|
|
|
## 重置事件
|
|
scoreboard players set @s fzsd.event.death_count 0
|
|
advancement revoke @s only fzsd:game_event/on_dead |