So how do you update the bukkit server?

Discussion in 'Bukkit Help' started by PikachuEevee, Feb 23, 2012.

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

    PikachuEevee

    Okay. So i had craftbukkit-1.1-R3 and i replaced the jar with craftbukkit-1.1-R4 to try to update it.
    When i tried to use the server, it said craftbukkit-1.1-R3.jar not found. So how do i make it use R4 instead of R3?
     
  2. Offline

    ZeroZX4

    download new craftbukkit to ur server folder than delete old one and edit bat file and rename name on the end so it fit ur new file thats all
     
    RetepWorm likes this.
  3. Offline

    monir

  4. Offline

    PikachuEevee

    Oh. I forgot to rename it then. Thanks!
     
  5. Offline

    jockey12321

    This thread really helped me. Thanks!
     
  6. Offline

    Funnydud99

    i tried this for the 1.2.4 r1 and it doesn't seem to work could some one help?
     
  7. Offline

    sonofthorman

    i still dont understand. what do i rename bat file to, the new version of bukkit?
     
  8. Offline

    RetepWorm

    the new file you just downloaded. For the 1.2.5 one it is from craftbukkit.jar to craftbukkit-1.2.5-R4.0.jar. This is what the Run.bat looks like before

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    java -Xmx1024M -Xms1024M -jar craftbukkit.jar
    PAUSE

    but you should change that to

    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    java -Xmx1024M -Xms1024M -jar craftbukkit-1.2.5-R4.0.jar
    PAUSE

    :)
     
  9. Offline

    mattycfp

    Well, with THAT kind of info, RetepWorm ,you could implement one single player mod! Wonder that's how Yogscast did Gulliver... WOOHOO!!!!! VANILLA SDK MOD FTW!!!!!!!!!!!!

    Btw, don't rename the RUN.bat, rename craftbukkit-1.2.5-R4.o.jar to craftbukkit.jar

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
    Wow148 and RetepWorm like this.
  10. Offline

    RetepWorm

    .... yeah, you can that too ;) I don't think its called craftbukkit.jar at all, I renamed it lol
     
  11. Offline

    mattycfp

    Oh, well thx RetepWorm . By the way, sometimes I run my server on my 3DS when i dont have my laptop. I run it on my 3DS by using Petit Computer. It's for programmers to make their own applications. I used the run.bat and I copy EVERY SINGLE THING from the class files in craftbukkit.jar and I run it. Hard as that. Usally, my server is only for friends. It's a 1.2.5 server only cause bukkit isnt avalible for 1.3.1 yet. In a week it is :D. The IP is 66.66.129.221. Most of the time my server isnt up because my parents are divorced and my mom doesn't like my laptop at her house *rolls eyes* jellous :D. It's up right now. USE SPOUTCRAFT. My guns will work that way.
     
  12. Offline

    mattycfp

    Nvm, my server is now 1.3.1 no spoutcraft.
     
  13. Offline

    mattycfp

    Ummm... I didn't get ANY of this :D Most of it was slang jibberish.
     
Thread Status:
Not open for further replies.

Share This Page