1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-25 12:25:35 +01:00

Updated Deploying Server Modpacks (markdown)

sk89q 2015-07-25 11:38:21 -07:00
parent 12574991a6
commit f03558d55c

@ -15,8 +15,12 @@ You can use the server deploy tool from within the Modpack Creator:
## Via Command Line
Get the .jar from the `launcher-builder/build/libs/` folder.
```
java -cp launcher-builder-X.Y.Z-SNAPSHOT-all com.skcraft.launcher.builder.ServerCopyExport
--source src
--dest /path/to/server/dir/
```
```
Warning: For the `--source` parameter, remember to give the path to the `src/` folder.