Skip to content

AsteroidsGithub/minecraft-userdata

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

minecraft-users

minecraft-users is a faster, smaller and typescript compatible fork of minecraft-userdata. The goal of minecraft-users is to provide a easy way to pull UUIDs, skins and capes from just a username.

Features

  • Convert usernames to UUIDs
  • Convert UUIDs to usernames
  • Get user's capes
  • Get user's skin and head
  • Get 3D renders of user's skin and head

Example

Example code on how to get a user's UUID

const { GetUUID } = require('minecraft-users');

GetUUID('AsteroidsMC').then((UUID) => {
    console.log(UUID);
});

you could also use async/await, however both work

const { GetUUID } = require('minecraft-users');
async () => {
    console.log(await GetUUID('AsteroidsMC'));
};

Reporting

If you have any problems with this package feel free to open a issues using this link

Report Issue here

About

๐ŸŽฎ ๐Ÿ” Faster and Typesafe fork of Minecraft-userdata

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%