Skip to content

Instantly share code, notes, and snippets.

@helmerdavila
Created June 9, 2019 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helmerdavila/567fc5b7523bba4e8e87825422618da7 to your computer and use it in GitHub Desktop.
Save helmerdavila/567fc5b7523bba4e8e87825422618da7 to your computer and use it in GitHub Desktop.
Run Java Minecraft server script (Windows 10)
:: Save this in your Minecraft server folder as launch_server.bat
:: Then. Right click in this file and Run as admin
:: Update the ram memory values below as you want
cd %~dp0
java -Xms2048M -Xmx3084M -jar %~dp0server.jar nogui
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment