MINECRAFT-DATA-V1
Get Minecraft player data and use it in your projects!
Function | Usage
-|-
cape |
await .cape();
head |
await .head();
skin |
await .skin();
uuid |
await .uuid();
$3
* Type:
Object
* Returns an object with two properties:
textureCape and
renderCape.
$3
* Type:
String
* Returns a URL string of the player head image.
$3
* Type:
Object
* Returns an object with two properties:
textureSkin and
renderSkin.
$3
* Type:
String
* Returns player UUID
> Used APIs: https://api.mojang.com/, https://mc-heads.net/, https://api.capes.dev/
> If you have any issues or questions, join this
Discord server for help.