No description
  • Go 62.9%
  • JavaScript 13.9%
  • CSS 12.3%
  • HTML 10.1%
  • Makefile 0.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-26 21:33:57 +03:00
builds Initial MCSS server and CLI 2026-07-26 21:33:57 +03:00
cli Initial MCSS server and CLI 2026-07-26 21:33:57 +03:00
server Initial MCSS server and CLI 2026-07-26 21:33:57 +03:00
Makefile Initial MCSS server and CLI 2026-07-26 21:33:57 +03:00
README.md Initial MCSS server and CLI 2026-07-26 21:33:57 +03:00

MCSS monorepo

Packages

  • server/ — native Go web UI and HTTP/Minecraft ping API.
  • cli/ — small native Go command-line client.

Build

make all

Artifacts:

  • builds/mcss-server — lightweight native Go server
  • builds/mcss-cli — lightweight native CLI

CLI

./builds/mcss-cli sbmc.dev
./builds/mcss-cli sbmc.dev:25565
./builds/mcss-cli sbmc.dev --json
./builds/mcss-cli sbmc.dev --api 'https://example.net/{host}?json=true'

Run the server directly:

./builds/mcss-server
./builds/mcss-server --host 127.0.0.1 --port 8080

The CLI opens Minecraft status sockets directly unless --api is supplied.