isPluginEnabled

public abstract boolean isPluginEnabled(String name)

Checks if the given plugin is enabled or not

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

Return

true if the plugin is enabled, otherwise false

Parameters

name

Name of the plugin to check


public abstract boolean isPluginEnabled(Plugin plugin)

Checks if the given plugin is enabled or not

Return

true if the plugin is enabled, otherwise false

Parameters

plugin

Plugin to check