Skip to content

Commit 49099b6

Browse files
authoredDec 2, 2020
1 parent 3f209dd commit 49099b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎datapacks/Chosen/data/praise/functions/gameloop.mcfunction

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ execute if score $Main Time matches 0 run function praise:newgoal
55
execute as @e[type=!player,nbt={NoAI:1b}] run data merge entity @s {NoAI:0b}
66

77
team join watchers @a[team=]
8-
gamemode spectator @a[team=watchers,gamemode=!spectator]
8+
gamemode spectator @a[team=watchers,gamemode=!spectator,gamemode=!creative]
99

1010
execute as @e[tag=Chosen,scores={Sacrifice=1..}] run title @a[team=chosen] actionbar [{"score":{"objective":"Sacrifice","name":"@s"}}, {"text":" x "}, {"selector":"@e[tag=Current]"}]
1111
execute as @e[tag=Servants,scores={Sacrifice=1..}] run title @a[team=servants] actionbar [{"score":{"objective":"Sacrifice","name":"@s"}}, {"text":" x "}, {"selector":"@e[tag=Current]"}]

0 commit comments

Comments
 (0)