I'm trying to make a mob that flies around and creates smoke and flame effects as it flies. Here is my code:
Particle effects not working?
Code:
Wraith: Type: BAT Display: '&4Wraith' Health: 15 Damage: 5 Skills: EquipDiamondSword: Skills: - effect:particles{p=smoke;amount=30;speed=0;hR=1;vR=1} @Self ~onTimer:1 - effect:particles{p=flame;amount=40;speed=0;hR=1;vR=1} @Self ~onTimer:1 - skill{s=FlameThrower} @NearestPlayer{r=15} ~onTimer:150 - summon{type=Wisp;amount=3;radius=5} @NearestPlayer{r=10}...