Skip to content

Minecraft Server Maker v2.0

Latest
Compare
Choose a tag to compare
@TheGeeKing TheGeeKing released this 25 Jul 17:31

Added:

  • Custom Java path now have a file browse button to select the executable. Input and file browse button have tooltip.
  • Added text to track the progress of the server creation.
  • If you click on "OK" in the "Server created!" window, the server folder will open.
  • If Java is not installed or outdated, the program will now ask you if you want to download it and if yes, it will open your browser and redirect you.

Changed:

  • Check if Java is installed differently, now using where java command and check if the latest version found is okay for the minecraft version chosen.
  • If no Java is found, start.bat will be created with 'Java' as the executable argument.

Fixed:

  • If java wasn't installed subprocess.run() was raising an error and causing the 'Creating server' window to never close.
  • Now correctly inform the user that java is not installed or the version is not compatible.
  • Progress window now uses less cpu ressources.
  • Adds quotes around the path of Java so start.bat correctly works.

Other:

  • Added a proper README file.
  • Added a changelog file.

Full Changelog: v1.0...v2.0