Hey guys , i want to make particles plugin , i made spiral flame particles , but i can't animate it! I am newbie in particle animations , please help me if you can.(If you didn't understand i mean that i wanna make my flame particle move around the player).
You cannot animate particles. Once particles are spawned to clients, you completely lose control of them. You can't move them. You can't even despawn them - you have to wait the client to automatically despawn them. Of course, FloatingTextParticle is an exception. That's because FloatingTextParticle isn't even a particle - it is actually an entity. So you can just make the particles spawn, like, per second continuously shifting directions.