Skip to content

Set Skin

MoSadie edited this page Feb 17, 2023 · 3 revisions

Description

Updates your Minecraft skin.

NOTE: Does not automatically refresh in-game, rejoin to refresh it in-game.

Configuration Options

  • Title (optional): An optional title to display on the key. Customize location and font using the T icon to the right of the text box.
  • Minecraft IP (required): The address that the EffectMC mod is running on. (Example: http://localhost:3000)
  • Skin URL: (Required) The image file to use as your Minecraft skin. (Example: https://s.namemc.com/i/db1ec00845bb505b.png)
  • Skin Type (required): Set whether to use the Slim or Classic model for your skin.

Example Configuration

Screenshot of Elgato Stream Deck software with a title, Minecraft IP, skin url, and skin type set for the Set Skin action

In-Game Experience

After setting the skin, the player rejoins the server using the Join Server effect to refresh the skin on the client side.

Gif of the player staring at themselves. After a second they rejoin the server. The player's skin has changed.

Advanced: HTTP Request Information

  • Method: GET
  • Endpoint: /setskin
  • Parameters:
    • device: Device ID (String)
    • url: The URL of the Skin Texture. (String)
    • skinType: The model to use for the skin. Accepted values: SLIM, CLASSIC. (String)