Table of Contents
The server deploy tool can be used to create a server version of your modpack, under the assumption that you properly marked files and folders as client-only and server-only.
However, the deploy tool is not smart as the client launcher: it won't remove files that you deleted from your modpack. You are advised to potentially delete the entire mods/
folder on the server before deployment, although make sure that that doesn't cause the removal of data.
The deploy will also not build the server for you (Forge server, Cauldron, etc.) as you may be using a custom server software anyway.
Via the Modpack Creator
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.jar 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.
Launcher Wiki
Tutorial
Launcher Features:
- Fancy Launcher
- Portable Mode
- Hidden Modpacks
- Deploying Server Modpacks
- Launcher Arguments
- Custom JAR (.jar mods)
- Custom Version Manifest
Customization:
- Localization
- News Page Guide
- Custom Microsoft OAuth application
- Using an IDE (Eclipse, IntelliJ)
Additional Reading:
Find the launcher useful?
Donate to obw, the current maintainer:
Donate to sk89q, the original maintainer:
Need help? See Getting Help.