getSaveFiles

open override fun getSaveFiles(clientDir: String, directory: String, destination: String): List<ServerPackFile>

Recursively acquire all files and directories inside the given save-directory as a list of ServerPackFile.

Return

List of ServerPackFile which will be included in the server pack.

Author

Griefed

Parameters

clientDir

Target directory in the server pack. Usually the name of the world.

directory

The save-directory.

destination

The destination of the server pack.