Skip to content
JasperLorelai edited this page Nov 1, 2020 · 31 revisions

Description: Plays a particle effect.

Source Code

Configuration:

Option Description Default Value
particle-name the name of the particle that is displayed. ""
horiz-spread Defines How much the particle is spread horizontally. 0.2F
vert-spread Defines How much the particle is spread vertically. 0.2F
speed The speed of the particle 0.2F
count The number of particles that are displayed in the effect. 5

All particle names can be found at https://goo.gl/5mnajo.

Example:

lavabuff:
    spell-class: ".buff.DummySpell"
    duration: 10
    effect-interval: 5
    effects:
          lava:
               position: caster
               effect: particles
               particle-name: lava
               horiz-spread: 0.3
               vert-spread: 0.3
               speed: 0.2
               count: 8

Clone this wiki locally