I'm trying to make player summon a firework when shooting while looking up, but I'm getting the error message: "Can't understand this condition/effect: make shooter run command..."
Manually typing the command in the chat works.
Code:
on projectile shoot:
projectile is arrow
if shooter's pitch is less than -80:
cancel event
make shooter run command "/summon firework_rocket ~ ~ ~ {LifeTime:50,FireworksItem:{id:firework_rocket,count:1,components:{fireworks:{flight_duration:3,explosions:[{shape:"large_ball",has_twinkle:0,has_trail:0,colors:[I;11743532]}]}}}}" as op
Manually typing the command in the chat works.