I cant find a start.command or server.command that will work on mac PLEASE HELP

Discussion in 'Bukkit Help' started by S_I_K_U_, Aug 6, 2012.

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

    S_I_K_U_

    Whenever I try to do the start.command for text edit to make a server, but it isn't working. I have tried every command on youtube for mac, but whenever I try to do the terminal part, this is what shows up PLEASE HELP ME! -

    Last login: Mon Aug 6 15:32:10 on ttys000
    William-Andrewss-MacBook:~ williamandrews$ /Users/williamandrews/Desktop/Craft\ Bukkit/start.command ; exit;
    logout

    [Process completed]
    what i put into terminal before this step - chmod a+x
    what I put into text edit (this is what i believe is wrong) -
    #!/bin/sh

    java -Xms1024M -Xmx1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar
     
  2. Offline

    OstlerDev

    You cannot double click on it, as it cannot see where to point to, if you wanted it to work off of just clicking you could put

    Code:
    cd /Users/williamandrews/Desktop/Craft\ Bukkit/
    java -Xms1024M -Xmx1024M -jar craftbukkit-0.0.1-SNAPSHOT.jar
    Try that and it should work for you.
     
  3. Offline

    Ne0nx3r0

    cray_Z likes this.
  4. Offline

    OstlerDev

  5. Offline

    cray_Z

  6. Offline

    S_I_K_U_

    is that command for text edit?

    yes i have

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

    OstlerDev

    Put all of that in the text edit document, and save it as start.command, then you can double click on that and it will launch your server.
     
  8. Offline

    S_I_K_U_

    with no terminal?
     
  9. Offline

    OstlerDev

    You do not need to run it in the terminal, it will open the terminal window.

    If you would like to do everything in the terminal, run the first command (the cd one), then after you are in the correct dir, do the second line.
     
  10. Offline

    S_I_K_U_

    it saus i need terminal, all i did was the text edit, dragged it into the folder, and tried opening it
     
  11. Offline

    OstlerDev

    You need to save it as start.command, not start.txt, when it asks you if you are sure that you want to remove the extension you need to say yes.
     
  12. Offline

    pck5401

    i have one

    ok the file dos not have permission do

    chmod a+x (drag the start file in and hit enter)

    notin should come up but afther that ull have permission to rue the .command file

    heres a tut on how to make a bukkit server on mac

    heres a video on utube this should help u alot it did for me :)


    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
Thread Status:
Not open for further replies.

Share This Page