ConfigCheckExtension

Extension point for configuration checks, so you can run your own checks on a given PackConfig should you so desire.

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 runCheck(versionMeta: VersionMeta, apiProperties: ApiProperties, utilities: Utilities, packConfig: PackConfig, configCheck: ConfigCheck = ConfigCheck(), pluginConfig: Optional<CommentedConfig>, packSpecificConfigs: <Error class: unknown class><CommentedConfig>): Boolean