Skip to content

Instantly share code, notes, and snippets.

@BraXon-Devs
Last active April 20, 2019 04:44
Show Gist options
  • Save BraXon-Devs/e341e07892bf8d3bda8798f592819539 to your computer and use it in GitHub Desktop.
Save BraXon-Devs/e341e07892bf8d3bda8798f592819539 to your computer and use it in GitHub Desktop.
Start your minecraft with a batch file(command line interface; CLI)
@echo off
if not defined PIL (
set PIL=1
start /min "" %~0
/high
/seperate
exit /b
)
Title ...... Loading
echo The Time Now is %DATE%
echo "Hey, thanks for using WingateXL CLI" && pause
Title Hang on a moment.....
timeout 5 && echo Be sure to visit our Pro Builders Server at 158.69.33.159-25567 && timeout 3
echo Enjoy your game Builder! && echo Keep this window open to view the output when the game starts or just minimize it
java -jar launcher.jar --server westgatenorth.westgatepc.ml --port 25567 -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