Skip to content

Set Skin Layer

MoSadie edited this page Feb 17, 2023 · 6 revisions

Description

Toggle the visibility of some or all parts of your Minecraft skin.

There is also the option to set the visibility instead of toggling it.

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 Section (required): The section of skin to toggle/set the visibility of. Here are the options:
    • All: All sections will be set/toggled
    • All Body: All sections except the cape will be set/toggled
    • Cape
    • Left Sleeve
    • Right Sleeve
    • Left Pant Leg
    • Right Pant Leg
    • Hat
  • Visibility (required): Set whether to toggle, show, or hide the selected skin section. Note that toggling with All or All Body will toggle each section individually.

Example Configuration

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

In-Game Experience

Two seperate Set Skin Layer effects are triggered in this gif to give examples of toggling all layers and hiding just the hat. After hiding the hat, the all layer toggle is triggered a few more times to demonstrate how the toggle all/all body toggles each section individually.

Gif of the player staring at themselves. They are wearing armor as the second layer of their skin. The outer layer is toggled a few times, then just the hat is hidden. After that the outer layer is toggled again, but the hat is toggled the opposite of the other section of the skin.

Advanced: HTTP Request Information

  • Method: GET
  • Endpoint: /setskinlayervisibility
  • Parameters:
    • device: Device ID (String)
    • section: The section of skin to effect. Accepted values: ALL, ALL_BODY, CAPE, JACKET, LEFT_SLEEVE, RIGHT_SLEEVE, LEFT_PANTS_LEG, RIGHT_PANTS_LEG, HAT (String)
    • visibility: What state to set the visibility of the skin section. Accepted values: SHOW, HIDE, TOGGLE (String)