createConfigurationFile
public void createConfigurationFile()
Walk the user through the generation of a new ServerPackCreator configuration file by asking them for input,
step-by-step, regarding their modpack. At the end of this method a fully configured serverpackcreator.conf file
is saved and any previously existing configuration file replaced by the new one.
After every input, said input is displayed to the user, and they're asked whether they are satisfied with said
input. The user can then decide whether they would like to restart the entry of the field they just configured,
or agree and move to the next one.
At the end of this method, the user will have a newly configured and created configuration file for ServerPackCreator.
Most user-input is checked after entry to ensure the configuration is already in working-condition after completion
of this method.