Skip to content

ModBros/mobro-plugin-template

Repository files navigation

mobro-plugin-template

GitHub tag (latest by date) GitHub MoBro Discord

Template for MoBro plugins

This plugin is intended to serve as a template and starting point to developing a plugin for MoBro.
It contains the basic setup as well as some example code on how to

  • register and update metrics
  • define and access the plugin settings
  • set up a scheduled task to continuously poll metric values

Publish

CLI

The easiest way to publish the plugin is to utilize the MoBro Plugin CLI.
Just execute from within the project directory:

mobro publish .

Script

Alternatively the plugin can be published by running the included publish_zip.bat script from within the project. (Requires 7Zip to be installed)

./publish.bat YourPluginName_v1

SDK

The plugin is built using the MoBro Plugin SDK.
Detailed developer documentation is available at developer.mobro.app.


Feel free to visit us on our Discord or Forum for any questions or in case you run into any issues.

About

Template for MoBro plugins

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published