Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.35 KB

File metadata and controls

36 lines (24 loc) · 1.35 KB

CurseForge Modpack Server Generator

A tool to generate a server from a CurseForge Minecraft modpack zip.

Useful links

Command Line Parameters

Parameter Description Example
--modpack-zip The path to your modpack zip file C:\users\test\mymodpack.zip
--destination-path The path where your server files should be saved C:\users\test\mymodpack-server.zip

Example usage

./server_generator_win_1.0.0.exe --modpack-zip "path/to/modpack.zip" --destination-path "out/server.zip"

Development

Prerequisites

Installation

yarn install