Minecraft Server

Associate
Joined
23 Oct 2006
Posts
945
Location
Aylesbury
Trying to get my minecraft server to load when Ubuntu starts up.
" java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui " is the command to start it, but i dont know how to add it to the startup =(
 
You could always add those commands to your autostart program list using the gnome session manager found in System->Settings->Sessions.

Edit: make sure you use the full path to minecraft_server.jar, e.g.

/home/username/minecraft/minecraft_server.jar
 
Back
Top Bottom