Bukkit Server 1.1 TroubleShoot

Discussion in 'Bukkit Help' started by Toe_Jam, Jan 14, 2012.

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

    Toe_Jam

    When I try to log into my server it keeps saying Outdated Server even though I have updated?
     
  2. Offline

    Pezmantbh

    Did you update from ci.bukkit.org?
     
  3. Offline

    bear29ht

    I keep trying to update, but my server keeps trying to get it from the old build, which isn't there.
     
  4. Offline

    Snipes01

    Did you change your start.bat (run.bat)? Make sure the name of the jar in the bat file is the same name as the actual jar. If that makes sense.
     
    Pezmantbh likes this.
  5. Offline

    Pezmantbh

    Change the name of the file in your startup script to the new filename :)
     
    Snipes01 likes this.
  6. Offline

    bear29ht

    Thanks, this worked.
     
  7. Offline

    Toe_Jam

    Ummm Quick question :) Where do I do that? Is it in the editor of the batch file?
     
  8. Offline

    Snipes01

    If you haven't created it already open up notepad...type in the start "code" and double click to start the server.

    http://wiki.bukkit.org/Setting_up_a_server
     
  9. Offline

    Toe_Jam

    I'm confused lOl Do I right click the batch file which is called Craftbukkit Starter and change something?

    And yes I did. I downloaded the latest patch R1157 i tink and the old craftbukkit.jar file with it

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

    Snipes01

    Latest dev build or 1.0.1 build. Not 1157. Its 1597 for 1.0.1 and something above that for dev.

    I'm a bit lost since last I've been here. If you want to edit it right click and edit. To start right click and click run. If you have one already and you are using java 6. Open it and edit with this... insert the name of the jar without ( ).

    [qoute]
    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    java -Xincgc -Xmx1G -jar (your jar name example: craftbukkit-1.0.1-R1.jar)
    PAUSE
    [/qoute]

    Also this allocates one gig to minecraft.
     
  11. Offline

    Toe_Jam

    Ok i edited the craftbukkit starter and entered the stuff you just posted. However when i try to log on it still says outdated server? Am i safer re-downloading the whole thing and making a new one?
     
  12. Offline

    Pezmantbh

    You just need to get the latest CB build from ci.bukkit.org
    :)
     
  13. Offline

    Toe_Jam

    I did that but it still says outdated server mate.
     
  14. Offline

    Pezmantbh

  15. Offline

    curtis13adam

    i cant op my self or access any commands
    it says java unknown siurce
     
  16. Offline

    Pezmantbh

    make your own thread
     
  17. Offline

    Toe_Jam

    Touche :L Thanks guys for all your help. I got it up and goin :)
     
  18. I need help whenever i run my old 1.1 run.bat file it tells me could not find the jar and i have edited it but with notepad++ to look for the 1.1 SNAPSHOT help please

    I could also make a new run.bat but I do not know how...
     
  19. Offline

    Pezmantbh

    Make your own thread.
     
  20. Offline

    Yann933

    Code:
    [qoute]
    [USER=48566]Echo[/USER] OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    java -Xincgc -Xmx1G -jar (your jar name example: craftbukkit-1.0.1-R1.jar)
    PAUSE
    [/qoute]
    qoute??? isn't it quote?
     
Thread Status:
Not open for further replies.

Share This Page