getPlugin

public abstract Plugin getPlugin(String name)

Checks if the given plugin is loaded and returns it when applicable

Please note that the name of the plugin is case-sensitive

Return

Plugin if it exists, otherwise null

Parameters

name

Name of the plugin to check