Skip to content

GlowSpell

Tae edited this page Aug 1, 2021 · 15 revisions

Glow Spell

Source Code

Description:

ProtocolLib and GlowAPI are required for this spell to work.

Targeted spell. Causes the entity to glow, depending on the options below.

Option Description Default Value
toggle Defines whether the spell can be deactivated while it's still active. It will only apply cooldown when its duration fades. false
duration Duration specified in seconds before the glow expires. Set to 0 to define an infinite duration. 0
client-side Determines if the glow is handled by the client or the server. false
visible-to-target Determines if the target can see the glow or not. false
color Determines the color of the glow. white

Color names can be found here!

Example:

Glow:
    spell-class: ".targeted.ext.GlowSpell"
    toggle: false
    duration: 0
    client-side: false
    visible-to-target: true
    color: white  
Clone this wiki locally