Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 889 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 889 Bytes

MCServer Automatic Updating Shell Script

WARNING: I am not responsible if this script manages to lose you your world (though highly unlikely). Please test first!

INFORMATION: This script assumes your MCServer is in a directory named 'mcserver' and that you are currently outside that directory.

This script works in tandem with MCServer to update the binary executable to the newest version. It requires Linux, and utilises the Jenkins build server hosted by bearbin located at http://builds.mc-server.org

Requirements

  • BASH
  • Screen
  • Working internet connection.

Setup

You can either just download it:

wget https://github.com/tigerw/MCServer-Autoupdate-Script/raw/master/updateserver.sh; bash updateserver.sh

Or you can clone the repo, then run the script.