Skip navigation links

Package de.griefed.serverpackcreator

The ServerPackCreator core.
The heart and soul, if you will.
The classes inside this package are responsible for turning your modpack into a server pack.

See: Description

Package de.griefed.serverpackcreator Description

The ServerPackCreator core.
The heart and soul, if you will.
The classes inside this package are responsible for turning your modpack into a server pack. Especially the ServerPackHandler, which receives a configuration and then creates the actual server pack for you.

A regular run of ServerPackCreator is
  1. Load or create a configuration.

    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)

  2. Run ServerPackCreator with the configuration. See ServerPackHandler.run(de.griefed.serverpackcreator.ConfigurationModel)
Skip navigation links