CraftStats icon indicating copy to clipboard operation
CraftStats copied to clipboard

Minecraft servers tracker built on Cloudflare Workers with Vue.js.

CraftStats

Node.js CI

Minecraft servers tracker built on Cloudflare Workers with Vue.js.

You can see it live on craftstats.net

Screenshot

Features

  • Fast, it's running on more than 300 datacenters worldwide thanks to the power of Cloudflare Workers
  • Historical players count of the last months
  • Fully responsive
  • UI to edit servers
  • Minecraft: Bedrock Edition support

Installation

  • Install Wrangler CLI
  • Install dependencies with npm install
  • Copy wrangler.example.toml to wrangler.toml
  • Create a KV namespace named KV_SERVERS and add its id in the wrangler.toml
  • Build the Vue.js frontend with cd frontend && npm install && npm run build
  • Publish to Workers with workers publish

Edit servers list

  • Add an edit token in the wrangler.toml by editing the value of SERVERS_EDIT_TOKEN
  • Go on /editor and change servers
  • Enter the token and save

Credits

CraftStats is inspired by MineStats (by nathan818), which is unfortunately no longer maintained today.