How to setup a Minecraft server on a VPS or a Dedicated Server
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=qoYfi37HiAY
hetzner link: https://hetzner.cloud/?ref=MQOXjHdKUP9r • to create start.sh • 1. execute nano start.sh on the folder you have your .jar • 2. paste this • #!/bin/bash • while true; do • java -server -Xmx10G -XX:MaxPermSize=10240M -jar spigot-1.8.8.jar • echo You have 5 seconds to stop the server using Ctrl-C. Server will restart otherwise • sleep 5 • done • 3. do sudo chmod +x start.sh • 4. execute with sh start.sh or ./start.sh • Website: https://purevanilla.co
#############################
