Package de.griefed.serverpackcreator.api.plugins.serverpackhandler
Plugin hooks into ServerPackHandler generation. PreGenExtension (before generation), PreZipExtension (after files gathered, before zipping) and PostGenExtension (after generation) run at their named moments; ServerPackHandlerBase is the shared base they build on.
See: Description
-
Interface Summary Interface Description PostGenExtension Extension point for plugins which are to be executed after server pack, and it's ZIP-archive, have been created. PreGenExtension Extension point for plugins which are to be executed before the generation of a server pack is started. PreZipExtension Extension point for plugins which are to be executed after a server pack has been generated, but before the ZIP-archive is created. ServerPackHandlerBase Base-interface from which every de.griefed.serverpackcreator.api.serverpack.ServerPackHandler-extension interface starts from.