* Config Object
* The method #addDefault(String path, Object value, Type type) is now deprecated. It is going to be removed in the next version.
+ Added the method #addDefault(String path, String value)
+ Added the method #addDefault(String path, int value)
+ Added the method #addDefault(String path, boolean value)
+ Added the method #addDefault(String path, float value)
+ Added the method #addDefault(String path, double value)
+ Added the method #addDefault(String path, World value)
+ Added the method #addDefault(String path, Location value)
Attention:Please update your code, since in the next versions the #addDefault() how you know it is not going to be there anymore!