Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 432 Bytes

death_counter.md

File metadata and controls

15 lines (8 loc) · 432 Bytes

Layout:

(R1)(C1)(C2)(C3)(C4)

Commands:

(R1, Delay: 2): scoreboard players set @a playerDeath 1

(C1): scoreboard players set @e[type=player] playerDeath 0

(C2): scoreboard players add @a[scores={playerDeath=1,playerDied=0}] deathCount 1

(C3): scoreboard players set @a[scores={playerDeath=1,playerDied=0}] playerDied 1

(C4): scoreboard players set @e[type=player,scores={playerDeath=0}] playerDied 0