90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Skin Grabber
Grabs the skin of the nearest player, to use run /grabskin
, the player must be within a radius of 5 blocks, or specify the player name directly with /grabskin [player]
.
How to use
Run /grabskin
to grab the skin of the nearest player, the player must be within a radius of 5 blocks, or use /grabskin [player]
to specify a player name directly.
The name of the player will be displayed in the chat, and the URL which you can click to open.
Additionally, check the console after running the command for the full decoded skin data. This includes the skin URL, cape URL (if one is currently equipped), timestamp, profile id, and profile name.
Example output
Grabbing Skin!
-----------------------
Skin: ewogICJ0aW1lc3RhbXAiIDogMTcxMzAwMTY0ODg4OCwKICAicHJvZmlsZUlkIiA6ICI3NTg5YjExYmZiZWY0MjE3OTQ1NjcwMmIwYjgxYTgzYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb3dUaGlzSXNDcmF6eSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xYTRhZjcxODQ1NWQ0YWFiNTI4ZTdhNjFmODZmYTI1ZTZhMzY5ZDE3NjhkY2IxM2Y3ZGYzMTlhNzEzZWI4MTBiIgogICAgfQogIH0KfQ==
Decoded Skin: {
"timestamp" : 1713001648888,
"profileId" : "7589b11bfbef42179456702b0b81a83c",
"profileName" : "NowThisIsCrazy",
"signatureRequired" : true,
"textures" : {
"SKIN" : {
"url" : "http://textures.minecraft.net/texture/1a4af718455d4aab528e7a61f86fa25e6a369d1768dcb13f7df319a713eb810b"
}
}
}
URL: http://textures.minecraft.net/texture/1a4af718455d4aab528e7a61f86fa25e6a369d1768dcb13f7df319a713eb810b
-----------------------
Bugs or Suggestions? Join our Discord or alternatively make an issue!
Details
Licensed MIT
Published 7 months ago
Updated a month ago