Skip to content

Particle support v3

Pre-release
Pre-release
Compare
Choose a tag to compare
@bensku bensku released this 11 Apr 16:06
· 3924 commits to master since this release
  • Fixed and improved particle support drastically
  • Hotfixed regions, again
  • Made dropping items without velocity (using normal expression with without velocity) possible

Note: colored dust and both potion swirl particles are buggy

For particles names, see language file. It is also possible to set offsets (dX, dY, dZ), and speed of particle. Following is added to end of every (non buggy, see above) expression:
[with [offset of %number%, %number%(,| and) %number%][[and ]speed %number%]]
Example:
play 100 (dust of oak wood with speed 0) above clicked block

Effects:
Visual effect (updated):
(play|show) %visualeffects% (on|%directions%) %entities/locations% [(to %-players%|in (radius|range) of %number%)]
OR
(play|show) %number% %visualeffects% (on|%directions%) %entities/locations% [(to %-players%|in (radius|range) of %number%)] (if you want to specify amount of particles)

Update: Released dev12c to fix broken entity effects (same download link)

Update 2: Playing multiple effects no longer accepts entity as parameter