mc-names
v1.2.6
Published
easy access to minecraft name history
Downloads
5
Maintainers
Readme
mc-names 😎
name history
const { getNameHistory } = require("mc-names")
getNameHistory("coolguy").then(console.log)/*
Account {
uuid: '52c00c8807b94b22818175de2d7569b1',
username: 'coolguy',
history: [
PreviousName { username: 'coolguy', date: 1566919470000 },
PreviousName { username: 'DeidreDud', date: 1563931718000 },
PreviousName { username: 'coolguy', date: 1546866352000 },
PreviousName { username: 'CoolGuy', date: 1499160765000 },
PreviousName { username: 'Heiley', date: 1495828197000 },
PreviousName { username: 'DrSyndrome', date: 1473603401000 },
PreviousName { username: 'T_The_Gamer', date: undefined }
]
}
*/
skins
const { getSkin } = require("mc-names")
getSkin("coolguy").then(console.log)/*
Skin {
head: 'https://mc-heads.net/avatar/52c00c8807b94b22818175de2d7569b1',
full: 'https://mc-heads.net/player/52c00c8807b94b22818175de2d7569b1',
download: 'https://mc-heads.net/skin/52c00c8807b94b22818175de2d7569b1',
render: 'https://visage.surgeplay.com/full/52c00c8807b94b22818175de2d7569b1',
headRender: 'https://visage.surgeplay.com/head/52c00c8807b94b22818175de2d7569b1',
optifineCape: 'http://s.optifine.net/capes/coolguy.png',
mineconCape: undefined
}
*/