@Generated public interface PluginInformation extends org.pf4j.ExtensionPoint
de.griefed.serverpackcreator.plugins.*| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthor()
Get the author of this plugin.
|
java.lang.String |
getDescription()
Get the description of this plugin.
|
java.lang.String |
getName()
Get the name of this plugin.
|
java.lang.String |
getVersion()
Get the version of this plugin.
|
void |
run(ApplicationProperties applicationProperties,
ConfigurationModel configurationModel,
java.lang.String destination)
Run this plugin with the passed
ApplicationProperties, ConfigurationModel and server pack destination |
void run(ApplicationProperties applicationProperties, ConfigurationModel configurationModel, java.lang.String destination) throws java.lang.Exception
ApplicationProperties, ConfigurationModel and server pack destinationapplicationProperties - Instance of ApplicationProperties as ServerPackCreator itself uses it.configurationModel - Instance of ConfigurationModel for a given server pack.destination - String. The destination of the server pack.java.lang.Exception - Exception when an uncaught error occurs in the addon.java.lang.String getName()
java.lang.String getDescription()
java.lang.String getAuthor()
java.lang.String getVersion()