Add command to generate server from CurseForge modpack.

This commit is contained in:
Daniel Scalzi
2023-03-18 17:26:35 -04:00
parent 71c2e9baa0
commit 6b2d9edf26
7 changed files with 212 additions and 7 deletions

View File

@@ -122,6 +122,22 @@ Options:
---
#### Generate Server from CurseForge Modpack
Generate an new server in the root directory, including files and mods from an existing CurseForge modpack.
`generate server-curseforge <id> <zipFile>`
The cursforge modpack must be downloaded as a zip and placed into `${ROOT}/modpacks/curseforge`. Pass the name of the modpack as the `<zipFile>` argument.
>
> Example Usage
>
> `generate server-curseforge WesterosCraft-Prod The+WesterosCraft+Modpack-2.1.6.zip`
>
---
#### Generate Distribution
Generate a distribution file from the root file structure.