forked from TheComputerGeek2/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 3
StunSpell
MomoPewpew edited this page Jul 28, 2023
·
8 revisions
spell-class: ".targeted.StunSpell"
A targeted spell that stuns the target both from moving and looking around.
Option | Description | Variable Type | Default Value |
---|---|---|---|
duration |
Duration of the stun defined in server ticks. | Integer | 200 |
interval |
Sets the interval of applying the stun, defined in server ticks. | Integer | 5 |
stun-monitor |
Defines if the stun spell should stun the target's monitor movement. | Boolean | true |
stun-body |
Defines if the stun spell should stun the target's body movement. | Boolean | true |
use-target-location |
Defines whether the target should be teleported to the location they were at when they were targeted (true) or if the location they moved from (false). | Boolean | true |
Stun:
spell-class: ".targeted.StunSpell"
cast-item: stick
duration: 120
interval: 5
str-cast-target: "%a has stunned you."
str-cast-self: "You have stunned %t."
!!!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