Package fr.fuzeblocks.homeplugin.plugin
Interface HomePlugin
- All Known Implementing Classes:
MetricsPlugin
public interface HomePlugin
The interface Home plugin.
-
Method Details
-
getName
String getName()Gets name.- Returns:
- the name
-
getVersion
String getVersion()Gets version.- Returns:
- the version
-
getAuthor
String getAuthor()Gets author.- Returns:
- the author
-
getAuthors
String[] getAuthors()Get authors string [ ].- Returns:
- the string [ ]
-
initialize
void initialize()Initialize the plugin. -
stop
void stop()Stop the plugin and perform any necessary cleanup.
-