Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 802 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 802 Bytes

Gamocord

A simple discord bot to handle gamocosm servers

Compiling

As any other maven project, run mvn clean install and the output jar will be in the target folder. The bot requires java 11 or above.

Running

Make sure you have the sample config file on the same folder and edit it with accordingly. Then as any other java program, run with java -jar Gamocord*.jar

Running with Docker

Download the sample config file in a directory then do:

docker run --name=gamocord -dit --restart=unless-stopped -v $(pwd)/config.properties:/gamocord/config.properties quay.io/unixfox/gamocord:latest