From 71c3c007637803c4e4d9b052cbcfae4e7fa7e758 Mon Sep 17 00:00:00 2001 From: thevalleyy <74456686+thevalleyy@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:51:25 +0100 Subject: [PATCH] Made `StatusRedstoneNA` welcome back msg more consistent --- Status/data/firstuse/functions/timefunc.mcfunction | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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