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)DescriptionType
valueThe base64 texture value of the skin. Supports placeholders.STRING
signatureThe 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

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue