Modifier and Type | Required Element and Description |
---|---|
String |
id
The ID of the plugin.
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
authors
The author of the plugin.
|
Dependency[] |
dependencies
The dependencies required to load before this plugin.
|
String |
description
The description of the plugin, explaining what it can be used for.
|
String |
name
The human readable name of the plugin as to be used in descriptions and similar things.
|
String |
url
The URL or website of the plugin.
|
String |
version
The version of the plugin.
|
public abstract String id
public abstract String name
public abstract String version
public abstract String description
public abstract String url
public abstract String[] authors
public abstract Dependency[] dependencies