Skip to content

WindGlide Spell

ChronoKeeper edited this page Aug 12, 2019 · 11 revisions

Elytra flight without visible elytra

Option Description Default Value
spell Spell to be casted null
collision-spell Spell to be casted when the caster collides with a block null
block-collision-dmg Should damage on block collision be disabled? true
cancel-on-collision Should the spell be cancelled on block 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 and velocity 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
Clone this wiki locally