Package de.griefed.serverpackcreator.api.plugins
Annotations for ServerPackCreator plugins. If you plan on adding additional entrypoints for plugins, make sure to extend from de.griefed.serverpackcreator.api.plugins.BaseInformation and put your new annotation into a sub-package corresponding to the part of ServerPackCreator where it will hook into.
See: Description
-
Interface Summary Interface Description BaseInformation Base information to be provided by every extension. ExtensionInformation Force every extension to provide its ID. -