Mod
BlueMap Custom Skin Server
No reviews yet
Simple addon for BlueMap that allows using a custom skin server.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
BlueMap Custom Skin Server
Simple BlueMap addon that allows using a custom skin server.
Build With
Description
Addon supports three types of servers
- MOJANG_LIKE - Any server that works like Mojang API
- CUSTOM - Any other custom server with additional config settings
Config description available on Modrinth and Github
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt for more information.
Bluemap Custom Skin Server
BlueMap addon that allow to use custom skin server
Support
·
Report Bug
·
Request Feature
About The Project
Built With
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"
}
}
Roadmap
- Change link format
See the open issues for a full list of proposed features (and known issues).
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt for more information.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers