There is a guide but it's outdated, it hasn't been updated for when we moved to GitHub.
Basically, you should run these commands:
You might need to install git first if you get an error from the first command:
Your executable will be called mc-server/MCServer/MCServer
EDIT: The following instructions are no longer valid
You may need to download the basic plugins, such as the Core, too, otherwise the most common commands won't work:
Basically, you should run these commands:
Code:
git clone https://github.com/mc-server/MCServer.git mc-server
cd mc-server
make release=1
You might need to install git first if you get an error from the first command:
Code:
sudo apt-get install git
EDIT: The following instructions are no longer valid
You may need to download the basic plugins, such as the Core, too, otherwise the most common commands won't work:
Code:
cd mc-server/MCServer/Plugins
git pull https://github.com/mc-server/Core.git