PostGenExtension

Extension point for plugins which are to be executed after server pack, and it's ZIP-archive, have been created.

Author

Griefed

Properties

Link copied to clipboard
abstract val author: String

Get the author of this plugin.

Link copied to clipboard
abstract val description: String

Get the description of this plugin.

Link copied to clipboard
abstract val extensionId: String

The ID of this extension. Used by ServerPackCreator to determine which configuration, if any, to provide to any given extension being run.

Link copied to clipboard
abstract val name: String

Get the name of this plugin.

Link copied to clipboard
abstract val version: String

Get the version of this plugin.

Functions

Link copied to clipboard
abstract fun run(versionMeta: VersionMeta, utilities: Utilities, apiProperties: ApiProperties, packConfig: PackConfig, destination: String, pluginConfig: Optional<CommentedConfig>, packSpecificConfigs: <Error class: unknown class><CommentedConfig>)