/curseforge-modpack-server-generator

A tool to generate a server from a CurseForge modpack zip

Primary LanguageJavaScript

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