feat: owlaunch

This commit is contained in:
2025-08-17 21:52:18 +09:00
commit 0a7ebf7507
10 changed files with 85 additions and 0 deletions

12
owlaunch/fly.mcf Normal file
View File

@@ -0,0 +1,12 @@
!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