forked from TheComputerGeek2/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 3
WindGlide Spell
XYZI0N edited this page Mar 22, 2019
·
11 revisions
Buff spell that allows the user to fly(Elytra Fly without a visible elytra. The player can also travel upward)
Option | Description | Default Value |
---|---|---|
spell | what spell should be casted | null |
collision-spell | what spell should be casted when the caster collides with something | null |
block-collision-dmg | whether or not the player should take damage colliding with blocks | true |
cancel-on-collision | whether or not the spell should cancel on collision | false |
velocity | How fast the player moves | 20.0 |
height | Whether or not the player sinks or rises | 0.0 |
interval | How many ticks until the spell is executed | 4 |
Example:
Windglide:
spell-class: ".buff.WindglideSpell"
duration: 20
block-collision-dmg: true
cancel-on-collision: true
velocity: 10
height: 0
#spell: targetedspell1
#collision-spell: targetedspell2
!!!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