BlueMap Custom Skin Server
Description
Simple addon for BlueMap that allows using a custom skin server.
Config
{
"debug": false, // Debug mode for issue or self error search
"serverType": "MOJANG", // Server type [ MOJANG | MOJANG_LIKE | CUSTOM ]
"customSkinServerUrl": "https://localhost/", // Here u must put custom link. Examples u can see below
"custom": { // This params supported only by CUSTOM server type
"suffix": "", // Text after username in request url. As example for https://mcskins.top/ need ".png"
"getSkinBy": "NAME", // Type of search param [ NAME | UUID ]
"skinByCase": "LOWER" // Name case [ LOWER | UPPER | DEFAULT ]. As example for https://mcskins.top/ need LOWER
}
}