Interface Config
- All Known Subinterfaces:
ViaVersionConfig
public interface Config
-
Method Summary
-
Method Details
-
reload
void reload()Reloads the config -
save
void save()Saves the config -
set
Sets the specified path to the given value.- Parameters:
path
- Path of the object to set.value
- New value to set the path to
-
getValues
Get all the configuration values- Returns:
- Map with key-values
-