Package net.jeqo.bloons.configuration
Class PluginConfiguration
java.lang.Object
net.jeqo.bloons.configuration.PluginConfiguration
A class that contains configurations and information regarding the plugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringGet the description of the plugin from the plugin.yml filestatic StringgetName()Get the name of the plugin from the plugin.yml filestatic StringgetURL()Gets the website URL of the plugin from the plugin.yml filestatic StringGet the version of the plugin from the pom.xml file
-
Field Details
-
DEVELOPER_CREDITS
- See Also:
-
COMMAND_BASE
- See Also:
-
-
Constructor Details
-
PluginConfiguration
public PluginConfiguration()
-
-
Method Details
-
getVersion
Get the version of the plugin from the pom.xml file- Returns:
- The version of the plugin, type java.lang.String
-
getName
Get the name of the plugin from the plugin.yml file- Returns:
- The name of the plugin, type java.lang.String
-
getDescription
Get the description of the plugin from the plugin.yml file- Returns:
- The description of the plugin, type java.lang.String
-
getURL
Gets the website URL of the plugin from the plugin.yml file- Returns:
- The website URL of the plugin, type java.lang.String
-