Fake Living Entity Property - Attribute (Expression) — PacketEventsSK

Addon: PacketEventsSK · Category: Expression · Since: 1.0.1

Syntax

[the] [fake] fake entity [field] %attributetype% attribute [value] of %fakeentity%

Description

The attribute of a fake living entity.

Examples

command spawn:
    trigger:
        set {_zombie} to a new fake player entity:
            location: location of player
            viewers: all players
            skin: skin of player
            username: "the rizzler"

        set fake entity scale attribute of {_zombie} to 5

View source