getIgnoredPlugins

public abstract List<String> getIgnoredPlugins()

Gets the list of plugins the server administrator has chosen to exclude from the help index. Plugin authors who choose to directly extend org.bukkit.command.Command instead of will need to check this collection in their HelpTopicFactory implementations to ensure they meet the server administrator's expectations.

Return

A list of plugins that should be excluded from the help index.