Minecraft – How to add a “pet” particle to minecraft

minecraft-commandsminecraft-java-edition

I'm trying to recreate the flame fairy from Mineplex, but I need a little help. I tried attaching a command block with: /execute @p[m=1] ~-1 ~ ~ particle flame ~ ~ ~ 10 100 10 0.5 1 to a redstone clock, but I couldn't see the particles. Please help.

Best Answer

first you need to add the player who active the flame fairy a scoreboard such as /scoreboard objectives add flamefairy dummy /scoreboard players set @p flamefairy 1 /execute @a[score_flamefairy_min=1] ~ ~ ~ particle flame ~ ~ ~ 0 0 0 0 10 10 0.5 1