- Added 88 new default particles: dust_spores, dust_clouds, dust_rise, dust_fall. 22 Colors for each type.
- Added an option to adjust view timer (time before menu reopens when viewing particles, messages, etc..) in the main menu gui.
- You can now use ranges in all particles parameters such as: color.red, color.green, color.blue, size, amount, range.x, range.y, range.z
- Added 'uniform' boolean option to dust and spell particles. If true the ranges used in: color and size will apply to all particles. If false each particle will be different in size and color depending on the range.
- amount now works for all particle types even those who don't natively support it in spigot.
- Added a new command: /orestack particle show-me-group <group-name> <particle-name>. It makes it easier to find particles sorting by group otherwise it's the same as the show-me command
- Reworked Command parameters in command framework
- Fixed a mistake where premium versions would show false on bstats premium chart.
- Added documentation in particles/special.yml
- Fixed group names missing middle folders in id. Now particles/dust/clouds turns into dust_clouds as intended, although I'm still looking at better alternatives.