Bluemap Custom Skin Server
BlueMap addon that allow to use custom skin server
Support
·
Report Bug
·
Request Feature
Table of Contents
About The Project
Built With
Usage
Config
{
// 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
- [x] 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.
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Fabric
Supported environments
Details
Licensed MIT
Published 2 years ago
Updated 6 months ago