Solved when I start my bukkit server it doesn't open a command console.

Discussion in 'Bukkit Help' started by randomaf, Aug 17, 2013.

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

    randomaf

    when I launch the server the command console isn't visible meaning I cant stop the server to add plugins otherwise it works fine. could someone please tell me why.
     
  2. Offline

    kahunahd

    Well, do you have a GUI/CommandConsole plugin?
     
  3. Offline

    ejrod31

    Make sure you have this in your start.bat
    Code:
    @echo off
    "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xms1024M -Xmx1024M -jar craftbukkit.jar gui
    pause
    The "gui" part after "craftbukkit.jar" should enable it.
     
Thread Status:
Not open for further replies.

Share This Page