Skip to content

UnconjureSpell

JasperLorelai edited this page Aug 3, 2020 · 14 revisions

Qualified Name: com.nisovin.magicspells.spells.instant.UnconjureSpell

Parent: InstantSpell

Source Code

Functionality: Removes specified items from caster's inventory including the hovered item.

Configuration:

Option Description
items A list of items that should be unconjured. Quantity can be specified by seperating 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