See: Description
| Class | Description |
|---|---|
| ApplicationAddons |
Manager for ServerPackCreator plugins.
|
| ApplicationProperties |
Our properties-class.
|
| ConfigurationHandler |
This class revolves around checking and adjusting a given instance of
ConfigurationModel
so it can safely be used in ServerPackHandler.run(ConfigurationModel) later. |
| ConfigurationModel |
Class containing all fields and therefore all information either gathered from a configuration
file, stored by the creation of a modpack from CurseForge or passed otherwise.
|
| ServerPackCreator |
Launch-class of ServerPackCreator which determines the mode to run in, takes care of
initialization and dependency injection and, finally, running ServerPackCreator.
|
| ServerPackHandler |
Create a server pack from a modpack by copying all specified or required files from the modpack
to the server pack as well as installing the modloader server for the specified modloader,
modloader version and Minecraft version.
|
| Enum | Description |
|---|---|
| ApplicationProperties.ExclusionFilter | |
| ServerPackCreator.Mode |
Mode-priorities.
|
ServerPackHandler, which receives a configuration and then
creates the actual server pack for you.See ConfigurationModel(de.griefed.serverpackcreator.utilities.common.Utilities, java.io.File)
and ConfigurationHandler.checkConfiguration(java.io.File, java.util.List<java.lang.String>, boolean)
or ConfigurationHandler.checkConfiguration(java.io.File, de.griefed.serverpackcreator.ConfigurationModel, java.util.List, boolean)
ServerPackHandler.run(de.griefed.serverpackcreator.ConfigurationModel)