Pack Config
Construct a new configuration model with custom values.
Author
Griefed
Parameters
List of clientside mods to exclude from the server pack.
List of mods to include if present, regardless whether a match was found through clientMods
List of directories and/or files to include in the server pack.
The path to the modpack.
The Minecraft version the modpack uses.
The modloader the modpack uses. Either Forge
, Fabric
or Quilt
.
The modloader version the modpack uses.
JVM flags to create the start scripts with.
Suffix to create the server pack with.
Path to the icon to use in the server pack.
Path to the server.properties to create the server pack with.
Whether to include the server-icon.png in the server pack.
Whether to include the server.properties in the server pack.
Whether to create a ZIP-archive of the server pack.
Map containing key-value pairs to be used in start script creation.
Configuration for any and all plugins used by this configuration.
Create a new configuration model from a config file.
Author
Griefed
Parameters
Configuration file to load.
Throws
if the specified file can not be found.
if the configuration format could not be determined by Night-Config.