Play Animation Camera (Effect) — DisplayEntityUtils

Addon: DisplayEntityUtils · Category: Effect · Since: 3.3.6

Syntax

(start|play) [anim[ation]] camera on %activegroup% (using|with) %displayanimator/deuanimation% [[starting] (at|on) frame %-number%] for %players% [[and] [with] [a[n]] start[ing] transition of %-timespan%] [[and] [with] [a[n]] end[ing] delay of %-timespan%]

Description

Make players follow an animation's camera on an active group using a display animator or animation

Examples

play camera on {_packetgroup} with {_animator} for {_player}

play camera on {_activegroup} using {_animation} for {_player} starting at frame 3

play camera on {_activegroup} using {_animation} for {_player} with a start transition of 3 ticks and end delay of 2 seconds

play camera on {_activegroup} using {_animation} for {_player} starting at frame 8 with a start transition of 3 seconds and an end delay of 10 ticks

View source