Files
mc-commands/owlaunch/use.mcf
2025-08-17 21:52:18 +09:00

6 lines
332 B
Plaintext

!REPEATING
execute as @a if score @s o.w.l.used matches 1.. if items entity @s weapon.* minecraft:feather[minecraft:custom_data={role:"o.w.l.fly"}] run tag @s add o.w.l.trigger
execute as @e[tag=o.w.l.trigger] at @s run playsound minecraft:entity.wind_charge.wind_burst player @a ~ ~ ~ 1 1.1
scoreboard players set @e o.w.l.used 0