isLoaded

abstract fun isLoaded(id: String): Boolean

Check if a plugin with the specified id is currently loaded.

Return

true if there is a plugin with the name and it is loaded, false otherwise

Parameters

id

the unique id of the plugin