From wangmauler , 3 Years ago , written in Plain Text.
Embed
  1. @echo off
  2. echo "Do you agree to the Mojang EULA available at https://account.mojang.com/documents/minecraft_eula ?"
  3. set /p EULA=[y/n]
  4. IF /I "%EULA%" NEQ "y" GOTO END
  5. echo eula=true>eula.txt
  6. :END
  7. java.exe -server -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -Xmx4096M -Xms4096M -jar nogui

Reply to "Untitled"