Interface ConfigManager


public interface ConfigManager
  • Method Details

    • getMessage

      ConfigValue getMessage(String path)
      Used for getting raw values from KitPvPPlus messages.yml file
      Parameters:
      path - the path of the value you want to access
      Returns:
      the value in `ConfigValue` class
      See Also:
      ConfigValue class for
    • getFromConfig

      ConfigValue getFromConfig(String path)
      Used for getting raw values from KitPvPPlus config.yml file
      Parameters:
      path - the path of the value you want to access
      Returns:
      the value in `ConfigValue` class
      See Also:
      ConfigValue class for
    • getDataRaw

      ConfigValue getDataRaw(String path)
      Used for getting raw values from KitPvPPlus data.yml file
      Parameters:
      path - the path of the value you want to access
      Returns:
      the value in `ConfigValue` class
      See Also:
      ConfigValue class for
    • getSignDataRaw

      ConfigValue getSignDataRaw(String path)
      Used for getting raw values from KitPvPPlus signs.yml file
      Parameters:
      path - the path of the value you want to access
      Returns:
      the value in `ConfigValue` class
      See Also:
      ConfigValue class for
    • getKitDataRaw

      ConfigValue getKitDataRaw(String path)
      Used for getting raw values from KitPvPPlus kits.yml file
      Parameters:
      path - the path of the value you want to access
      Returns:
      the value in `ConfigValue` class
      See Also:
      ConfigValue class for