05-29-2011, 09:58 PM
here: http://mc-server.org/wiki/doku.php?id=install you can see how to install on linux, which is similar to max since unix and linux are very similar. What i suppose you are missing is changing to the server directory.
example of what should be done:
extract server files from the compressed file you downloaded to a location (for this example it will be in a directory called "MCserver" in the home directory)
open up terminal and type:
(the "~" means your users home directory - equivalent of /Users/your_username)
to change to the right directory
then you can type
which will list the contents of the directory. If its the right one then go right ahead and try to run the server. If you cant see the server files, go back to step one.
Hope this helps
example of what should be done:
extract server files from the compressed file you downloaded to a location (for this example it will be in a directory called "MCserver" in the home directory)
open up terminal and type:
Code:
cd ~/MCserver
to change to the right directory
then you can type
Code:
ls
Hope this helps