Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.43 KB

PluginContainer.md

File metadata and controls

40 lines (31 loc) · 1.43 KB

PluginContainer

Properties

Name Type Description Notes
authors List<String> A list of authors that created this plugin
dependencies List<PluginDependency> Other plugins that this plugin depends on
id String The unique id of this plugin
link String The API link that can be used to obtain more information about this object
name String The name of this plugin
state StateEnum The current loaded state of the plugin
type TypeEnum The type of the plugin
description String A description describing what this plugin does (hopefully) [optional]
source String The file source where the plugin was loaded from. [optional]
url String The url that was added to the plugin (probably the homepage) [optional]
version String The current version of the plugin [optional]

Enum: StateEnum

Name Value
LOADED "Loaded"
UNLOADED "Unloaded"
WILLBELOADED "WillBeLoaded"
WILLBEUNLOADED "WillBeUnloaded"

Enum: TypeEnum

Name Value
UNKNOWN "Unknown"
SPONGE "Sponge"
FORGE "Forge"
MINECRAFT "Minecraft"