summaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeLines
...
* Added Enchantment.conflictsWith() and EnchantmentTarget.includes(). Addresses...Celtic Minstrel2012-03-13-0/+5
* [Bleeding] ChatPaginator now preserves the color of a line after wrapping the...rmichela2012-03-08-37/+46
* [Bleeding] Added ConversationAbandonedEvent and supporting infrastructure. Wh...rmichela2012-03-08-0/+11
* [Bleeding] Added Help API. Addresses BUKKIT-863rmichela2012-03-01-0/+161
* [Bleeding] Added Conversations API. Addresses BUKKIT-864rmichela2012-03-01-0/+381
* [Bleeding] Added sharp() and natural() factory functions to mirror the flat()...Celtic Minstrel2012-02-29-2/+58
* Revert Plugin to Interface, added PluginBaseFeildmaster2012-02-29-31/+7
* [Bleeding] Inventory framework and events. Addresses BUKKIT-856Celtic Minstrel2012-02-29-0/+39
* Implementation of richer playEffect methods. Addresses BUKKIT-857Celtic Minstrel2012-02-29-0/+4
* [Bleeding] Added a Metadata framework for Entities, Blocks, and Worldsrmichela2012-02-29-4/+444
* [Bleeding] Cleaned up unsafe casts. Addresses BUKKIT-844Wesley Wolfe2012-02-29-1/+1
* [Bleeding] Fixed potion tests.Celtic Minstrel2012-02-25-13/+28
* [Bleeding] Add missing methods to Bukkit class, fix non-static methods, and a...Celtic Minstrel2012-02-25-0/+19
* [Bleeding] Added launchProjectile.aPunch2012-02-23-0/+5
* [Bleeding] Added EntityType to replace CreatureType.Celtic Minstrel2012-02-22-0/+5
* [Bleeding] Added Enchantment and misc tests to ItemStack (de)serializationWesley Wolfe2012-02-19-0/+76
* Deprecation cleanup.Erik Broes2012-02-18-45/+0
* [Bleeding] Added Potions API. Fixes BUKKIT-389fullwall2012-02-10-0/+136
* [Bleeding] Added Vanish API for hiding players from each other.Travis Watkins2012-02-03-0/+12
* Add some testingErik Broes2012-01-29-29/+491
* Add Player.setBedSpawnLocation(Location). Thanks md_5Erik Broes2012-01-17-0/+4
* [Bleeding] Changed event system into a new, much faster design. Huge thanks t...Nathan Adams2012-01-17-5/+5
* [Bleeding] Added Plugin.getLogger() which returns a java.util.Logger that pre...rmichela2012-01-17-0/+5
* Added ChatColor.MAGIC, changed to char based values and deprecated old method...Nathan Adams2012-01-16-0/+58
* Generic cleaningErik Broes2012-01-15-40/+39
* Configurations now properly support lists of serializable objects, and ItemSt...Nathan Adams2012-01-15-0/+29
* Added Player set/getAllowFlight methods. Thanks to Qala for the PR.Nathan Adams2012-01-15-0/+8
* Fix unambiguous importErik Broes2012-01-15-1/+0
* Added entity.playEffect, thanks to main-- in an (unfortunately old) PR.Nathan Adams2012-01-14-10/+5
* Implemented new Plugin Message API - see http://dinnerbone.com/blog/2012/01/1...Nathan Adams2012-01-13-0/+1038
* Fixed YamlConfiguration creating empty lines when reading a file with no cont...Nathan Adams2012-01-08-4/+25
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-106/+100
* Configuration methods .getX (int/double/etc) now try to cast existing values ...Nathan Adams2011-12-12-2/+14
* Removed redundant TestEnum fileNathan Adams2011-11-13-1/+0
* Added createSection(String path, Map<String, object> map)Feildmaster2011-11-05-1/+14
* Added helper methods such as getStringList to ConfigurationSectionNathan Adams2011-10-26-1/+17
* Fixed issues with loading YamlConfigurations with typed keysNathan Adams2011-10-26-4/+6
* Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies the...Nathan Adams2011-10-12-52/+74
* Loading a FileConfiguration (Yaml/) should remember the previously saved headerNathan Adams2011-10-12-0/+19
* YamlConfiguration now correctly writes extra blank lines at the end if requestedNathan Adams2011-10-12-2/+16
* Fixed removing entries in the new Configuration (via set(x, null))Nathan Adams2011-10-11-0/+8
* Small javadoc cleanupNathan Adams2011-10-10-2/+0
* Added new Configuration classesDinnerbone2011-10-10-0/+845