Skip to content

MCStats

Hunam edited this page Mar 14, 2021 · 1 revision

MCStats


This function returns statistics on the sales of Minecraft.

MCStats()

Example output:

// MCStats()
{
  item_sold_minecraft: { total: 36124314, last24h: 25940, saleVelocityPerSeconds: 0.34 },
  prepaid_card_redeemed_minecraft: { total: 4782079, last24h: 0, saleVelocityPerSeconds: 0 },
  item_sold_cobalt: { total: 41722, last24h: 0, saleVelocityPerSeconds: 0 },
  item_sold_scrolls: { total: 132261, last24h: 0, saleVelocityPerSeconds: 0 },
  prepaid_card_redeemed_cobalt: { total: 1, last24h: 0, saleVelocityPerSeconds: 0 },
  item_sold_dungeons: { total: 268660, last24h: 171, saleVelocityPerSeconds: 0 }
}
Clone this wiki locally