Simple Skin - Player Displayed Skin (Effect) — PacketEventsSK

Addon: PacketEventsSK · Category: Effect · Since: 1.0.0

Syntax

set displayed skin of %players% to %skin% [for %-players%]

Description

Set the displayed skin of a player for a set of viewers. Internally everything is handled by the addon (fully packet based).

Examples

command skinMeNotchForMe:
    trigger:
        fetch skin of player named "notch" and store it in {_skin}
        set displayed skin of player to {_skin} for player

View source