Need Help Setting Up Bukkit 1.1 Development Build Server (Linux/Ubuntu)

Discussion in 'Bukkit Help' started by wcnoco, Jan 20, 2012.

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

    wcnoco

    i am using Ubuntu (not Ubuntu Server) and am having trouble getting the jar to run and create the files/host the server. i have followed the instructions on the wiki page that tells how to setup a Bukkit server. i put the jar in a folder, opened a text editor and pasted the code they give for linux users into the text editor and replaced the part that has the recommended builds jar's file name with the 1.1 development file name. i saved it as a .sh but can't execute it or don't know how to. the guide says open it in the terminal so being a windows user, my logic was to drag it in the terminal and that didn't work. so how do i execute the file?
     
  2. Offline

    vapid2323

  3. Offline

    wcnoco

    yeah when i do the start-up command in the directory with the .sh it tells me Permission denied. i am thinking maybe the .sh file i created is not executable? when i click it, it just opens with text editor.
     
  4. Offline

    THE GR8 MIKE

  5. Offline

    vapid2323

    I have a load more apply.vapidflats.com (just scroll down) , I also have some that get banned on most sites :p
     
  6. Offline

    Chrisward

    Open terminal
    Code:
    cd /path/to/your/server
    chmod +x YourScript.sh
    ./YourScript.sh
     
Thread Status:
Not open for further replies.

Share This Page