We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ac2b0 commit 8f15828Copy full SHA for 8f15828
data/stack_attack_arena/functions/players/death.mcfunction
@@ -3,7 +3,7 @@
3
# called by stack_attack_arena:players/leave_arena
4
5
# announce to self
6
-execute if score @s sat_match_value matches 1.. run function stack_attack_arena:players/announcements/death/lost_points
+execute if score @s sat_match_value matches 2.. run function stack_attack_arena:players/announcements/death/lost_points
7
execute if score @s sat_match_value matches 1 run function stack_attack_arena:players/announcements/death/lost_point
8
execute unless score @s sat_match_value matches 1.. run tellraw @s ["",{"text":"["},{"text":"S","color":"yellow"},{"text":"tack ","color":"light_purple"},{"text":"A","color":"blue"},{"text":"ttack","color":"green"},{"text":"] ","color":"none"},{"text":"You died!","color":"red"}]
9
0 commit comments