ReadonlyauthorThe author of the plugin.
Optional ReadonlydefaultThe default configuration for the plugin.
Optional ReadonlydependenciesDependencies 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 ReadonlyeventsAn array of event registrations that the plugin listens to.
ReadonlynameThe name of the plugin.
Optional ReadonlyonAn function that is called when the plugin is disabled.
Optional ReadonlyonAn function that is called when the plugin is enabled.
Optional ReadonlyrepositoryGit repository URL for the plugin.
ReadonlyserverA valid semver range that specifies the version of the server that the plugin is compatible with.
ReadonlyversionThe version of the plugin, following the semver specification.
Represents a server plugin.