+ Fixed loading & saving of YAML
+ Fixed errors on loading
+ YAML is no longer auto-sorted:
Code (Java):
a
:
1
c
:
2
b
:
3
-->
a
:
1
b
:
3
c
:
2
+ Added missing methods to Config & Section classes
+ New method List<E> getListAs(String key, Class<? extends E>) in Data.class
+ Fixed bugs