Skip to content

plugin-meta 0.4

Compare
Choose a tag to compare
@stephan-gh stephan-gh released this 19 Nov 08:42
· 106 commits to 0.8.x since this release
  • Added Javadocs
  • Refactored the way dependencies are defined in PluginMetadata (breaking change):
    • Load order and if the dependency is required is stored on PluginDependency, PluginMetadata has a set of dependencies (can only have one dependency for each plugin ID)
    • collectRequiredDependencies() and groupDependenciesByLoadOrder() return an immutable copy similar to the old getRequiredDependencies() or getLoadAfter()
  • PluginMetadata only accepts plugins with valid plugin ID
  • Removed SpongeExtension