Open local config file OK View on GitHub
中文(简体) English Dark Mode
Hover on options below to gather more information.
Enable CustomSkinLoader
Enable loading skulls
Enable dynamic skulls
Enable transparent skins
Ignore global HTTPS certificates
Enable updating skulls
Enable cache of local profiles
Clean cache when loading CustomSkinLoader
Force to load skin and cape even they come from different skin servers
Enable loading capes
sec
It shouldn't be too low or too high. Setting it to 0 will disable cache.
It can be increased when entering a server which has many players, but it should't be too high.
Mojang LittleSkin
To re-order items, drag and drop each item.
Add
{
  "enable": true,
  "enableSkull": true,
  "enableDynamicSkull": true,
  "enableTransparentSkin": true,
  "ignoreHttpsCertificate": false,
  "cacheExpiry": 30,
  "enableUpdateSkull": false,
  "enableLocalProfileCache": false,
  "enableCacheAutoClean": false,
  "forceLoadAllTextures": false,
  "enableCape": true,
  "threadPoolSize": 1,
  "loadlist": [
    {
      "name": "Mojang",
      "type": "MojangAPI"
    },
    {
      "name": "LittleSkin",
      "type": "CustomSkinAPI",
      "root": "https://littleskin.cn/"
    }
  ]
}
Download Copy