1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-22 11:55:17 +01:00

Updated Deploying Server Modpacks (markdown)

Ashlyn 2016-05-27 00:26:53 +02:00
parent 6758e44f21
commit f6b62a1f46

@ -18,7 +18,7 @@ You can use the server deploy tool from within the Modpack Creator:
Get the .jar from the `launcher-builder/build/libs/` folder.
```
java -cp launcher-builder-X.Y.Z-SNAPSHOT-all com.skcraft.launcher.builder.ServerCopyExport
java -cp launcher-builder-X.Y.Z-SNAPSHOT-all.jar com.skcraft.launcher.builder.ServerCopyExport
--source src
--dest /path/to/server/dir/
```