summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/configuration
Commit message (Expand)AuthorAgeLines
* Expand on ConfigurationSerializable methods in ConfigurationSectionSenmori2018-03-15-24/+60
* AttributeModifier not registered in ConfigurationSerializationmd_52017-11-15-0/+2
* Assorted whitespace fixesmd_52017-08-06-3/+2
* Remove some more long deprecated methods (3+ years)md_52017-05-14-54/+0
* SPIGOT-2180: Empty ConfigurationSections created when removing value at end o...Lukas Hennig2016-04-17-0/+4
* Add method to check configuration path existence, ignoring defaults.FakeNeth2016-04-09-1/+24
* BUILDTOOLS-203: Fix invalid javadocmd_52016-03-04-7/+0
* Use UTF-8 as default encodingMatt2016-03-01-39/+3
* Make Location ConfigurationSerializable.Jofkos2015-01-07-0/+2
* Register the Pattern class to ConfigurationSerializationThinkofdeath2014-12-04-0/+2
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-5/+5
* Change YamlConfiguration encoding styles.Wesley Wolfe2014-05-14-6/+119
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-359/+477
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-09-10-0/+4
* Relax generic types for ConfigurationSerializationWesley Wolfe2013-08-06-5/+5
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-04-02-124/+124
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-02-22-2/+2
* Improve javadoc in 26 files.feildmaster2013-01-22-10/+10
* Add FireworkEffect and respective item metas. Adds BUKKIT-3236Wesley Wolfe2012-12-21-0/+2
* Add ItemMeta factory and interfaces. This adds BUKKIT-15Wesley Wolfe2012-12-17-1/+62
* Check for non-existent class alias; Fixes BUKKIT-1780Wesley Wolfe2012-06-09-3/+5
* Javadoc updatesfeildmaster2012-06-03-124/+125
* Making MemorySection much more efficient; Addresses BUKKIT-1454Wesley Wolfe2012-04-30-386/+137
* Fix createSection getting sections from itself. Fixes BUKKIT-1513feildmaster2012-04-14-1/+1
* Adding/expanding documentationCeltic Minstrel2012-02-29-2/+11
* Fix javadoc errors/warningsCeltic Minstrel2012-02-29-6/+21
* Fixed null pointer exception in config.getMapList().Kevin2012-02-29-0/+4
* [Bleeding] Cleaned up unsafe casts. Addresses BUKKIT-844Wesley Wolfe2012-02-29-42/+33
* [Bleeding] Exception cleanup. Addresses BUKKIT-774Wesley Wolfe2012-02-18-15/+3
* [Bleeding] Skip InvocationTargetException. Addresses BUKKIT-774Wesley Wolfe2012-02-18-2/+9
* Minor cleanupErik Broes2012-01-17-5/+3
* Generic cleaningErik Broes2012-01-15-8/+4
* Configurations now properly support lists of serializable objects, and ItemSt...Nathan Adams2012-01-15-99/+110
* Config .get*List will return an empty list of the appropriate type instead of...Nathan Adams2012-01-15-9/+9
* Fixed YamlConfiguration creating empty lines when reading a file with no cont...Nathan Adams2012-01-08-2/+5
* Minor text changesErik Broes2012-01-04-1/+1
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-345/+349
* Fix for BUKKIT-313 - this makes getString return a string representation of w...sleak2011-12-19-2/+2
* fix for BUKKIT-342 - getConfigurationSection returning the default section in...sleak2011-12-19-3/+7
* Configuration methods .getX (int/double/etc) now try to cast existing values ...Nathan Adams2011-12-12-6/+7
* Fixed MemorySection list methods' return types + NPEs. This fixes BUKKIT-213,...Nathan Adams2011-12-09-9/+54
* Added createSection(String path, Map<String, object> map)Feildmaster2011-11-05-0/+25
* Added helper methods such as getStringList to ConfigurationSectionNathan Adams2011-10-26-0/+455
* Fixed issues with loading YamlConfigurations with typed keysNathan Adams2011-10-26-12/+18
* Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies the...Nathan Adams2011-10-12-2/+79
* Loading a FileConfiguration (Yaml/) should remember the previously saved headerNathan Adams2011-10-12-0/+27
* YamlConfiguration now correctly writes extra blank lines at the end if requestedNathan Adams2011-10-12-5/+10
* Fixed deeply nested configuration sections retrieving valuesNathan Adams2011-10-11-9/+14
* Fixed removing entries in the new Configuration (via set(x, null))Nathan Adams2011-10-11-1/+5
* Small javadoc cleanupNathan Adams2011-10-10-4/+0