mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-21 11:47:03 +01:00
Page:
Command Line Tools
Pages
Command Line Tools
Common Problems
Configuring Self Update
Creating Modpacks
Custom JAR
Custom Microsoft OAuth application
Custom Version Manifest
Deploying Server Modpacks
FAQ
Fancy Launcher
Getting Help
Hidden Modpacks
Home
Initial Steps
Launcher Arguments
Localization
News Page Guide
OpenShift Tutorial (Windows)
Optional Features
Portable Mode
Using Loaders
Using an IDE
Vivecraft Issues
Website Hosting
5
Command Line Tools
Henry edited this page 2022-04-27 00:27:13 +01:00
Table of Contents
You can build modpacks via command line tools as well.
Building Modpacks
Get the .jar from the launcher-builder/build/libs/
folder.
java -jar launcher-builder-X.Y.Z-SNAPSHOT.jar
--version "pick_a_version"
--input .
--output upload
--manifest-dest "upload/your_modpack.json"
- "version" is the version of your modpack and it doesn't have to be a number -- whenever you want to push an update, you have to change the version code to anything else that has never been used before
- "input" is the folder with "loaders," "src," and "modpack.json" --
.
means "the current folder" - "output" is the folder to put the output
- "manifest-dest" is the manifest file that is generated
There should be a upload/
folder now with the generated files.
Deploying the Server
See Deploying Server Modpacks.
Generating a Package Listing
There is no command line tool to do this. However, the format of packages.json is pretty simple so you should be able to generate it yourself easily.
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.