Trying to set up a server with craftbukkit 1.1

Discussion in 'Bukkit Help' started by joshgriff5, Jan 13, 2012.

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

    joshgriff5

    But I do not know where to start. Can someone please walk me through making a server step by step including links. Please, your help is greatly appreciated! :)
     
  2. Offline

    SirTyler

    I would recommend waiting till the RB for 1.1 is out instead of using a dev version. After that then just follow this
     
  3. Offline

    joshgriff5

    What happens if i use the dev?
     
  4. Offline

    SirTyler

    Dev versions are generally less stable, so you can get errors and such if you use them.
     
  5. Offline

    joshgriff5

    I dont really mind for now. Can you tell me how I can make the server using dev?
     
  6. Offline

    ZeroZX4

    http://ci.bukkit.org/job/dev-CraftBukkit/1718/

    hhere is link to jar file i hardly suggest make backup of your wolrds and player data

    how to use
    1. place it in your bukkit folder
    2. edit bat file and change file part to the file name you just downloaded
    3. play

    example

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R1-SNAPSHOT.jar
    PAUSE
     
  7. Offline

    Amaster123

    Hi i have a minecraft server but now since 1.1.0 came out i need to update it but i can't because when i download the craftbukkit SNAPSHOT thing and i make a text file and i type @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R1-SNAPSHOT.jar
    PAUSE
    After i save it as RUN.bat but when i try to run it, it says "the system cannot fine the path specified." How do i make it work? Please help me i really need to get my server up and running 1.1.0 Thanks!
     
  8. Offline

    ZeroZX4

    sorry sorry i use java 7 so for me iit is ProgramFiles%\Java\jre7 amd for you it will be ProgramFiles%\Java\jre6


    Code:
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R1-SNAPSHOT.jar
    PAUSE
     
  9. Offline

    Festro

    Help me plz. I have it but servers up somehow and i keep trying to get in but it says LOGIN FAILED: User not premium I have onlinemode-false as well
     
  10. Offline

    ZeroZX4

    copy your server properties to desktop and than remove them from bukkit folder run server let them generate again set online mode to false and tell me what happens
     
  11. Offline

    Festro

    Ok lemme do it

    How does it regenerate?

    Make a video i dont understand

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

    Snipes01

    What do you need to know? What part is confusing?
     
  13. Offline

    ArrowToTheKnee

    Basically, you must just copy the server.properties file somewhere else, and when you startup the server again, it willl notice it is gone and will regenerate a new one with default settings.
    Also, did you buy the game?
     
  14. Offline

    Festro

    well umm
    I cant start my serverwith my start bat thing but whne i check online it shows error user not premium

    I got cracked

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

    Snipes01

    So you need to disable online-mode if you don't have the full minecraft.

    also this is what you need in the start.bat or whatever you called it:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    java -Xincgc -Xmx1G -jar craftbukkit-1.0.1-R1.jar
    PAUSE

    make sure the the jar name is the same as the name of the file

    edit: it should work...if its not then something else is wrong.
     
  16. Offline

    Amaster123

    Now when i run the server it doesnt say preparing spawn or anything just these weird stuff and all that but it doesnt run the server. Oh just to let you know in my bukkit folder i have, craftbukkit-1.1-R1-SNAPSHOT,and the RUN.bat thing and this New text Document. Do i need to add anything? Or did i do something wrong again.
     
  17. Offline

    ZeroZX4

    Code:
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R1-SNAPSHOT.jar
    PAUSE
    and than run bat file and all files will generate them self automatically than close server and in server properties change online mode to false and try to connect to it
     
  18. Offline

    Festro

    Shuld i just restart it???
     
  19. Offline

    Amaster123

    Yea but when i run the bat file it doesnt say anything just these 3 or 4 paragraphs about weird stuff but doesnt say like preparing spawn or anything and no files pop up automatically. Am i still missing something?Or am i just really dumb.
     
  20. Offline

    ZeroZX4

  21. Offline

    Amaster123

    I cant download that idk why. anyways i have a 64bit computer and i did everything you say but apparently its still not working. =(
     
  22. Offline

    ArrowToTheKnee

    Change the jre6 to jre7. This changes using java re 6 to java re 7, which I use. So, if you use Java re 7, change it.
    If you don't know, just try it.
     
  23. Offline

    Woody239

    Try this:

    64 Bit: @Echo off
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xms1024M -Xmx1024M -jar craftbukkit-1.0.0-SNAPSHOT.jar
    pause

    32 Bit: @Echo off
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xms1024M -Xmx1024M -jar craftbukkit-1.0.0-SNAPSHOT.jar
    pause
     
Thread Status:
Not open for further replies.

Share This Page