Particles

Particles are an optional plugin plugin. You can tie how many effects you want on each head.

Particle format is: - 'PARTICLE_TYPE(type="animation type",optional things..)'

How to add particles to my head?

If you want to add particles to your head just use this format:

particles:
- 'particle1'
- 'particle2'

Just normal point particle.

example:

particles:
- 'PARTICLE(type=Normal)'

Optional particle data

  • Redstone

    • color - R:G:B [color=255:36:45]

  • All particles:

    • offset - x:y:z [offset=0:1.8:0]

    • size - particle size value [size=0.5] ! SIZABLE PARTICLES ONLY !

Last updated