copyProperties

fun copyProperties(packConfig: Pack<*, *, *>)

Copies the server.properties into server pack.

Author

Griefed

Parameters

packConfig

Containing the modpack directory to acquire the destination of the server pack and the path to the server properties to copy.


abstract fun copyProperties(destination: String, pathToServerProperties: String)

Copies the server.properties into server pack.

Author

Griefed

Parameters

destination

The destination where the properties should be copied to.

pathToServerProperties

The path to the custom server.properties.