Skip to content
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:

  1. Add an instance (probably named after the server you want to connect to)
  2. Go to the settings for the instance (right click the instance -> Edit Instance -> Settings -> Custom Commands)
  3. 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.