Update Effects authored by Akim91's avatar Akim91
...@@ -39,6 +39,7 @@ skill **effect:name**, for example: ...@@ -39,6 +39,7 @@ skill **effect:name**, for example:
| [Flames][] | Causes the Mob Spawner flame effect | | [Flames][] | Causes the Mob Spawner flame effect |
| [Geyser][] | Creates a "geyser" of water or lava | | [Geyser][] | Creates a "geyser" of water or lava |
| [Glow][] | Gives the target the glow effect with different colors (req. GlowAPI) | | [Glow][] | Gives the target the glow effect with different colors (req. GlowAPI) |
| [GuardianBeam][] | Draw a guardian beam between the origin and the target |
| [Item Spray][] | Sprays temporary items around the target | | [Item Spray][] | Sprays temporary items around the target |
| [Lightning][] | Causes a fake lightning strike | | [Lightning][] | Causes a fake lightning strike |
| [Particles][] | Creates particle effects around the target | | [Particles][] | Creates particle effects around the target |
...@@ -84,6 +85,7 @@ These effects require the plugin "EffectLib" to be installed to use. ...@@ -84,6 +85,7 @@ These effects require the plugin "EffectLib" to be installed to use.
[Flames]: /skills/effects/flames [Flames]: /skills/effects/flames
[Geyser]: /skills/effects/geyser [Geyser]: /skills/effects/geyser
[Glow]: /skills/effects/glow [Glow]: /skills/effects/glow
[GuardianBeam]: /effects/guardianbeam
[Item Spray]: /skills/effects/itemspray [Item Spray]: /skills/effects/itemspray
[Lightning]: /skills/effects/lightning [Lightning]: /skills/effects/lightning
[Particles]: /skills/effects/particles [Particles]: /skills/effects/particles
... ...
......