WINDOWS:

From the command line run install.bat

!!!The windows install script is WIP (work in progress)
~~~it may or may not work, probably not work, if you can
***make it work let me know what you did to fix by emailing
(((the changs to kreezxil@gmail.com

LINUX:

From the command line run install.sh


BOTH OF YOU:
Everything is handled for you, the Forge version that the pack is built against will be downloaded and installed along with it's support libraries and renamed according to the settings in config.bat or config.sh depending on your OS.


RUNNING THE SERVER:

At it's most basic all you have to do is issue the command

java -jar <name_of_this_dir>.jar --nogui

For Linux users I strongly recommend the screen program, make sure it is installed, then run the script startKeepAlive.sh, this will entrap the server in a screen process so that when you exit your machine the game server will continue to run. To resume control of the game_Server use "screen -r keepAlive", to exit the process without terminating the server use CTRL+A,D that is to say hold ctrl and hit a release ctrl and a and hit d.

