-
Notifications
You must be signed in to change notification settings - Fork 19
Automatic Server Updates
Niels Pilgaard Grøndahl edited this page May 3, 2021
·
1 revision
Table of contents
An easier way to keep your server running on the latest modpack version. Follow the below steps to be able to update modpack version with only a few clicks.
Note: .bat files are for Windows, .sh are for Mac / Linux.
- Download Git if you don't have it already.
- Clone the repository to an empty folder.
- Open the
automationfolder. - Run the script
InstanceSyncSetup. - Run the script
update-server.
Re-run the script update-server whenever you want to update to a new modpack version.
Notes
- Using the
update-serverscript will reset changes you've made to all files tracked by the repository. - A world and mod folder backup are created before updating
- Anything put in the
overridesfolder will be copied into the root folder when theupdate-serverscript is finished - I recommend you put any changed configs and added mods there.
There's an example docker-compose.yml in the docker folder, for those who want to run the modpack server through Docker.
It's based on Docker Minecraft Server, please see the link for configuration and advanced usage.