HELP BUKKIT ISN"T WORKING ):

Discussion in 'Bukkit Help' started by ninjayoshi, Sep 17, 2011.

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

    ninjayoshi

  2. try renaming the snapshot to just CB.jar ...and rename the part in the bat file too
     
  3. Offline

    jaboy

    rename the file "craftbukkit-0.0.1-snapshot.jar" -> "craftbukkit.jar"
    then edit LAST part of the startup line to:
    "-jar craftbukkit.jar"

    if you do that you need to remember: when you update your server the next file also needed to be named "craftbukkit.jar"

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
  4. Offline

    nala3

    Try this.

    Code:
    @ECHO OFF
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms1G -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    That should work. but then again maybe not :) Im a bit out of it atm
     
  5. Offline

    obscurehero

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
    PAUSE
    Don't rename your CB. I doubt that's your issue.
     
  6. Offline

    ninjayoshi

  7. Offline

    KaizenNeko

    First off,
    Code:
    Laz0rsworld :D
    is an invalid name. Take off the smiley and try it again.
     
  8. Offline

    obscurehero

    Also, DONT post duplicate threads... and yes, this ^ is your answer.

    I already answered you in your other thread.
     
Thread Status:
Not open for further replies.

Share This Page