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
Admincraft Meta
Admincraft Meta17mo ago
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
ProGamingDk
ProGamingDk17mo ago
well pause makes it not close the window when the server crashes echo off i cant remember
Discount Milk
Discount Milk17mo ago
echo
Reference article for the echo command, which displays messages or turns on or off the command echoing feature.
ScrapMetalGolem
ScrapMetalGolem17mo ago
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.
GreekKennyS
GreekKennySOP17mo ago
Tyy !solved
Admincraft Meta
Admincraft Meta17mo ago
post closed!
The post/thread has been closed!
Requested by greekkennys#0

Did you find this page helpful?