Installing Bukkit on VPS

Discussion in 'Bukkit Help' started by Anonymass, May 25, 2011.

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

    Anonymass

    Please please someone help me i have tried forever using scripts etc to get bukkit to work on my vps please help me!!
     
  2. Offline

    TuRmoiLxx

    that big red button is your help. Is it a GSP or just a simple VPS?

    1. Download FileZilla.
    2. Transfer your files from your home PC to your VPS through FileZilla.
    3. Run it through SSH.
     
  3. Offline

    Anonymass

    well i need help making a script i cant get that to work so i cant start the server

    can anyone help me with making a script

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

    silentdojo

    Linux or Windows?
     
  5. Offline

    sysmouse

    What OS?
    If linux, than you need startup script, bukkit binaries and jvm )
     
  6. Offline

    Anonymass

    linux please :)

    ubuntu 9.10 to be more exact

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

    sysmouse

  8. Offline

    Anonymass

    I have tried that and gotten no success i was looking for a simple startup script that allowed me to say "sh server.sh" and it starts it up
     
  9. Offline

    Oneduality

    Code:
    #! /bin/sh
    BINDIR="$(dirname "$(readlink -fn "$0")")"
    cd "$BINDIR"
    java -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
     
Thread Status:
Not open for further replies.

Share This Page