BlueMap Custom Skin Server
This addon for BlueMap allows using custom skin servers to display player characters on the map.
Technical Foundation
The mod is built using the following technologies:
- Fabric API
- Fabric Language Kotlin
- Ducky Updater Lib
- BlueMap
- fStats
Configuration Settings
The configuration file offers the following parameters:
{
// Server type [MOJANG_LIKE | CUSTOM]
"serverType": "CUSTOM",
// Direct image means that the image won't be cropped or resized
// This allows using APIs that return only the player's head
"directImage": false,
// URL to remote server. Use %uuid% and/or %username% placeholders where required
"url": "https://localhost/%uuid%/%username%",
}
Version History
Version 2024.5.1
This version removed the debug option and simplified configuration for easier use.
Version 2023.11.1
Previous versions supported additional parameters for custom skin server configuration, including suffixes, search types, and name cases.
Development Roadmap
The core functionality is already implemented, including link format changes. For a complete list of proposed features and known issues, check the open issues in the project repository.
Contribution
We welcome community contributions to project development. Any suggestions for improving functionality can be submitted through pull requests or by opening issues with the "enhancement" label.