Automatic Server Updates
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.
Currently available for
Enigmatica 6
Enigmatica 8
Enigmatica 9
Create Together
Download Git if you don't have it already.
Download Powershell if you don't have it already.
Windows comes with Powershell pre-installed.
Clone the modpack of your choice into an empty folder.
Open the
automation
folder.Run the script
InstanceSyncSetup
Run the script
update-server
Start the server using the script
start-automated-server
found in the instance root.
Re-run the script update-server
whenever you want to update to a new modpack version.
Notes
Using the
update-server
script will reset changes you've made to tracked files.The world and mods folders are backed up by the update-server script.
Anything put in the
overrides
folder will be copied into the root folder when theupdate-server
script is finished. We recommend you put any changed configs and added mods there.Whenever you run
update-server
, thesettings.cfg
is reset to the latest default to get the latest Forge version.
Last updated