/hhm-plugins

Primary LanguageJavaScriptMIT LicenseMIT

hhm-plugins

Repository of plugins for Haxball Headless Manager.

This repository offers following plugins:

Usage

In haxroomie-cli config you can add the repository to the repository section.

e.g.

repositories: [
    // ...
    {
        type: 'github',
        repository: 'tine2k/hhm-plugins',
    }
]

and add the following to the config section:

pluginConfig: {
    // ...
    'tine2k/push-stats': {
        // this is the endpoint the plugin will POST game statistics to
        url: 'http://localhost:3000/stats' 
    }
}

Have a look at this repo for a server that will store and show all games in a web UI.