08-12-2014, 01:32 PM
I just solved this too
Downloaded the server and put it in it's own directory. Edited eula.txt to signify agreement (won't run unless you've done this).
Created a launcher script in the server directory like so and made it executable:
Modify the path to match your setup and add nogui to the end of the line beginning 'java....' if you don't need the god-mode
Edited the main menu and added an item to the games category with launcher command like this:
Again modify path to suit.
Works fine, kids will be happy
I've found the menu editor (alacarte or libremenu?) to be flakey - entries seem to disappear after editing sometimes.
Paul
Downloaded the server and put it in it's own directory. Edited eula.txt to signify agreement (won't run unless you've done this).
Created a launcher script in the server directory like so and made it executable:
Code:
#!/bin/sh
cd /home/paul/programs/minecraft-server/
java -Xmx1024M -Xms1024M -jar /home/paul/programs/minecraft-server/minecraft_server.1.7.10.jar
Modify the path to match your setup and add nogui to the end of the line beginning 'java....' if you don't need the god-mode
Edited the main menu and added an item to the games category with launcher command like this:
Code:
/home/paul/programs/minecraft-server/launch-server.sh
Again modify path to suit.
Works fine, kids will be happy
I've found the menu editor (alacarte or libremenu?) to be flakey - entries seem to disappear after editing sometimes.
Paul