Skip to content

Commit

Permalink
only show points past pre-game
Browse files Browse the repository at this point in the history
  • Loading branch information
katelyynn committed Nov 12, 2022
1 parent 68af61a commit 0924964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/acrace/functions/main.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ execute store result bossbar acrace:main max run scoreboard players get end_time
execute if score show_scoreboard global matches 1.. run scoreboard objectives setdisplay sidebar score
execute unless score show_scoreboard global matches 1.. run scoreboard objectives setdisplay sidebar
## show on actionbar
execute if score show_score_actionbar global matches 1.. as @a run title @s actionbar ["",{"text":"[","color":"dark_gray"},{"text":"⭐","color":"green"},{"text":"] ","color":"dark_gray"},{"score":{"name":"@s","objective":"score"}}]
execute if score period internal matches 0.. if score show_score_actionbar global matches 1.. as @a run title @s actionbar ["",{"text":"[","color":"dark_gray"},{"text":"⭐","color":"green"},{"text":"] ","color":"dark_gray"},{"score":{"name":"@s","objective":"score"}}]

# time loop
function acrace:time
Expand Down

0 comments on commit 0924964

Please sign in to comment.