SkinsRestorer LogoSkinsRestorer

Quick Start Guide

Get SkinsRestorer running quickly with configuration templates for different setups.

Choose your setup type below for a quick configuration guide.

Choose your setup

Single Server Setup

For standalone Bukkit/Spigot/Paper servers without a proxy.

Steps:

  1. Download SkinsRestorer from Modrinth
  2. Place SkinsRestorer.jar in your plugins folder
  3. Restart your server
  4. Done! The default config works out of the box

Recommended config tweaks:

# Optional: Set default skins for players without Mojang accounts
storage:
  defaultSkins:
    enabled: true
    list:
      - "<random>"

# Optional: Reduce cooldown for smaller servers
commands:
  skinChangeCooldown: 15

Test it:

/skin Notch

Post-installation checklist

After installing, verify:

  • /skin Notch changes your skin
  • /skins opens the GUI
  • Skins persist after rejoining
  • (Proxy) Skins persist when switching servers
  • No errors in console logs

Common quick fixes

IssueSolution
Commands don't workCheck permissions: /lp user <player> permission set skinsrestorer.player true
Skin doesn't applyCheck firewall allows connections to *.skinsrestorer.net
Proxy mode not detectedVerify player information forwarding is configured
Database errorsCheck credentials and that MySQL is accessible

Next steps

How is this guide?

Last updated on

On this page