-
-
Notifications
You must be signed in to change notification settings - Fork 494
Automatic Server Updates
Niels Pilgaard Grøndahl edited this page Jul 29, 2021
·
4 revisions
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. - You start the server using the script
start-automated-serverfound in the instance root. - You will have to update forge version yourself whenever the modpack updates Forge - You can find the version used for every modpack version in the changelog. You update the Forge version in the
settings.cfgfile found in the instance root.
