- Create an Ubuntu VM in either Azure or AWS or Digital Ocean or somewhere
- Open port for the VM on port number 19132. (In Azure, in the Network Security Group, add an Inbound security rule)
- remote connect to the VM (Putty will work for this)
sudo apt-get update
sudo apt-get install default-jre
wget http://ci.mengcraft.com:8080/job/nukkit/lastSuccessfulBuild/artifact/target/nukkit-1.0-SNAPSHOT.jar
mv nukkit-1.0-SNAPSHOT.jar nukkit.jar
java -Xms128M -Xmx1G -jar nukkit.jar
Hello @GAMER9877, I am not sure this script still works. I have not used it in many years