Status: Supported, actively developed.
Get5 is a standalone SourceMod plugin for CS:GO servers for running matches.
Please visit https://splewis.github.io/get5 for documentation.
A Discord channel is available for general discussion.
Please make a github issue and fill out as much information as possible. Reproducible steps and a clear version number will help tremendously!
Pull requests are welcome. Please follow the general coding formatting style as much as possible.
You can use Docker to Build get5. First you need to build the container image locally: Go to the repository folder and run:
docker build . -t get5build:latest
Afterwards you can build get5 with the following command: (specify /path/to/your/build/output and /path/to/your/get5src)
docker run --rm -v /path/to/your/get5src:/get5src -v /path/to/your/build/output:/get5/builds get5build:latest