You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I propose to replace the ids by the uuids with this code:
Replace private static final String MINESKIN_API = "https://api.mineskin.org/get/id/"; in MineSkinFetcher by private static final String MINESKIN_API = "https://api.mineskin.org/get/uuid/"
And change the name of the method fecthSkinFromIdAsync to fetchSkinFromUniqueIdAsync
And change int id to UUID uuid
The text was updated successfully, but these errors were encountered:
Hello,
I noticed a problem in the plugin.
Indeed, the ids are no longer functional.
So I propose to replace the ids by the uuids with this code:
Replace
private static final String MINESKIN_API = "https://api.mineskin.org/get/id/";
in MineSkinFetcher byprivate static final String MINESKIN_API = "https://api.mineskin.org/get/uuid/"
And change the name of the method
fecthSkinFromIdAsync
to fetchSkinFromUniqueIdAsyncAnd change
int id
toUUID uuid
The text was updated successfully, but these errors were encountered: