Interface Plugin

    • Method Detail

      • initialize

        void initialize​(PluginInterface pluginInterface)
                 throws PluginException
        This method is called when the Plugin is loaded by the client
        Parameters:
        pluginInterface - the interface that the plugin must use to communicate with the client
        Throws:
        PluginException
        Since:
        2.0.4.0
      • getInitialProperties

        default java.util.Properties getInitialProperties()