Back to mods
SkinLibrary project artwork

Modrinth · Minecraft mod

SkinLibrary

Server-side skin library for Fabric: drop PNG files in a folder and let players pick skins from a clickable in-chat list with /skin.

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which SkinLibrary release matches 26.2?

Updated last month
Best match for your filters 2.1.0+26.2
Game version 26.2
Loader Fabric

SkinLibrary 2.1.0+26.2 targets 26.2 with Fabric. Do not install it on the client. It must be installed on the dedicated server. All 2 required mods have matching files.

Where it goes

Is SkinLibrary required on the client, server, or both?

Do not install it on the client. It must be installed on the dedicated server.

Client Not supported
Dedicated server Required
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

This file is marked server-only.

What else does SkinLibrary 2.1.0+26.2 need?

2.1.0+26.2 on 26.2. Every mod below is checked against that same setup.

All 2 required mods have matching files

Install Fabric API, Fabric Tailor first. We found matching files for this game-version and loader setup.

Fabric API Needed by SkinLibrary 2.1.0+26.2
required
Matching file found Matched file: 0.160.0+26.2
Fabric Tailor Needed by SkinLibrary 2.1.0+26.2
required
Matching file found Matched file: 2.10.0

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add SkinLibrary without breaking your instance.

Built for SkinLibrary 2.1.0+26.2 on 26.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use 2.1.0+26.2. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Fabric API, Fabric Tailor first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    Do not install it on the client. It must be installed on the dedicated server.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside 2.1.0+26.2. It opens that exact file at the source.

About this project

What does SkinLibrary add?

SkinLibrary — one character cycling through library skins

🎭 SkinLibrary

Server-side skin library for Fabric — players pick a skin from a clickable list in chat.

Drop .png files into a folder; players join with a vanilla client and type /skin.
Nothing to install on their side, no web service to host, no API keys.


What it does

Command What happens
/skin Browse the library — paged, grouped by author, entries are clickable
/skin <name> Wear a skin from the library
/skin random Wear a random one
/skin player <nick> Wear the skin of any Minecraft account
/skin url <address> Wear a skin from a PNG link
/skin reset Back to your own account skin
/skin reload Reload the library (operators)

FabricTailor does the actual skin swapping and the
MineSkin upload; SkinLibrary adds the curated library and the in-chat browser on top of it.

Features

  • 🖱️ Clickable in-chat list — paged, grouped by author, with "◀ Previous / Next ▶"
    navigation and 🎲 Random / ↺ Original shortcuts.
  • ⌨️ Tab-complete for skin names — nobody has to memorise the library.
  • 📁 The library is just a folder — the file name becomes the skin name, then /skin reload.
  • 🌐 Skins from outside the library/skin player <nick> and /skin url <address>,
    both switchable in the config.
  • 🧠 Texture cache — a texture fetched once is not sent to MineSkin again.
  • 🗣️ Translationsen_us and pl_pl built in, your own language without a rebuild.
  • 📦 One jar for 1.21+ — no mixins, no per-version builds.
  • 🔌 Optional HTTP catalogue (libraryUrl) — if you already run a skin service.

Requirements

A Fabric server on 1.21 or newer, Java 21, and in mods/:
Fabric API and FabricTailor.

Server-side only — players join with a vanilla client and need nothing installed.

Quick start

  1. Put fabric-api, fabrictailor and skinlibrary into your server's mods/ folder.
  2. Start the server once — it creates config/skinlibrary/.
  3. Drop .png skins (64×64 or 64×32) into config/skinlibrary/skins/.
  4. /skin reload, and they are live.

The file name becomes the skin name: pirate.png/skin pirate.

Configuration

config/skinlibrary/config.json, created on first start:

{
  "language": "en_us",
  "allowPlayerSkins": true,
  "allowUrlSkins": true,
  "cooldownSeconds": 5,
  "requireOperator": false,
  "pageSize": 8,
  "slimByDefault": false,
  "libraryUrl": "",
  "commandAliases": ["skin", "skins"]
}

Nothing here is required — the defaults work. Notable options:

  • commandAliases — rename the command if another mod already owns /skin.
  • slimByDefault — treat file skins as the slim (Alex) model.
  • libraryUrl — optional HTTP catalogue, if you already run one. It must answer with
    {"skins": [{"name": "...", "value": "...", "signature": "...", "author": "..."}]};
    entries may use url instead of value.

Richer entries

For anything beyond "a PNG in a folder", add config/skinlibrary/skins.json:

{
  "notch":  { "player": "Notch",                      "author": "mojang" },
  "banner": { "url": "https://example.com/skin.png",  "author": "alice"  },
  "alex":   { "file": "alex.png", "slim": true,       "author": "bob"    }
}

Entries are grouped by author in the browser, so a shared server can see who added what.

Translations

Built in: en_us, pl_pl. Set language in the config.

To add your own, drop config/skinlibrary/lang/<code>.json with the same keys as
en_us.json — no rebuild needed.

Minecraft versions

One jar covers 1.21 and up. The mod has no mixins and stays off the parts of the API that
shift between releases, so it does not need a rebuild per point release.

The single exception is clickable chat: Minecraft 1.21.5 replaced the click/hover event API.
On 1.21.5+ the list is clickable; on older releases the same list prints without click support
and everything else works unchanged.

Source & license

github.com/PiotrKajor/skinlibrary — MIT.
A Polish README is in the repository (README.md).

Project description from Modrinth.

Pick your setup

SkinLibrary by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

25 available setups

Showing the newest 12 of 25 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

SkinLibrary versions and loaders

1 of 6 releases match
Clear filters

Looking for an older file? The official Modrinth project page is in Resources.