WolfyScript / WolfyUtils-Spigot

The WolfyUtilities implementation for the Spigot platform
10 stars 4 forks source link

Improved Plugin Integrations #62

Closed WolfyScript closed 1 year ago

WolfyScript commented 1 year ago

Adds a new PluginIntegrationEnableEvent, that is called for each integration, once it is enabled. The DependenciesLoadedEvent still exists, but still has the issue, that it may never be called because a dependency failed to load. Therefor tasks dependent on integrations should be split and run once their specific integration is loaded.