Skip to content

Commit

Permalink
Made StatusRedstoneNA welcome back msg more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
thevalleyy authored Mar 13, 2023
1 parent b3f7eff commit 71c3c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Status/data/firstuse/functions/timefunc.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ tellraw @a[team=StatusRec,scores={StatusWelcome=1..}] ["",{"text":"[","color":"g
tellraw @a[team=StatusRedstone,scores={StatusWelcome=1..}] ["",{"text":"[","color":"gold"},{"text":"Status","color":"aqua"},{"text":"]","color":"gold"},{"text":": Welcome Back! Your Status is:","color":"gray"},{"text":" R","color":"red"},{"text":"e","color":"dark_red"},{"text":"d","color":"red"},{"text":"s","color":"dark_red"},{"text":"t","color":"red"},{"text":"o","color":"dark_red"},{"text":"n","color":"red"},{"text":"e \u0020","color":"dark_red"},{"text":"| \u0020Animated","color":"gray"}]
tellraw @a[team=StatusRp,scores={StatusWelcome=1..}] ["",{"text":"[","color":"gold"},{"text":"Status","color":"aqua"},{"text":"]","color":"gold"},{"text":": Welcome Back! Your Status is:","color":"gray"},{"text":" RP","color":"yellow"}]
tellraw @a[team=StatusDiscoverNA,scores={StatusWelcome=1..}] ["",{"text":"[","color":"gold"},{"text":"Status","color":"aqua"},{"text":"]","color":"gold"},{"text":": Welcome Back! Your Status is:","color":"gray"},{"text":" RP","color":"yellow"}]
tellraw @a[team=StatusRedstoneNA,scores={StatusWelcome=1..}] ["",{"text":"[","color":"gold"},{"text":"Status","color":"aqua"},{"text":"]","color":"gold"},{"text":": Welcome Back! Your Status is:","color":"gray"},{"text":" R","color":"red"},{"text":"e","color":"dark_red"},{"text":"d","color":"red"},{"text":"s","color":"dark_red"},{"text":"t","color":"red"},{"text":"o","color":"dark_red"},{"text":"n","color":"red"},{"text":"e","color":"dark_red"},{"text":" \u0020| \u0020Not Animated","color":"gray"}]
tellraw @a[team=StatusRedstoneNA,scores={StatusWelcome=1..}] ["",{"text":"[","color":"gold"},{"text":"Status","color":"aqua"},{"text":"]","color":"gold"},{"text":": Welcome Back! Your Status is:","color":"gray"},{"text":" Redstone","color":"red"},{"text":" \u0020| \u0020Not Animated","color":"gray"}]

#This clears the StatusWelcome score
execute if entity @a run scoreboard players set @a StatusWelcome 0
Expand All @@ -276,4 +276,4 @@ execute if entity @a run scoreboard players set @a StatusWelcome 0
schedule function firstuse:timefunc 1

#Cleares the schedule if removed
execute if entity @a[scores={StatusRemove=1..}] run schedule clear firstuse:timefunc
execute if entity @a[scores={StatusRemove=1..}] run schedule clear firstuse:timefunc

0 comments on commit 71c3c00

Please sign in to comment.