run Config Check Extensions
fun runConfigCheckExtensions(packConfig: PackConfig, configCheck: ConfigCheck = ConfigCheck()): ConfigCheck(source)
Run any and all configuration-check extensions, using the passed configuration model and the destination at which the server pack is to be generated and stored at.
Return
true if any custom check detected an error with the configuration. Only return false when not a single check errored.
Author
Griefed
Parameters
pack Config
The configuration model containing the server pack and plugin configurations to check.
config Check
Collection of encountered errors, if any, for convenient result-checks.