InventivetalentDev / MineskinClient

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

Base64 Decoder to show content of the texture value #3

Open InventivetalentDev opened 7 years ago

InventivetalentDev commented 7 years ago

Might be useful to add a button to decode the Skin Texture Value and access its decoded contents.

Th3Shadowbroker commented 6 years ago

@InventivetalentDev Decoded contents ? You mean something like this ?

{
  "timestamp": 1535627147943,
  "profileId": "9cb1ffc73c964722b787f66e35f60d82",
  "profileName": "_Yedek_Car_",
  "signatureRequired": true,
  "textures": {
    "SKIN": {
      "url": "http:\/\/textures.minecraft.net\/texture\/b04a44630fee761d162313860e533befd4536c03914c5482f85ceb50c737de8e"
    }
  }
}

Edit: I haven't seen that this issue is already a year old xD.