EffectLibParameters - elBukkit/MagicPlugin GitHub Wiki

EffectLib effects can be used via an "effectlib" block. The only required parameter in this block is "class", referring to an EffectLib class.

You can use the "fxdemo" spell in-game to preview all of the available effects.

Please check out the Reference Manual for a list of all EffectLib effects and parameters!

Examples

   effects:
      cast:
      - location: target
        effectlib:
          class: AnimatedBall
          duration: 5000

Developers

Developers may want to browse through the doxygen documentation.