You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printLine(writer, lineSeparator, "REM This file was generated by KettingLauncher");
418
+
printLine(writer, lineSeparator, "REM Generated for Ketting version " + KettingConstants.KETTING_VERSION);
419
+
printLine(writer, lineSeparator, "REM To add extra java arguments, run this file in a terminal and add them after the file name (example: run.bat nogui)");
420
+
printLine(writer, lineSeparator);
421
+
printLine(writer, lineSeparator, "REM Do not touch the following two lines, unless you know what you are doing");
printLine(writer, lineSeparator, "# This file was generated by KettingLauncher");
436
+
printLine(writer, lineSeparator, "# Generated for Ketting version " + KettingConstants.KETTING_VERSION);
437
+
printLine(writer, lineSeparator, "# To add extra java arguments, run this file in a terminal and add them after the file name (example: ./run.sh nogui)");
438
+
printLine(writer, lineSeparator);
439
+
printLine(writer, lineSeparator, "# Do not touch the following two lines, unless you know what you are doing");
warn.discontinued.double_dash_minecraftVersion='--minecraftVersion' is depracticed and planned for removal in the next Major KettingLauncher Version. Please use '-minecraftVersion' instead.
48
49
50
+
info.launcher.install_only.launch_script_success=Successfully created launch scripts, you can now launch Ketting with it
49
51
info.launcher.install_only.success=Successfully installed Ketting, exiting install only mode
50
52
info.launcher.launching=Launching Ketting...
51
53
info.launcher.server_download=Downloading server from determined Minecraft version %s...
0 commit comments