Readonly
authorThe author of the plugin.
Optional
Readonly
defaultThe default configuration for the plugin.
Optional
Readonly
dependenciesDependencies for the plugin. If a dependency is not met, the plugin will not be loaded. This will influence the order in which plugins are loaded.
Optional
Readonly
eventsAn array of event registrations that the plugin listens to.
Readonly
nameThe name of the plugin.
Optional
Readonly
onAn function that is called when the plugin is disabled.
Optional
Readonly
onAn function that is called when the plugin is enabled.
Optional
Readonly
repositoryGit repository URL for the plugin.
Readonly
serverA valid semver range that specifies the version of the server that the plugin is compatible with.
Readonly
versionThe version of the plugin, following the semver specification.
Represents a server plugin.