Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 590 Bytes

readme.md

File metadata and controls

28 lines (25 loc) · 590 Bytes

installation

Needs an auth.json file in the following format:

{
    "token":"bot token"
}

and a services.json dictating what it should be looking for, and where.

[
    {
        "serviceName": "hordelings",
        "serviceType": "valheim",
        "host": "127.0.0.1",
        "statusPort": 2459,
        "startupCommand": "serviceControls\\startServer.bat",
        "shutdownCommand": "serviceControls\\stopServer.bat"
    },
    {
        "serviceName": "LaserScraper",
        "serviceType": "localApplication",
        "processName": "CmdMenus.py",
    }
]