Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syorito-hatsuki/bluemap-custom-skin-server
Simple addon for BlueMap that allows using a custom skin server.
https://github.com/syorito-hatsuki/bluemap-custom-skin-server
bluemap kotlin minecraft
Last synced: 3 months ago
JSON representation
Simple addon for BlueMap that allows using a custom skin server.
- Host: GitHub
- URL: https://github.com/syorito-hatsuki/bluemap-custom-skin-server
- Owner: syorito-hatsuki
- License: mit
- Created: 2022-07-24T12:38:50.000Z (over 2 years ago)
- Default Branch: 1.20
- Last Pushed: 2024-05-07T14:09:10.000Z (8 months ago)
- Last Synced: 2024-10-11T09:58:37.040Z (3 months ago)
- Topics: bluemap, kotlin, minecraft
- Language: Kotlin
- Homepage: https://modrinth.com/mod/bcss
- Size: 122 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
[![Discord][discord-shield]][discord-url]
[![Modrinth][modrinth-shield]][modrinth-url]
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
* ![Fabric][fabric]
* ![Fabric-Language-Kotlin][fabric-language-kotlin]
* ![Ducky-Updater-Lib][ducky-updater-lib]
* ![BlueMap][bluemap]
* ![fStats][fstats]## Usage
### Config
```json5
{
// 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
```json5
{
// 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
```json5
{
// 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](https://github.com/syorito-hatsuki/bluemap-custom-skin-server/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!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## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/syorito-hatsuki/bluemap-custom-skin-server.svg?style=for-the-badge
[contributors-url]: https://github.com/syorito-hatsuki/bluemap-custom-skin-server/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/syorito-hatsuki/bluemap-custom-skin-server.svg?style=for-the-badge
[forks-url]: https://github.com/syorito-hatsuki/bluemap-custom-skin-server/network/members
[stars-shield]: https://img.shields.io/github/stars/syorito-hatsuki/bluemap-custom-skin-server.svg?style=for-the-badge
[stars-url]: https://github.com/syorito-hatsuki/bluemap-custom-skin-server/stargazers
[issues-shield]: https://img.shields.io/github/issues/syorito-hatsuki/bluemap-custom-skin-server?style=for-the-badge
[issues-url]: https://github.com/syorito-hatsuki/bluemap-custom-skin-server/issues
[license-shield]: https://img.shields.io/github/license/syorito-hatsuki/bluemap-custom-skin-server.svg?style=for-the-badge
[license-url]: https://github.com/syorito-hatsuki/bluemap-custom-skin-server/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/kit-lehto
[fabric]: https://img.shields.io/badge/fabric%20api-DBD0B4?style=for-the-badge
[fabric-language-kotlin]: https://img.shields.io/badge/fabric%20language%20kotlin-7F52FF?style=for-the-badge&logo=kotlin&logoColor=white
[ducky-updater-lib]: https://img.shields.io/badge/ducky%20updater%20lib-1bd96a?style=for-the-badge[fstats]: https://img.shields.io/badge/fStats-111111?style=for-the-badge
[bluemap]: https://img.shields.io/badge/bluemap-2c84e4?style=for-the-badge
[discord-shield]: https://img.shields.io/discord/1032138561618726952?logo=discord&logoColor=white&style=for-the-badge&label=Discord
[discord-url]: https://discord.com/invite/zmkyJa3
[modrinth-shield]: https://img.shields.io/modrinth/v/bcss?label=Modrinth&style=for-the-badge
[modrinth-url]: https://modrinth.com/mod/yacg