Interface ConfigManager
public interface ConfigManager
-
Method Summary
Modifier and TypeMethodDescriptiongetDataRaw(String path)
Used for getting raw values from KitPvPPlus data.yml filegetFromConfig(String path)
Used for getting raw values from KitPvPPlus config.yml filegetKitDataRaw(String path)
Used for getting raw values from KitPvPPlus kits.yml filegetMessage(String path)
Used for getting raw values from KitPvPPlus messages.yml filegetSignDataRaw(String path)
Used for getting raw values from KitPvPPlus signs.yml file
-
Method Details
-
getMessage
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
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
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
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
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
-