Command used:
cd ~/Desktop/FTB/FTBBetaA_Server
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
java -Xms512M -Xmx3G -jar FTB-Beta-A.jar
1st is where the FTB server jar is where it says "cd ~/Desktop/FTB/FTBBetaA_Server" it is replace with where your jar is located
2nd line leave the same
3rd is your ram and what the jar is named
The server should run after this has been done
to Make the .command
Go into Text edit and format --> make plain text and paste the command in, then save to your server folder with the extension of .command
Then go in Terminal and type in "chmod a+x" with a space after it and then drag the .command into the Terminal window.
cd ~/Desktop/FTB/FTBBetaA_Server
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
java -Xms512M -Xmx3G -jar FTB-Beta-A.jar
1st is where the FTB server jar is where it says "cd ~/Desktop/FTB/FTBBetaA_Server" it is replace with where your jar is located
2nd line leave the same
3rd is your ram and what the jar is named
The server should run after this has been done
to Make the .command
Go into Text edit and format --> make plain text and paste the command in, then save to your server folder with the extension of .command
Then go in Terminal and type in "chmod a+x" with a space after it and then drag the .command into the Terminal window.