No description
- Go 62.9%
- JavaScript 13.9%
- CSS 12.3%
- HTML 10.1%
- Makefile 0.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| builds | ||
| cli | ||
| server | ||
| Makefile | ||
| README.md | ||
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 serverbuilds/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.