Interface ConfigManager
public interface ConfigManager
- 
Method SummaryModifier 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- 
getMessageUsed 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
 
- 
getFromConfigUsed 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
 
- 
getDataRawUsed 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
 
- 
getSignDataRawUsed 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
 
- 
getKitDataRawUsed 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
 
 
-