forked from TheComputerGeek2/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 3
GlowSpell
Tae edited this page Aug 1, 2021
·
15 revisions
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!
Glow:
spell-class: ".targeted.ext.GlowSpell"
toggle: false
duration: 0
client-side: false
visible-to-target: true
color: white
!!!This is not the official MagicSpells wiki!!!
This wiki was cloned from the official one to document the changes to the plugin that were made specifically for Dwarves vs Zombies 2023 and Lords of Minecraft 2