13 lines
335 B
Plaintext
13 lines
335 B
Plaintext
!REPEATING
|
|
|
|
tag @a[tag=!o.w.l.done] add o.w.l.iter
|
|
|
|
|
|
execute as @e[tag=o.w.l.cloud] if score @s o.w.l.cloud = @e[limit=1,tag=o.w.l.iter] o.w.l.puid run tag @e[tag=o.w.l.iter] add o.w.launch
|
|
|
|
|
|
tag @e[tag=o.w.l.iter,limit=1] add o.w.l.done
|
|
tag @e remove o.w.l.iter
|
|
|
|
execute unless entity @a[tag=!o.w.l.done] run tag @e remove o.w.l.done
|