1.2.6 • Published 3 years ago

mc-names v1.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

mc-names 😎

image of basic usage

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
}
*/
1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago