minecraft-data-v1
v3.3.0
Published
Minecraft profile data
Readme
MINECRAFT-DATA-V1
Get Minecraft player data and use it in your projects!
Function | Usage
-|-
cape | await <MC>.cape(<playerName>);
head | await <MC>.head(<playerName>);
skin | await <MC>.skin(<playerName>);
uuid | await <MC>.uuid(<playerName>);
Cape
- Type: Object
- Returns an object with two properties: textureCape and renderCape.
Head
- Type: String
- Returns a URL string of the player head image.
Skin
- Type: Object
- Returns an object with two properties: textureSkin and renderSkin.
UUID
- 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.
