Skip to content
Robert edited this page Nov 13, 2019 · 5 revisions

Get started by including the package to your project

const mc = include("mc-server-stats");

Hypixel

Get Hypixel Player statistics

mc.hypixelPlayer(username, "hypixel-api-key-here").then(result => console.log(result));

Get Watchdog statistics

mc.hypixelWatchdog("hypixel-api-key-here").then(result => console.log(result));

Get active boosters information

mc.hypixelBoosters("hypixel-api-key-here").then(result => console.log(result));

Get your API key's statistics

mc.hypixelKey("hypixel-api-key-here").then(result => console.log(result));

To be continued...

Clone this wiki locally