Hello, after a while there is a new update.
It adds 3 new options to the config.yml, which enable you to customize the particle appearance. You can now configure color of particles that support custom colors (for example dust particles).
New config section:
Code (YAML):
# Color for particles that are able to change color (for example dust particles).
particle-base-color
: 0xFFFFFF
# RGB color. Default is white: 0xFFFFFF.
# Some particles also have transition color.
particle-transition-color
: 0xC0C0C0
# Default is silver: 0xC0C0C0.
# Particles like FALLING_DUST are dependent on a material. Use materials such as SNOW_BLOCK for white falling dust particles, SAND for yellow particles etc.
particle-material-color
: SNOW_BLOCK
# Default is SNOW_BLOCK.
Update steps:
- Replace the old .jar with new one
- (optional) Add the new section to config.yml, if you want it with comments. Otherwise you don´t need to do anything, the plugin will update your files automatically.
- Restart the server

In case of any questions reach out to me on our Discord server!