CraftStats
CraftStats copied to clipboard
Minecraft servers tracker built on Cloudflare Workers with Vue.js.
CraftStats
Minecraft servers tracker built on Cloudflare Workers with Vue.js.
You can see it live on craftstats.net
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
towrangler.toml
- Create a KV namespace named
KV_SERVERS
and add its id in thewrangler.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 ofSERVERS_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.