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

7
owlaunch/trigger.mcf Normal file
View File

@@ -0,0 +1,7 @@
!REPEATING
execute as @e[tag=o.w.l.trigger] run summon minecraft:marker 0 0 0 {Tags:["o.w.l.cloud-init"]}
execute as @e[tag=o.w.l.cloud-init] store result score @s o.w.l.cloud run scoreboard players get @e[limit=1,tag=o.w.l.trigger] o.w.l.puid
tag @e[tag=o.w.l.cloud-init,limit=1] add o.w.l.cloud
tag @e remove o.w.l.trigger
tag @e remove o.w.l.cloud-init