Skip to content

Entity Edit Spell

MomoPewpew edited this page Jul 28, 2023 · 6 revisions

Source Code

spell-class: ".targeted.EntityEditSpell"

Description:

Targeted entity spell: You can edit the entity's attributes using this spell.

Configuration:

Option Description Default Value
attributes Attribute list
toggle Toggles the applied modification. false

Example:

speed:
    spell-class: ".targeted.EntityEditSpell"
    always-granted: true
    cast-item: stick
    toggle: false
    attributes:
      - generic_movement_speed 1 add_number
Clone this wiki locally