Skip to content

CreatureTargetSpell

AkitoBurrito edited this page Jan 28, 2022 · 8 revisions

Description

Source Code

Targeted spell - If the caster is a mob it will cast a spell on the mob's current target.

Spell Example

mythicmob-ability1:
    spell-class: ".targeted.CreatureTargetSpell"
    spell: combust

combust:
    spell-class: ".targeted.CombustSpell"
    range: 20
    fire-ticks: 100
    fire-tick-damage: 1
    prevent-immunity: true
    target-players: true

Clone this wiki locally