serverPackExtensionConfig

abstract fun serverPackExtensionConfig(): ArrayList<CommentedConfig>

Retrieve this extensions server pack specific configuration. When no configuration with configs for this extension has been loaded yet, the returned list is empty. Fill it with life!

Return

Config list to be used in subsequent server pack generation runs, by various other extensions.

Author

Griefed


val serverPackExtensionConfig: ArrayList<CommentedConfig>