create Server Run Files
fun createServerRunFiles(scriptSettings: HashMap<String, String>, destination: String, isLocal: Boolean)
Create start-scripts for the generated server pack using the templates the user has defined for their instance of ServerPackCreator.
Author
Griefed
Parameters
script Settings
Key-value pairs to replace in the script. A given key in the script is replaced with its value.
destination
The destination where the scripts should be created in.
is Local
Whether the start scripts should be created for a locally usable server pack. Use false
if the start scripts should be created for a server pack about to be zipped.