Modifier and Type | Required Element and Description |
---|---|
String |
id
An ID for the plugin to be used internally.
|
String |
name
The human readable name of the plugin as to be used in descriptions and
similar things.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
dependencies
A simple dependency string for this mod separated by a ";"
example:
|
String |
version
The version of the plugin.
|
public abstract String id
public abstract String name
public abstract String version
public abstract String dependencies
"required-after:Sponge@[1.2.3.2222,);required-after:myLibraryPlugin;after:towny;before:worldguard"supported options: