
ModsJava
Skin Sync
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

🎭 SkinSync
A Fabric client mod for downloading and managing player skins in multiplayer.
English · Русский
English
✨ Features
- 📥 Download skins — Save any player's skin to your local files with a single command
- 🎯 Auto-set skins — Automatically apply downloaded skins via server-specific commands
- 🔧 Multi-server support — Configure different command templates for each server
- ⌨️ Smart suggestions — Tab-complete with online player names out of the box
- 🖱️ Clickable links — Copy file paths and skin names directly from chat
💻 Usage
/getskin <player> [auto set]
| Argument | Required | Description |
|---|---|---|
player |
✅ | Username of the player whose skin you want to save |
auto set |
❌ | Set to true to automatically apply the skin via server command |
Example:
/getskin Notch
/getskin Notch true
⚙️ Configuration
Server-specific configuration is stored in config/skin-sync/server-configurator.json:
{
"default": {
"auto-set-skin-command": "skin set {skin}"
},
"mc.example.com": {
"auto-set-skin-command": "/setskin {skin}"
}
}
| Field | Description |
|---|---|
default |
Fallback command template used when no server-specific config exists |
| Server address | Per-server command template (format: host) |
{skin} |
Placeholder replaced with the player's nickname |
Downloaded skins are saved to config/skin-sync/skins/<player>_<uuid>.png
⚠️ Notes
- This mod works only in multiplayer — singleplayer is not supported
- All commands are client-side only — other players don't need this mod
Russian
✨ Возможности
- 📥 Скачивание скинов — Сохраняйте скины любых игроков одной командой
- 🎯 Авто-применение — Автоматическая установка скинов через команды сервера
- 🔧 Несколько серверов — Разные шаблоны команд для каждого сервера
- ⌨️ Умные подсказки — Автодополнение с никами игроков онлайн
- 🖱️ Кликабельные ссылки — Копируйте пути и названия прямо из чата
💻 Использование
/getskin <игрок> [авто установка]
| Аргумент | Обязателен | Описание |
|---|---|---|
игрок |
✅ | Ник игрока, чей скин нужно сохранить |
авто установка |
❌ | Укажите true для автоматической установки через команду сервера |
Пример:
/getskin Notch
/getskin Notch true
⚙️ Настройка
Конфигурация хранится в config/skin-sync/server-configurator.json:
{
"default": {
"auto-set-skin-command": "skin set {skin}"
},
"mc.example.com": {
"auto-set-skin-command": "/setskin {skin}"
}
}
| Поле | Описание |
|---|---|
default |
Шаблон команды по умолчанию |
| Адрес сервера | Шаблон для конкретного сервера (формат: host) |
{skin} |
Заменяется на ник игрока |
Скачанные скины сохраняются в config/skin-sync/skins/<игрок>_<uuid>.png
⚠️ Примечания
- Мод работает только на мультиплеере — одиночная игра не поддерживается
- Все команды на стороне клиента — другим игрокам мод не нужен
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20.2, 1.20.3, 1.20.4
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as SkinSync-1.20.x-1.0.0.jar — drop this file into the mods folder
- Download size: 20 KB
- Download link checked 22 Aug 2026 — working
These come from our own check of the pack file, not from the source page.