Package de.griefed.serverpackcreator.api.utilities
A small set of cross-cutting helpers that don't belong to any one step.
SecurityScans— security/integrity checks.SimpleStopWatch— lightweight timing for generation steps.SPCListeners— generic listener interfaces for progress/events.ReticulatingSplines— SimCity-style just-for-fun splash texts. Intentionally part of the public API per Griefed — it stays.
See: Description
-
Class Summary Class Description ReticulatingSplines Just something fun to brighten the mood. SecurityScans Various methods to perform security-related scans, such as Nekodetector. SimpleStopWatch Minimalistic stopwatch to measure the elapsed time between operations. -
Interface Summary Interface Description SPCGenericListener SPCConfigCheckListener Config check-listener executed during the checking of a given server pack configuration. SPCPreServerPackGenerationListener Pre-Server Pack listener executed before a server pack is generated. SPCPreServerPackZipListener Pre ZIP-archive listener executed before a server pack ZIP-archive is created. SPCPostGenListener Post Generation listener executed after the server pack was generated.