Skip to content

Lightwalk Spell

AkitoBurrito edited this page Jan 28, 2022 · 15 revisions

Source Code

Buff spell that Lights your path.

Option Description Default Value
material material of the light block glowstone
allowed-types material list to allow the light block to spawn null

Example:

lightwalk:
    spell-class: ".buff.LightwalkSpell"
    name: lightwalk
    cast-item: golden_boots
    description: Light your path.
    material: glowstone
    allowed-types:
        - grass_block
    cost:
        - mana 25
        - torch 3
    use-cost:
        - torch 1
    use-cost-interval: 25
    str-cost: 25 mana and 3 torches, plus 1 torch occasionally
    str-cast-self: Light appears at your feet.
    str-fade: The light at your feet goes out.
Clone this wiki locally