Skip to main content

ODPluginData interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

Parsed data from the plugin.json file in a plugin.

View Source

Properties


details interface api.ODPluginDetails

Additional details about this plugin.

View Source


enabled boolean boolean

Is this plugin enabled?

View Source


events array string[]

A list of events to register to the opendiscord.events global before loading any plugins. This way, plugins with a higher priority are able to use events from this plugin as well!

View Source


id string string

The id of this plugin. (Must be identical to directory name)

View Source


incompatiblePlugins array string[]

Plugins which are incompatible with this plugin.

View Source


name string string

The name of this plugin (shown on startup)

View Source


npmDependencies array string[]

Npm dependencies which are required for this plugin to work.

View Source


priority number number

The priority of this plugin. Higher priority will load before lower priority.

View Source


requiredPlugins array string[]

Plugins which are required for this plugin to work.

View Source


startFile string string

The location of the start file of the plugin relative to the rootDir of the plugin

View Source


version string string

The version of this plugin.

View Source