sr_set_skin_from_texture
Applies a raw skin texture, made up of a value and a signature, to the player.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
value | The base64 texture value of the skin. Supports placeholders. | STRING |
signature | The signature that goes with the texture value. Supports placeholders. | STRING |
Trigger parameters required
PLAYER
Example
effects:
- id: sr_set_skin_from_texture
args:
value: <value>
signature: <value>
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |