findTriggers

@Since(version = "2.2")
abstract fun findTriggers(plugin: JavaPlugin): List<RegistrableTrigger>

This method finds all triggers by a plugin that has registered it. Note that the list may be empty.

Return

the list of triggers