Skip to content

UnconjureSpell

MomoPewpew edited this page Jul 28, 2023 · 14 revisions

Source Code

spell-class: ".instant.UnconjureSpell"

Description:

Instant Spell. Removes specified items from the caster's inventory including the hovered item.

Configuration:

Option Description
items A list of items written using the Cast Items format that should be unconjured. Quantity can be specified by separating it by a space from the item to make it match against stacks instead.

Example:

unconjure:
    spell-class: ".instant.UnconjureSpell"
    items:
        - paper 64
Clone this wiki locally