Skip to content

Creating a Plugin

Just Call Me Koko edited this page May 10, 2022 · 5 revisions

Creating a Plugin

Base Plugin

A Plugin which will perform one functional cycle per command i.e. a user enters a command and the plugin performs its actions once.
See Base Plugin

Service Plugin

A Plugin which will continue to run similar to a daemon and can be stopped or started.
See Service Plugin
Note: Service Plugins must also follow the guidelines of Base Plugin