Skip to content
JasperLorelai edited this page May 19, 2024 · 19 revisions

Source Code

spell-class: ".targeted.ext.GlowSpell"
Value Supported
entity true
location false
entity_from_location false

Description:

ProtocolLib and XGlow are required for this spell to work. This spell causes the entity to glow.

Configuration:

Since Beta 13 these options support dynamic values through numeric or string expressions.

Option Description Type Default
duration Duration specified in ticks before the glow expires. Set to 0 to define an infinite duration. Integer 0
power-affects-duration Since Beta 13. Boolean true
color Determines the color of the glow (ignore Depricated flags). String "white"

Example:

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