diff --git a/Status/data/firstuse/functions/timefunc.mcfunction b/Status/data/firstuse/functions/timefunc.mcfunction index 6330626..53bf6af 100644 --- a/Status/data/firstuse/functions/timefunc.mcfunction +++ b/Status/data/firstuse/functions/timefunc.mcfunction @@ -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 @@ -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 \ No newline at end of file +execute if entity @a[scores={StatusRemove=1..}] run schedule clear firstuse:timefunc