start.bat question
I currently use java -Xms10G -Xmx10G -jar paper.jar --nogui but i saw some use @echo off and PAUSE what do these do and are they helpful?
6 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by greekkennys#0
well pause makes it not close the window when the server crashes
echo off i cant remember
echo
Reference article for the echo command, which displays messages or turns on or off the command echoing feature.
Echo off just makes the commands in the batch file not display on the screen when they execute. It makes no difference at all for your startup file.
Tyy
!solved
post closed!
The post/thread has been closed!
Requested by greekkennys#0