Skip to content

EntombSpell

MomoPewpew edited this page Jul 28, 2023 · 10 revisions

Source Code

spell-class: ".targeted.EntombSpell"

Description:

Targeted Spell. Entombs the target

Configuration Options:

Option Description Default Value
block-type Block material used for the tomb. glass
duration Duration of the entomb (in ticks). 20
allow-breaking If the target is allowed to break the tomb. true
close-top-and-bottom Determines if the top and bottom of the tomb are open or not. true
block-destroy-message Message to send when someone tries to break the entomb. ""

Spell Default:

Entomb: 
    spell-class: ".targeted.EntombSpell"
    name: Entomb
    cast-item: stick
    cooldown: 20
    allow-breaking: false
    block-type: stone
    duration: 120
    str-cast-target: "%a has entombed you."
Clone this wiki locally