See: Description
| Interface | Description |
|---|---|
| PluginInformation |
Starting point from which all plugin interfaces in ServerPackCreator extend.
DO NOT IMPLEMENT THIS CLASS DIRECTLY WHEN WRITING A PLUGIN! Instead, implement any of the interfaces in the sub-packages of de.griefed.serverpackcreator.plugins.* |
| Class | Description |
|---|---|
| ApplicationPlugins |
Manager for ServerPackCreator plugins.
|
PluginInformation and put your new annotation
into a sub-package corresponding to the part of ServerPackCreator where it will hook into.