-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Robert edited this page Nov 13, 2019
·
5 revisions
const mc = include("mc-server-stats");
mc.hypixelPlayer(username, "hypixel-api-key-here").then(result => console.log(result));
mc.hypixelWatchdog("hypixel-api-key-here").then(result => console.log(result));
mc.hypixelBoosters("hypixel-api-key-here").then(result => console.log(result));
mc.hypixelKey("hypixel-api-key-here").then(result => console.log(result));
To be continued...