Play Animation (Effect) — DisplayEntityUtils

Addon: DisplayEntityUtils · Category: Effect · Since: 2.6.2, 3.0.0 (Packet), 3.3.6 (Animation Camera)

Syntax

(start|play) [packet] anim[ation] on %activegroup% (using|with) %displayanimator% [[starting] (at|on) frame %-number%] [for %-players% [and (with|us(e|ing)) cam[era]]]

Description

Play an animation on an active group with a display animator

Examples

play animation on {_activegroup} using {_displayanimator}

#3.0.0 or later
start packet animation on {_packetgroup} with {_displayanimator} starting at frame 3
start packet animation on {_activegroup} using {_displayanimator} for {_player}

#3.3.6 or later
start packet animation on {_packetgroup} with {_displayanimator} for {_player} and use camera

View source