ParticleOption - corentingosselin/ProdigyNightclubWiki GitHub Wiki
Useful for any particle modification
particle-option:
type: end_rod
direction: 0.0;0.0;0.0
speed: 0.0
amount: 0
You can get a list of particles name here:
https://minecraft.fandom.com/wiki/Particles.
If you want the particle to move, keep amount to 0,
this field only works with movable particles (example: flame, end_rod, firework, ect).
Colorable particles
redstone, ambient_entity_effect, entity_effect.
Add section:
color: r;g;b
You can get rgb color here: https://htmlcolorcodes.com/fr/
example:
particle-option:
type: redstone
color: 255;0;255
direction: 0.0;0.0;0.0
speed: 0.0
amount: 0
Note particle
Add section:
note: noteCode.
The noteCode is between 0 and 24.
example:
particle-option:
type: note
note: 0
direction: 0.0;0.0;0.0
speed: 0.0
amount: 0
Create your own particles
You can create reusable particles using particles.yml configuration.
