1

.bat

peace13567 8/19/14 11:10 pm
133
8/21/2014 3:13 pm
OK i really really need help to find a code to go in my .bat file. i have a 64 bit computer running on java version 7! plz help
Posted by
peace13567
Level 1 : New Explorer
1

  Have something to say?

JoinSign in

4

0Pengu
08/21/2014 3:13 pm
Level 27 : Expert Network
Peace - You see his code was: "java -Xmx2G -jar minecraft_server.jar -o true" where it says "minecraft_server.jar" change that to the jar file you wish to run. If your craftbukkit file is for example named "CraftBukkit554" then the code should be like this below:

java -Xmx2G -jar Craftbukkit554 -o true
pause

I hope that helped (Y)
1
peace13567
08/21/2014 2:07 am
Level 1 : New Explorer
it keeps saying unable to access jarfile minecraft_server.jar
what do i do
1
peace13567
08/20/2014 11:58 pm
Level 1 : New Explorer
Thanks I will see if it works
1
HB_Ben
08/20/2014 8:24 pm
Level 1 : New Crafter
You only need two lines(note that this uses 2GB of RAM, you may need to adjust based on the RAM in your PC):

java -Xmx2G -jar minecraft_server.jar -o true
pause
1

Welcome