-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
1.15.2
-
Yes
An improvement to the default fileconfiguration's .getStringList, .getIntegerList, .getDoubleList, .getLongList etc.
It would be useful if there was a .get<Type>List(String path, List<type> default) similar to how .get<Type>(path, default) works. Whereby if the path doesn't exist, it returns the default value.