Skip to main content

animation

Triggered Effect

Plays an animation

List of Animations

IDDescriptionArgs
spin_itemSpin items around in a ringitem The item
amount The amount of items
duration The duration of the animation
radius The radius of the ring
speed The speed at which the items spin

Example Config

- id: animation
args:
animation: spin_item # The ID of the animation
animation_args: # Arguments for the animation
item: "ecoitems:hardened_diamond_sword finishing:5"
amount: 4
duration: 100
radius: 2
speed: 1
...other config (eg triggers, filters, mutators, etc)