Carlossg, can you compile the server yourself?
You need to get the sources, then run make release=1 to build them:
If you don't have git installed, you need to install it first:
You need to get the sources, then run make release=1 to build them:
Code:
mkdir mc-server
cd mc-server
git clone https://github.com/mc-server/MCServer.git .
make release=1
cd MCServer
./MCServer
If you don't have git installed, you need to install it first:
Code:
sudo apt-get install git