YHDiamond / MineskinClient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MineskinClient

Build Status

Client for api.mineskin.org

Can be used to generate valid texture data from skin image files.
You can also use this online tool 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 contact me!

MineSkinClient client = new MineSkinClient("MyUserAgent");
client.generateUrl("https://image.url", SkinOptions.name("some cool skin")).thenAccept(skin -> {
    ...
})

About

License:MIT License


Languages

Language:Java 100.0%