Skip to content

DeprecatedGlowSpell

JasperLorelai edited this page Mar 30, 2025 · 2 revisions

Source Code

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

Warning

The spell has stopped working since early 1.20.x versions because XGlow has been abandoned. This spell has been deprecated since 4.0 Beta 17, and as an alternative we have added a GlowSpell that relies on our own glow code.

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 4.0 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 4.0 Beta 13. Boolean true
color Determines the color of the glow (ignore Deprecated flags). String "white"

Example:

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