Class PluginConfiguration

java.lang.Object
net.jeqo.bloons.configuration.PluginConfiguration

public class PluginConfiguration extends Object
A class that contains configurations and information regarding the plugin
  • Field Details

  • Constructor Details

    • PluginConfiguration

      public PluginConfiguration()
  • Method Details

    • getVersion

      public static String getVersion()
      Get the version of the plugin from the pom.xml file
      Returns:
      The version of the plugin, type java.lang.String
    • getName

      public static String getName()
      Get the name of the plugin from the plugin.yml file
      Returns:
      The name of the plugin, type java.lang.String
    • getDescription

      public static String getDescription()
      Get the description of the plugin from the plugin.yml file
      Returns:
      The description of the plugin, type java.lang.String
    • getURL

      public static 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