Fake Entity - Ride (Effect) — PacketEventsSK

Addon: PacketEventsSK · Category: Effect · Since: 1.0.1, 1.1.0 (added note)

Syntax

(make|let|force) fake [entit(y|ies)] %fakeentities% [to] (ride|mount) %fakeentity/livingentity%

Description

Make fake entities ride another entity (fake or real), or remove them as passengers. **Note: Real entities are just a single packet being sent, when a player relogs, changes worlds or some other circumstances the passengers will be altered by the vanilla server.**

Examples

command test:
    trigger:
        create a new fake text display entity at player for players and store it in {_display}
        set fake display text of {_display} to "<rainbow>hey"
        set fake display billboard of {_display} to center
        make fake entity {_display} ride player
        wait 5 seconds
        force fake entity {_display} to dismount as passenger of player

View source