/MineskinClient

Primary LanguageJavaMIT LicenseMIT

MineskinClient

Client for api.mineskin.org

Can be used to generate valid texture data from skin image files.
You can also use mineskin.org to directly generate skin data from images.

The API requires official Minecraft accounts to upload the skin textures.
If you own a Minecraft account you don't actively use and want to contibute to the API's speed, please add your account here!

MineSkinClient client = new MineSkinClient("MyUserAgent");
client.generateUrl("https://image.url", SkinOptions.name("some cool skin")).thenAccept(skin -> {
    ...
})
<dependency>
    <groupId>org.mineskin</groupId>
    <artifactId>java-client</artifactId>
    <version>1.2.3-SNAPSHOT</version>
</dependency>
<repositories>
    <repository>
        <id>inventive-repo</id>
        <url>https://repo.inventivetalent.org/repository/public/</url>
    </repository>
</repositories>