MrMicky-FR / CraftStats

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

Home Page:https://craftstats.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://craftstats.net

License:MIT License


Languages

Language:TypeScript 56.2%Language:Vue 39.3%Language:SCSS 2.8%Language:HTML 1.0%Language:JavaScript 0.6%