Deprecated, for removal: This API element is subject to removal in a future version.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Get the description of the pluginDeprecated, for removal: This API element is subject to removal in a future version.Get the of the pluginDeprecated, for removal: This API element is subject to removal in a future version.Get the version of this plugin. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Check whether this plugin provides commands/interactions.booleanDeprecated, for removal: This API element is subject to removal in a future version.Check whether this plugin requires access to the database connection.
-
Element Details
-
name
String nameDeprecated, for removal: This API element is subject to removal in a future version.Get the of the plugin- Returns:
- The name of this plugin
-
description
String descriptionDeprecated, for removal: This API element is subject to removal in a future version.Get the description of the plugin- Returns:
- The description of this plugin
-
version
String versionDeprecated, for removal: This API element is subject to removal in a future version.Get the version of this plugin. This is parsed byRuntime.Version.parse(String).- Returns:
- The version of this plugin.
-
-
-
providesCommands
boolean providesCommandsDeprecated, for removal: This API element is subject to removal in a future version.Check whether this plugin provides commands/interactions.- Returns:
- If this plugin provides command data
- Default:
- false
-
requiresDatabaseAccess
boolean requiresDatabaseAccessDeprecated, for removal: This API element is subject to removal in a future version.Check whether this plugin requires access to the database connection.- Returns:
- If this plugin uses the database
- Default:
- false
-