networkreloaded Posted June 26, 2013 Share Posted June 26, 2013 I set up the zip file with the craftbukkit jar file and the batch file in the TCA mod folder. When I install the mod via tcadmin, the server will no longer start. It will say "Running (pid 0)" Is there another method or something I am missing? Link to comment Share on other sites More sharing options...
Raizio Posted June 26, 2013 Share Posted June 26, 2013 Don't forget to set the java path in the batch file. Link to comment Share on other sites More sharing options...
Dennis Posted June 26, 2013 Share Posted June 26, 2013 Try starting the service monitor in debug mode: http://help.tcadmin.com/Debug_Mode Then start the service monitor in console mode: http://help.tcadmin.com/Server_Components#Windows_2 Look for an error in the console when you install the service. Link to comment Share on other sites More sharing options...
networkreloaded Posted June 26, 2013 Author Share Posted June 26, 2013 Don't forget to set the java path in the batch file. @echo off path=%PATH%;%ProgramFiles%\Java\jre7\bin java -Xms1024M -Xmx1024M -jar craftbukkit.jar --nojline PAUSE I've also tried renaming the craftbukkit jar file to minecraft_server I've tried some variations for the batch file commands hmm Link to comment Share on other sites More sharing options...
Raizio Posted June 27, 2013 Share Posted June 27, 2013 You make me doubt my .bat file, but it works. This is the only line in there, it takes the commandline from TCAdmin "%ProgramFiles%\Java\jre7\bin\java.exe" %* Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now