MMCC Statistics (player count & TPS) - available at poller.moddedminecraft.club.
- API documentation: https://poller.moddedminecraft.club/docs/
- JSON OpenAPI specification: https://poller.moddedminecraft.club/openapi/v2/openapi.json
Before starting install the following dependencies:
All of the dependecies are cross-platform and can be installed on Windows, Linux and macOS.
1. Clone this repository. From now on we will be referring to the root directory of the cloned repository as ./
.
2. Rename ./src/Mmcc.Stats/appsettings.default.json
to ./src/Mmcc.Stats/appsettings.json
and fill it in.
3. Run the ./publish.ps1
build script.
4. You will find the compiled version of the app in ./out
.