- Fixed bug with error messages not being displayed properly when a vararg command argument which is not optional is passed no values
- Fixed bug where old values were not cleared from ConfigMap and ConfigList when calling load
- ConfigMap can now be of any <K, V> by calling ConfigManager#map(Class, Class) and will convert the type for the keys if needed using converters