InventivetalentDev / MineskinClient

Java client for the MineSkin API
https://mineskin.org
MIT License
33 stars 15 forks source link

[Question] What APIs would I use to change a player's skin to a file #1

Closed 28andrew closed 8 years ago

28andrew commented 8 years ago

What APIs would I use to change a player's skin to a file. I'm guessing this one and NickNamer?

InventivetalentDev commented 8 years ago

Yes. You can use #loadCustomSkin to inject the texture value & signature and #setCustomSkin to apply it to a player.

28andrew commented 8 years ago

Thanks so much.