1
Can someone tell me how to set up a server on LInux?
I use Linux and wanna set up a server but cant figure it out. Thanks in advance!
2
Open up a terminal and type in these commands:
(each code tag is one command)
And you're done
(each code tag is one command)
cd ~mkdir mcservercd ~/mcserverwget "https://s3.amazonaws.com/Minecraft.Download/versions/1.7.9/minecraft_server.1.7.9.jar" -O "minecraft_server.jar"chmod u+x minecraft_server.jarjava -jar minecraft_server.jarAnd you're done
Have you tried google yet? .-.
