Skip to content
samo_lego edited this page Nov 12, 2020 · 10 revisions

The Tailor of Fabric for Fabric

FabricTailor is a skin changing / restoring mod. It works in singleplayer environment or on server without clients needing to install it (serverside). It also saves skin directly to playerdata, meaning that it will show skin even if you don't have internet connection next time. It can also fetch capes, if you set your skin by someone's name who has it. As a bonus it also fetches skins from ely.by service.

How to use

It's simple, believe me. It only adds one command which is pretty straightforward and self-explanatory. May the bellow command tree scare you.

/skin

  • clear - clears your skin
  • set - sets new skin
    • player <player_name> - fetches skin from existing player and cape if the player has one
    • URL - sets the skin from image, available on the internet
      • classic <url> - classic (Steve) format of the skin
      • slim <url> - slim (Alex) format of the skin
    • upload - sets the image from disk
      • classic <file_path> - classic (Steve) format of the skin
      • slim <file_path> - slim (Alex) format of the skin

Features

  • Supports both skin models (classic - Steve or slim - Alex)
  • Skin saving - each skin is saved to playerdata
  • Works in offline or online mode
    • Note - for first setting of skin, FabricTailor needs a valid internet connection.

Examples

/skin set URL classic https://textures.minecraft.net/texture/cdf2a2b8c2ecb0379367b84c14bd31eecc5c913208f305d21f01016cea53e84

will give you this skin:

Failed to load image.

Running

/skin set playername jeb_

will give you jeb_'s skin, as well as his cape.

If you have OP rights, you can also change skins of other players (via Minecraft's built in command)

/execute as <player_name> run skin clear/set etc.
Clone this wiki locally