Mod allows to set custom skins location url on the server side.
Mod uses "http://skins.minecraft.net/MinecraftSkins" path by default.
ATTENTION! MOJANG no longer uses this path to store skins. You must specify your own
You can use GitHub as an HTTP server. For example:
Create repo with name minecraft_skins
- Put skin player.png into root folder in your repo
- Set URL in the ./config/ssskins.properties to https://raw.githubusercontent.com/<your_github_username>//
- A user with the nickname player will get skin player.png. Each png file that falls into this repository will be associated with the player's name.
- Minecraft Server
- Compatible version of Minecraft Forge installed on your Minecraft Server
- Go to project page on curseforge
- Download latest version from "Files" tab
- Put file into /mods directory in server folder
Specify ssskins-url in the ./config/ssskins.properties for changing the skin url, e.g:
# ssskins.properties
ssskins-url=http://chest.one/skins
For a user with a nickname DNAlchemist the skin should be available by URL: