This is a SimpleHTTP based server for OpenMCSkins. It has an API similar to ely.by API. You can use the server directory as local storage instead of running it because it has the same filesystem structure as the local skins store.
- textures
- skin
- [PLAYER NAME].png
- cape
- [PLAYER NAME].png
- ears
- [PLAYER NAME].png
- skin
- metadata (OPTIONAL)
- skin
- [PLAYER NAME].json
- cape
- [PLAYER NAME].json
- skin
Skin metadata is a JSON file, that contains skin model name
{
"model": "slim"
}
{
"animated": true
}