Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Tj edited this pageJan 4, 2020 ·5 revisions

Get started by including the package to your project

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

Get Hypixel Player statistics

mc.hypixelPlayer("player-username-here", "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));

Get player statistics

mc.blocksmc("player-username-here").then(result => console.log(result));

Get player statistics

`mc.hivemc("player-username-here", type*).then(result => console.log(result));

*type can be:profile,SG,BP,CAI,CR,DR,HB

Get player statistics

mc.funcraft("player-username-here").then(result => console.log(result));

Get player statistics

mc.mineplex("player-username-here").then(result => console.log(result)); - ???

Get player statistics

mc.manacube("player-username-here").then(result => console.log(result));

Get player statistics

mc.minesaga("player-username-here").then(result => console.log(result));

Get player statistics

mc.gommehd("player-username-here").then(result => console.log(result));

Get player statistics

mc.timolia("player-username-here").then(result => console.log(result));

Get player statistics

mc.veltpvp("player-username-here").then(result => console.log(result));

Get player statistics

mc.universocraft("player-username-here").then(result => console.log(result));

The hivemc method requires atype input. The table below contains all the possible methods:

TypeOutcome
profileHivemc player info
SGSurvival Games
BPBlockParty
CAICowboys and Indians
CRCranked
DRDeathRun
HBThe Herobrine
HEROSG:Heroes
HIDEHide and Seek
OITCOne in the Chamber
SPSplegg
TIMVTrouble in Mineville
SKYSkyWars
LABThe Lab
DRAWDraw It
SLAPSlaparoo
EFElectric Floor
MMMusic Masters
GRAVGravity
RRRestaurant Rush
GNTSkyGiants
SGNSurvival Games 2
BDBatteryDash
SPLSploop
MIMVMurder in Mineville
BEDBedWars

Get player profile information

mc.hivemc("player-username-here", "profile").then(result => console.log(result));

Get player bedwars statistics

mc.hivemc("player-username-here", "BED").then(result => console.log(result));

The wynncraft method requires atype input. The table below contains all the possible methods:

TypeOutcome
playerWynncraft player information
guildWynncraft guild information

Get player information, classes, guild and ranking statistics

mc.wynncraft("player", "player-username-here").then(result => console.log(result));

Get guild information

mc.wynncraft("guild", "guild-name-here").then(result => console.log(result));

Note: If a guild name has a space in it, replace the space with%20.This can be easily achieved by using theString.replace() function

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp