Skip to content

GlowSpell

MomoPewpew edited this page Jul 28, 2023 · 15 revisions

Source Code

spell-class: ".targeted.ext.GlowSpell"

Description:

ProtocolLib and XGlow are required for this spell to work. Targeted spell. Causes the entity to glow, depending on the options below.

Configuration:

Option Description Default Value
duration Duration specified in ticks before the glow expires. Set to 0 to define an infinite duration. 0
color Determines the color of the glow. Color names can be found here! white

Example:

Glow:
    spell-class: ".targeted.ext.GlowSpell"
    duration: 0
    color: white  
Clone this wiki locally