games647 / ChangeSkin

Allows your players to change their skin by command
https://dev.bukkit.org/bukkit-plugins/changeskin/
MIT License
187 stars 33 forks source link

MineSkin API #98

Open kulkalkul opened 6 years ago

kulkalkul commented 6 years ago

Would you mind using MineSkin API? As I know it has accounts to getting texture and signature data. It can be easy to get skin data with url, not sure btw.

ziceptor commented 6 years ago

looking forward to it

games647 commented 6 years ago

Do you only want to download skins from MineSkin or also upload files to to it?

ziceptor commented 6 years ago

As for me, I would only like to download.

But I've already made data base of skins (SQLite3) https://github.com/games647/ChangeSkin/issues/99#issuecomment-361664978

On the other hand, someone may need to download skins.

kulkalkul commented 6 years ago

My reason for this suggestion was upload, so yes, upload would be nice. Because we need accounts to upload. I have one spare account at the moment which I could use for this, but there are people who have none. As MineSkin has lots of accounts and available API, it would easier.

Implementing it shouldn't be hard, probably you know that but I'll tell in any case. You have to send HTML POST request with URL. In return, it will give texture and signature data as JSON. So, you only need to address this data to your already functioning methods, I suppose.

Artuto commented 5 years ago

Any updated on this?