Griefed / ServerPackCreator

Create a server pack from a Minecraft Forge, NeoForge, Fabric, LegacyFabric or Quilt modpack!
https://serverpackcreator.de
GNU Lesser General Public License v2.1
187 stars 10 forks source link

[Bug]: -cgen has options listed incorrectly when editing a configuration file #492

Closed shimmer-n-shine closed 8 months ago

shimmer-n-shine commented 8 months ago

What happened?

when using -cgen, and configuring through CLI, the listed actions one can perform are out of order and are sometimes missing. of note are the following: (6): which changes the minecraft version of your pack. (7): which changes the mod loader (also linked with #491) for your pack. (8): which changes the version of the modloader for your pack. (9): which changes whether to include a server-icon.png in your pack. (10): which changes whether to include a server.properties in your pack. (11): which changes whether to create a zip-archive of your pack. (12): which changes your java arguments for your pack. (13): which changes the suffix of your pack. (14): which saves the current configuration to a seperate file. (15,16,17,18): which print the current configuration.

missing are:

What did you expect to happen?

the listed actions to match with what the options do in actuality.

Version

5.1.7

Relevant log output

No response

Anything else you would like to add?

No response

If you are using the webservice, in which browers did you encounter this bug?

No response

Code of Conduct

Griefed commented 8 months ago

Heyo, thanks for the report! The option to install the modloader server via ServerPackCreator was removed a couple of updates ago. I forgot to edit the CLI menu accordingly. A fix will be rolled out together with a fix for https://github.com/Griefed/ServerPackCreator/issues/491

Cheers, Griefed