![Contributors][contributors-url] ![Forks][forks-url] ![Stargazers][stars-url] ![Issues][issues-url] ![MIT License][license-url] ![LinkedIn][linkedin-url] ![Discord][discord-url] ![Modrinth][modrinth-url]
BlueMap addon that allow to use custom skin server
Support
·
Report Bug
·
Request Feature
(back to top)
{
"configVersion": 2,
// MOJANG_LIKE, SKIN_URL, SKIN_RESTORER, FABRIC_TAILOR
"integration": "SKIN_URL",
// Raw image mean that image not going to be cut or resized.
// That allow you to use APIs that return player head only
"rawImage": false,
// URI only required for MOJANG_LIKE and SKIN_URL
// It supports both file:// and http(s)://
"uri": "http://0.0.0.0/%uuid%"
}
{
// Server type [ MOJANG_LIKE | CUSTOM ]
"serverType": "CUSTOM",
// Direct image mean that image not going to be cut or resized.
// That allow you to use APIs that return player head only
"directImage": false,
// URL to remote server. Use %uuid% and/or %username% placeholders where required
"url": "https://localhost/%uuid%/%username%",
}
{
// Debug mode for issue or self error search
"debug": false,
// Server type [ MOJANG_LIKE | CUSTOM ]
"serverType": "CUSTOM",
// URL to remote server. Added %uuid% and/or %username% placeholders where required
"url": "https://localhost/%uuid%/%username%",
}
{
// Debug mode for issue or self error search
"debug": false,
// Server type [ MOJANG_LIKE | CUSTOM ]
"serverType": "MOJANG",
// Here u must put custom link. Examples u can see below
"customSkinServerUrl": "https://localhost/",
// This params supported only by CUSTOM server type
"custom": {
// Text after username in request url. As example for https://mcskins.top/ need ".png"
"suffix": "",
// Type of search param [ NAME | UUID ]
"getSkinBy": "NAME",
// Name case [ LOWER | UPPER | DEFAULT ]. As example for https://mcskins.top/ need LOWER
"skinByCase": "LOWER"
}
}
(back to top)
See the open issues for a full list of proposed features (and known issues).
(back to top)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)(back to top)
Distributed under the MIT License. See LICENSE.txt for more information.
(back to top)