VinesSpell - TheComputerGeek2/MagicSpells GitHub Wiki

Source Code

spell-class: ".targeted.VinesSpell"

Description:

A targeted spell that makes vines grow on the targeted block.

Configuration:

Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.

Option Description Type Default
up Defines how far to spread the vines up. Integer 3
down Defines how far to spread the vines down. Integer 1
width Defines how far to spread the vines horizontally. Integer 1
animate-interval Interval between spawning vines. Integer 0

Example:

vines:
    spell-class: ".targeted.VinesSpell"
    up: 3
    down: 3
    width: 0
    animate-interval: 5