Solved Where's the GUI/Console?

Discussion in 'Bukkit Help' started by TrickyNick, May 1, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    TrickyNick

    Hi Folks

    I'm new to bukkit server, been running vanilla server for awhile now. When I run my BAT file there is no GUI. I jsut have the cmd window open and I can't enter commands or anything from it.

    Is there something that I am missing?

    Here is my BAT file....

    I know a bit about batch file programming. The reason for the end is so that if I am not actively watching my server, it will auto-restart. Like say there's a reason for one of my OPs to restart the server, they issue the STOP command, my BAT file then relaunches the server. Of course, there is a counter so I can see just how many times the server had been restarted.

    Any suggestions? I looked at BukkitGUI but don't see an option to auto-restart.

    EDIT:
    I can confirm that the server is running, I just can't see any GUI for it.
     
  2. Offline

    ZeroZX4

    download bukkit gui from here
    http://dev.bukkit.org/server-mods/bukkitgui/

    download craftbukkit from here
    http://dl.bukkit.org/downloads/craftbukkit/view/01026_1.2.5-R1.0/


    follow this 3 steps
    http://i.imgur.com/J9ey6.png

    but if u really need/want to stay with bat files

    here are 4 different bat files
    http://www32.zippyshare.com/v/36778740/file.html
    http://www32.zippyshare.com/v/14686885/file.html
    http://www32.zippyshare.com/v/6449618/file.html
    http://www32.zippyshare.com/v/58488266/file.html

    1st you rename your craftbukkit.1.1.1.jar file to craftbukkit.jar

    than you put all of them in your bukkit folder and 1 of them will work for sure
     
  3. Offline

    TrickyNick

    Guess you don't read and just paste the same info all over the place (have seen this in many threads).

    I mentioned I did use BukkitGUI, I wouldn't even mind using it, but it doesn't auto-restart the server if an OP issues the STOP command. At least from my testing there wasn't.
     
  4. Offline

    ZeroZX4

    you want to prevent ops from using /stop or allow them to reset server ?

    and yea i didnt read i read only after my solution dont solve problem
     
  5. Offline

    TrickyNick

    I want them to use the /stop command. I'm not always available to restart the server as I do work and like to hang out with friends in this strange world called Real Life. (Sorry was trying to be funny)

    After they issue the/ stop command, I'd like the server to automatically restart. There have been times when redstone would stop working and a server restarted always got it to work again. (Note, this example was with vanilla server)
     
  6. Offline

    nala3

  7. Offline

    TrickyNick

    Oh My, I severely messed up...

    There was one very very minor difference that I didn't catch until just now.

    When running the vanilla server, I used javaw.exe, but to run bukkit I need to use java.exe. Javaw doesn't open the console where as java does. This solves my problem and can go back to using my BAT file.

    I have another question, but will be a new post, as this thread has been solved.

    EDIT:
    How do I mark this thread as solved?
     
  8. Offline

    ZeroZX4

    yea wait like 1 year

    "Open Beta will start at around the end of January!"

    TrickyNick
    my solutions and this plugins can solve your problems

    http://dev.bukkit.org/server-mods/autoshutdown/

    just ask here for someone to update it

    http://forums.bukkit.org/threads/ab...dating-loads-to-do.62906/page-47#post-1059273


    mark as solved you should have something like thread options in upper right corner
     
  9. Offline

    TrickyNick

    Thanks, found it.

    I won't need that plug in, the way I write my BAT file will automatically restart the server if it shuts down. Below is my BAT file, now that I figured out why the console wouldn't load.


    When the server shuts down, it'll post a question as to whether or not the user wants to restart, and if receives no input for 5 seconds (my OPs won't see it, so can't answer it) it will default to Y and the server will restart. Simple!

    Also, this doesn't work for all versions of Windows. I use Windows 7 and it works.


     
Thread Status:
Not open for further replies.

Share This Page