Skip to content

Instantly share code, notes, and snippets.

@nolvuscodes
Created April 11, 2019 01:56
Show Gist options
  • Save nolvuscodes/6b8adec386233da727239a3fc252f812 to your computer and use it in GitHub Desktop.
Save nolvuscodes/6b8adec386233da727239a3fc252f812 to your computer and use it in GitHub Desktop.
This will allow you to start you Minecraft Java Client silently and minimized. Below is a working copy also, just add it in your %appdata%.minecraft folder where your Launcher.jar is and your good to go. Any questions, please visit https://github.com/NanobugXL/CLI-Launcher/blob/master/.github/ISSUE_TEMPLATE/comments.md
> @echo off if not defined PIL (
> set PIL=1
> start /min "" %~0
> exit /b )
> Title ...... Loading echo "Hey, thanks for using WingateXL CLI" && pause echo The Time Now is %DATE% Title Hang on a
> moment..... **rem PLEASE KEEP THIS IP IF YOU WANT FOR CREDIT AND YOU CAN
> ALSO DELETE THIS LINE, ONLY THIS IN BOLD** timeout 5 && echo Be sure to visit our Pro
> Builders Server at 158.69.33.159-25567 & timeout 3 echo Enjoy your
> game Builder! java -jar launcher.jar --server **[ADD SERVER IP/ADDRESS HERE]** --port **[ADD PORT HERE]** -Xms1G -Xmx3G -d64 -jar
> minecraft_server.1.13.2.jar nogui
>
> echo echo echo echo echo Thanks for playing!!!! timeout 3 EXIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment