https://github.com/dnalchemist/ssskins
Mod allows to set custom skins location url on the server side
https://github.com/dnalchemist/ssskins
minecraft minecraft-forge minecraft-forge-mod minecraft-mod
Last synced: about 1 year ago
JSON representation
Mod allows to set custom skins location url on the server side
- Host: GitHub
- URL: https://github.com/dnalchemist/ssskins
- Owner: DNAlchemist
- License: apache-2.0
- Created: 2017-05-21T16:03:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T13:09:17.000Z (over 5 years ago)
- Last Synced: 2025-03-26T19:03:06.806Z (about 1 year ago)
- Topics: minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod
- Language: Java
- Homepage:
- Size: 78.1 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#  Server Side Skins
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
1. Put skin player.png into root folder in your repo
2. Set URL in the ./config/ssskins.properties to https://raw.githubusercontent.com///
3. 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.
## Requirements
* [Minecraft Server](https://minecraft.net/ru-ru/download/server)
* Compatible version of [Minecraft Forge](https://files.minecraftforge.net/) installed on your Minecraft Server
## Installation
1. Go to [project page](https://minecraft.curseforge.com/projects/ssskins) on curseforge
2. Download latest version from "Files" tab
3. Put file into /mods directory in server folder
## Configuration
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:
http://chest.one/skins/DNAlchemist.png