Skip to content

saviola777/hhm-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hhm-plugins

Plugins for the Haxball Headless Manager (HHM). For plugin documentation check the README files in the src/ subdirectories.

See template.js for a plugin template (not mandatory). You can add your plugins to this repository by cloning it, adding your plugin under src/author/pluginName and creating a pull request.

To use plugins from this repository in your HHM config, include the following in your HHM.config.repositories:

HHM.config.repositories = [
  {
    type: `github`,
    repository: `saviola777/hhm-plugins`
  },
];

For more information on how to write plugins, check out the HHM API documentation.

About

Plugins for the Haxball Headless Manager (HHM).

Resources

License

Stars

Watchers

Forks

Packages

No packages published