Interface ExternalPlugin


public interface ExternalPlugin
If your plugin integrates with another plugin, it must implement this interface
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This event will be called once all plugins are loaded.
  • Method Details

    • onAllPluginsLoaded

      void onAllPluginsLoaded()
      This event will be called once all plugins are loaded. You may only use the Plugin.getPluginByName(String) method after this has been called.