initialize

open override fun initialize(configData: IPluginInitializeData)

Initializes the LLAMA infrastructure: creates directories, reads plugin properties. Subclasses should call super.initialize(configData) then proceed with downloading and starting the server.

Parameters

configData

The plugin initialization data containing properties and file helpers.