Перейти к содержимому
Mineforgian

BlueMap Custom Skin Server

BlueMap addon that allow to use custom skin server

Загрузки
6K
Подписчики
25
Обновлён
23 июня 2026 г.
Лицензия
MIT

Опубликован 24 июля 2022 г.

Contributors Forks Stargazers Issues MIT License LinkedIn Discord Modrinth


Logo

Bluemap Custom Skin Server

BlueMap addon that allow to use custom skin server
Support · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing
  5. License

About The Project

Built With

  • Fabric
  • Fabric-Language-Kotlin
  • Ducky-Updater-Lib
  • BlueMap

(back to top)

Usage

Config

{
  "configVersion": 3,
  // Use command /bcss gai to get list of all available integrations 
  "integration": "modid:type",
  // 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%"
}
Before 2026.6.1
{
  "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%"
}
Before 2026.1.1
{
  // 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%",
}
Before 2024.5.1
{
  // 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%",
}
Before 2023.11.1
{
  // 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)

Roadmap

  • Change link format

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Центр версий

17 версий
  • Релиз3.3 МБ
  • Релиз3.3 МБ
  • Релиз3.4 МБ
  • Релиз3.3 МБ
  • Релиз3.3 МБ
  • Релиз1.1 МБ
  • Релиз1.1 МБ
  • Релиз101 КБ
  • Релиз109 КБ
  • Релиз109 КБ
  • Релиз108 КБ
  • Релиз108 КБ
  • Бета98 КБ
  • Альфа28 КБ
  • Альфа28 КБ
  • Альфа27 КБ
  • Альфа26 КБ

Ченджлог

2026.6.1Релиз26.1, 26.1.1, 26.1.2 · 23 июня 2026 г.
  • Replaced fStats with FastStats
  • Updated internal mod-id
  • Updated integration system
  • Fabric Tailor extracted to seperate project due technical issues
2026.6.1Релиз26.2 · 22 июня 2026 г.
  • Updated to 26.2
  • Replaced fStats with FastStats
  • Updated internal mod-id
  • Updated integration system
  • Fabric Tailor extracted to seperate project due technical issues

 

2026.4.1Релиз26.1, 26.1.1, 26.1.2 · 2 апреля 2026 г.
  • Updated to 26.1
    • Swithed to Mojmaps
  • Added Fabric Tailor integration FABRIC_TAILOR
2026.3.1Релиз1.21.11 · 19 марта 2026 г.
2026.1.1Релиз1.21.11 · 29 января 2026 г.
  • Updated to 1.21.11
  • Updated config to V2 (auto-migration)
  • Added native support for Skin Restorer
2025.4.1Релиз1.21.8, 1.21.9, 1.21.10 · 8 апреля 2025 г.
  • Provided User Agent
2024.5.1Релиз1.21.3, 1.21.4, 1.21.5 · 7 мая 2024 г.
  • Added support for WebP
  • Added support for Direct Image
  • Moved debug logs to vanilla debug.log
2023.11.1Релиз1.20.2, 1.20.3, 1.20.4 · 18 ноября 2023 г.
  • Refactor
  • New config

Комментарии

Загружаем…