Skip to content

UpdateCloneSpell

MomoPewpew edited this page Dec 9, 2023 · 1 revision

Source Code

spell-class: ".targeted.UpdateCloneSpell"

Description:

A targeted spell that updates all fake players that were spawned by the CloneSpell in an area.

Configuration:

Option Description Default Value
distance-x Maximum clone distance across the x-axis. 1
distance-y Maximum clone distance across the y-axis. 1
distance-z Maximum clone distance across the z-axis. 1

Example:

updateClones:
    spell-class: ".targeted.UpdateCloneSpell"
    distance-x: 50
    distance-y: 50
    distance-z: 50
Clone this wiki locally