set skin - MoSadie/EffectMC GitHub Wiki
Updates your Minecraft skin.
NOTE: Does not automatically refresh in-game, rejoin to refresh it in-game.
- 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.
After setting the skin, the player rejoins the server using the Join Server effect to refresh the skin on the client side.
- 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)
-