Skip to content
JasperLorelai edited this page Sep 10, 2024 · 8 revisions

Source Code

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

Description:

A targeted spell that makes you ride your target or reverse.

Configuration:

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

Option Description Type Default
duration Duration of the spell (in ticks). Integer 0
reverse Defines if the target should ride you instead. Boolean false

Example:

Mount:
    spell-class: ".targeted.MountSpell"
    duration: 200
Clone this wiki locally