Saves only values which are not already specified in config @return This ConfigManager
()
| 192 | * @return This ConfigManager |
| 193 | */ |
| 194 | public ConfigManager saveDefaults() { |
| 195 | save(converter, false); |
| 196 | return this; |
| 197 | } |
| 198 | |
| 199 | /** |
| 200 | * Loads all values from the current in-memory config into the target |