Active Group Respect Entity Direction (Effect) — DisplayEntityUtils
Addon: DisplayEntityUtils · Category: Effect · Since: 3.2.1, 3.3.5 (No "ft" prefix)
Syntax
make %activegroups% (follow|respect) %entity% (with|using) (pitch|yaw|pitch and yaw|body [yaw]) [ [and] flip group] [ [and] (with|using) (teleport[ation] duration|smoothness) [of] %-number%] [ [and] [after death] despawn after %-timespan%]Description
Make an active group respect an entity's looking direction, matching its body yaw, pitch and/or yaw. IN VERSIONS BELOW v3.3.5, EACH TYPE IS PREFIXED WITH "ft": "ft_body", "ft_pitch", "ft_yaw", and "ft_pitch_and_yaw"! 3.4.2+ replaces "pitch_and_yaw" with "pitch and yaw"
Examples
make {_activegroup} respect {_entity} using body yaw
make {_activegroup} respect {_entity} using pitch and flip group
make {_activegroup} respect {_entity} using yaw and with teleport duration of 2
make {_activegroup} respect {_entity} using pitch and yaw and after death despawn after 2 seconds
#Combined
make {_activegroup} respect {_entity} using yaw and flip group and with smoothness of 2 and after death despawn after 1 second