Erik Broes
|
dce83b6ce4
|
Generic cleanup of warnings, whitespace and style.
|
2011-12-25 16:02:30 +01:00 |
|
sleak
|
b1ae565f45
|
Fix for BUKKIT-313 - this makes getString return a string representation of whatever object is present at the path, rather than only returning if the object is a string
|
2011-12-19 16:13:07 +00:00 |
|
sleak
|
063414dda6
|
fix for BUKKIT-342 - getConfigurationSection returning the default section instead of creating a new section if defaults are present.
|
2011-12-19 16:13:07 +00:00 |
|
Nathan Adams
|
1927e22e33
|
Configuration methods .getX (int/double/etc) now try to cast existing values where possible. This fixes BUKKIT-290
|
2011-12-12 18:34:26 +00:00 |
|
Nathan Adams
|
f0f8169161
|
Fixed MemorySection list methods' return types + NPEs. This fixes BUKKIT-213, thanks to Sleaker
|
2011-12-09 15:50:20 +00:00 |
|
Feildmaster
|
95b487d274
|
Added createSection(String path, Map<String, object> map)
|
2011-11-05 20:33:28 +00:00 |
|
Nathan Adams
|
d41d207265
|
Added helper methods such as getStringList to ConfigurationSection
|
2011-10-26 09:47:51 +01:00 |
|
Nathan Adams
|
8c07d9148d
|
Fixed issues with loading YamlConfigurations with typed keys
|
2011-10-26 06:56:36 +01:00 |
|
Nathan Adams
|
98633dfddf
|
Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies the header from default config, if there is one.
|
2011-10-12 13:24:57 +01:00 |
|
Nathan Adams
|
ab46572125
|
Loading a FileConfiguration (Yaml/) should remember the previously saved header
|
2011-10-12 05:03:47 +01:00 |
|
Nathan Adams
|
190bd31ef3
|
YamlConfiguration now correctly writes extra blank lines at the end if requested
|
2011-10-12 04:39:22 +01:00 |
|
Nathan Adams
|
89187a3e36
|
Fixed deeply nested configuration sections retrieving values
|
2011-10-11 13:26:41 +01:00 |
|
Nathan Adams
|
dc4ae80cfe
|
Fixed removing entries in the new Configuration (via set(x, null))
|
2011-10-11 12:16:43 +01:00 |
|
Nathan Adams
|
14d3401121
|
Small javadoc cleanup
|
2011-10-10 21:58:44 +01:00 |
|
Dinnerbone
|
55f405f4a8
|
Added new Configuration classes
|
2011-10-10 21:06:34 +01:00 |
|