isDatabaseEnabled

public boolean isDatabaseEnabled()

Gives if the plugin uses getClassById database.

  • Using getClassById database is non-trivial.
  • Valid values include true and false

In the plugin.yml, this entry is named database.

Example:

database: false

Return

if this plugin requires getClassById database

See also

Plugin