custom skin loader

This commit is contained in:
2025-07-27 21:46:44 +02:00
parent 9e7fb9f7e6
commit 067acf1a0f
3 changed files with 22 additions and 15 deletions

View File

@@ -1,15 +1,22 @@
{
"enable": true,
"version": "14.24",
"buildNumber": 33,
"loadlist": [
{
"name": "Piel de patata",
"root": "https://auth.oier.ovh/api/skin-api/skins/",
"type": "CustomSkinAPI"
},
{
"name": "Mojang",
"type": "MojangAPI"
}
]
}
{
"name": "Piel de patata",
"type": "CustomSkinAPI",
"root": "https://auth.oier.ovh/csl/"
}
],
"enableDynamicSkull": true,
"enableTransparentSkin": true,
"forceLoadAllTextures": true,
"enableCape": true,
"threadPoolSize": 8,
"enableLogStdOut": false,
"cacheExpiry": 30,
"forceUpdateSkull": false,
"enableLocalProfileCache": false,
"enableCacheAutoClean": false,
"forceDisableCache": false
}