Particles are an optional plugin plugin.
You can tie how many effects you want on each head.
How to add particles to my head?
particles:
- 'particle1'
- 'particle2'
Just normal point particle.
example:
particles:
- 'PARTICLE(type=Normal)'
Draw a full static cirle from particles. You can set amount of points
Required data:
points - number of points
radius - decimal circle radius
example:
particles:
- 'PARTICLE(type=Circle,points=100,radius=2.0)'
More points == Better look, but lower player FPS
Draw a moving cirle points from particles. You can set amount of points, radius and more.
Required data:
points - number of points
radius - decimal circle radius
example:
particles:
- 'PARTICLE(type=AnimatedCircle,points=100,radius=2.0)'
Points amount depends on particle rotate speed
More point == slower animation
Draw a moving cirle points going up and down and making beautiful wave effect from particles. You can set amount of points, radius, jumps and more.
Required data:
points - number of points
radius - decimal circle radius
example:
particles:
- 'PARTICLE(type=Wave,points=100,radius=2.0,jump=0.1,jumps=10)'
Spawn particles randomly in specific region.
Required data:
example:
particles:
- 'PARTICLE(type=Random,radius=1.2)'