-
Notifications
You must be signed in to change notification settings - Fork 26
Using with MultiMC
David Bailey edited this page Mar 26, 2021
·
7 revisions
Related pages
A rather convenient way to use ServerSync is to use MultiMC and add a custom command to the pre launch phase of your instance, this will automatically run ServerSync before opening Minecraft which keeps you nice and in sync with your server of choice.
To do this we:
- Add an instance (probably named after the server you want to connect to)
- Go to the settings for the instance (right click the instance -> Edit Instance -> Settings -> Custom Commands)
- In the pre-launch field add: $INST_JAVA -jar serversync-{your version of serversync}.jar progress-only e.g.
"$INST_JAVA" -jar serversync-2.6.12.jar --progress
If you don't want to see any GUI during the sync process then you can use the --silent
argument instead of --progress
.
Credits to ShrunkenQuasar78522 on MinecraftCurseforge for suggesting this.
How to guides
- Quick start guide
- Server setup
- Redirecting files
- Using the command line
- Excluding files from sync or deletion
- Banning clients
Multiple profile management
Troubleshooting