Skip to content

GeyserSpell

MomoPewpew edited this page Jul 28, 2023 · 8 revisions

Source Code

spell-class: ".targeted.GeyserSpell"

Description:

Targeted spell. Create a block geyser that shoots your enemy into the air.

Configuration Options:

Option Description Default Value
geyser-type Block data water
damage Damage dealt by the geyser. 0
velocity Velocity applied to the entity. 10
geyser-height Height of the geyser. 4
animation-speed The animated speed of the geyser. 2
ignore-armor Should the spell's damage ignore armor? false
check-plugins Should the spell check damage-related plugins? true
avoid-damage-modification Should the spell avoid damage modification? false

Spell Default:

geyser:
    spell-class: ".targeted.GeyserSpell"
    name: geyser
    spell-icon: water
    description: Create a geyser of water at your enemy's feet.
    cast-item: blaze_rod
    range: 20
    damage: 0
    velocity: 10
    animation-speed: 2
    geyser-height: 4
    geyser-type: water
    ignore-armor: false
    can-target: players,monsters
    check-plugins: true
    cost:
        - mana 10
    str-cost: 10 mana
    str-cast-self: You create a geyser at your enemy's feet.
    str-no-target: No target found.
Clone this wiki locally