String value = config.get(String key);
Gets a value from the config.
boolean set = config.set(String key, String value);
Sets a value in the config.
Last updated 1 month ago