Skip to content

Commit

Permalink
adjust win message
Browse files Browse the repository at this point in the history
  • Loading branch information
katelyynn committed Jul 21, 2022
1 parent 2f17958 commit bfe6601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/acrace/functions/win/go.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gamemode spectator @a[tag=!win]
# announce
title @a title {"text":"GAME OVER!","color":"gold","bold":true}
title @a subtitle ["",{"selector":"@a[tag=win,limit=1]","color":"yellow","bold":true},{"text":" has won!","color":"yellow"}]
tellraw @s ["",{"text":"[","color":"dark_gray"},{"text":"!","color":"green"},{"text":"] ","color":"dark_gray"},{"selector":"@a[tag=win,limit=1]","color":"green"},{"text":" has won!","color":"green"}]
tellraw @a ["",{"text":"[","color":"dark_gray"},{"text":"!","color":"green","bold":true},{"text":"] ","color":"dark_gray"},{"selector":"@a[tag=win,limit=1]","color":"yellow"},{"text":" has won!","color":"yellow"}]
# sfx
execute as @a at @s run playsound ui.toast.challenge_complete player @s ~ ~ ~

Expand Down

0 comments on commit bfe6601

Please sign in to comment.