Skip to content
JasperLorelai edited this page May 19, 2024 · 7 revisions

Source Code

spell-class: ".targeted.TelekinesisSpell"
Value Supported
entity false
location true
entity_from_location false

Description:

A targeted spell that allows you to manipulate levers, pressure plates and buttons.

Configuration:

Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.

Option Description Type Default
check-plugins Alert other plugins about block changes. Boolean true

Example:

telekinesis:
    spell-class: ".targeted.TelekinesisSpell"
    description: Manipulate switches and buttons remotely.
    cast-item: stick
    cooldown: 15
    range: 20
    cost:
        - mana 5
    str-cost: 5 mana
    str-no-target: You must target a switch or button.
Clone this wiki locally