loadProperties

fun loadProperties(saveProps: Boolean = true)

Load properties using the default file path. Only call this method on an already initialized ApiProperties-object.

Author

Griefed


fun loadProperties(propertiesFile: File = File(serverPackCreatorProperties).absoluteFile, saveProps: Boolean = true)

Reload from a specific properties-file.

Author

Griefed

Parameters

propertiesFile

The properties-file with which to loadProperties the settings and configuration.