▶️ Actions
Play Cube Particle
Triggers a cube-shaped particle effect at a specified location.
Syntax: particleCube <particle> <location> [width] [height] [intercval]
| Parameter | Syntax | Default Value | Explanation |
|---|---|---|---|
| particle | Particle | none | The name of the particle effect. |
| location | Location | none | The center point of the cube's base. |
| width | width:Number | 1.0 | The total width/length (X and Z axis) of the cube. |
| height | width:Number | 1.0 | The total height (Y axis) of the cube. |
| intercval | width:Number | 0.125 | The distance between individual particles along the edges. Lower values create denser lines |
Example
actions:
spawnFlameParticles: particleCube FLAME 0.5;0;0.5;world
spawnSoulFireFlameParticles2x2: particleCube SOUL_FIRE_FLAME 0;0;0;world width:2.0 height:1 intercval:1