summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Fix createSection getting sections from itself. Fixes BUKKIT-1513feildmaster2012-04-14-1/+1
* Adds address to PlayerLoginEvent; Addresses BUKKIT-431Wesley Wolfe2012-04-03-4/+56
* Removed pointless counter and use .length in PluginsCommand. Thanks nallar!EvilSeph2012-04-02-3/+1
* Add new SmoothBrick texture; Addresses BUKKIT-1417Wesley Wolfe2012-03-31-0/+1
* Fix Wood(plank) and add Sandstone MaterialData; addresses BUKKIT-1384Wesley Wolfe2012-03-31-2/+112
* Updated version to 1.2.5-R0.1-SNAPSHOT, changed commands to match vanillaDinnerbone (Laptop)2012-03-30-25/+25
* [Bleeding] Removing the last metadata item for a key now sets hasMetadata(key...rmichela2012-03-28-0/+3
* [Bleeding] MetadataBase now properly takes the metadata key into account when...rmichela2012-03-28-18/+22
* [Bleeding] Add null check to getFacing(); Fixes BUKKIT-1249Wesley Wolfe2012-03-27-1/+2
* [Bleeding] Added SpawnReason.BREEDING. Addresses BUKKIT-1356feildmaster2012-03-27-0/+7
* Reverting the Drop API for now, we need to re-evalute this as it is causing t...Warren Loo2012-03-27-68/+7
* Added plugin count to the PluginsCommand.EvilSeph2012-03-22-2/+4
* Fixed an index out of range error in ChatColor.getLastColorsNathan Adams2012-03-22-1/+1
* Added isFormat, isColor and getLastColors methods to ChatColorNathan Adams2012-03-22-5/+54
* Added player.isFlying|setFlying to check if a player is flying, or make them ...Nathan Adams2012-03-22-0/+13
* Added new MELTING DamageCause. Addresses BUKKIT-1244EvilSeph2012-03-22-0/+6
* Added configurable Connection Throttle. Addresses BUKKIT-1274EvilSeph2012-03-22-1/+12
* Added some new ChatColors. Surprise! :DNathan Adams2012-03-22-3/+23
* [Bleeding] Fixed soft-dependencies broken by previous commit.Wesley Wolfe2012-03-22-1/+1
* [Bleeding] Made IndexHelpTopic more conducive to subclassing. Addresses BUKKI...rmichela2012-03-22-15/+46
* [Bleeding] Added swamp trees and small jungle trees to TreeType. Addresses BU...zml20082012-03-21-3/+42
* [Bleeding] Added loadbefore property; Addresses BUKKIT-843Wesley Wolfe2012-03-21-2/+43
* [Bleeding] Added Ageable interface for Villagers and Animals to extend. Addre...aPunch2012-03-21-61/+67
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes B...Celtic Minstrel2012-03-21-7/+68
* [Bleeding] Fixed some issues with no-effect potions, and added more potion te...Celtic Minstrel2012-03-21-2/+9
* [Bleeding] Add Chest.getBlockInventory() for convenience; this always returns...Celtic Minstrel2012-03-20-1/+11
* [Bleeding] Add iterator() with starting index. Addresses BUKKIT-1246Celtic Minstrel2012-03-20-0/+9
* [Bleeding] Added way to get/set if an Iron Golem was player created. Addresse...aPunch2012-03-20-0/+15
* [Bleeding] Add ExpBottleEvent; Addresses BUKKIT-888Wesley Wolfe2012-03-20-0/+69
* [Bleeding] Moved HelpTopicComparator to Bukkit.jar. Addresses BUKKIT-1193rmichela2012-03-16-2/+139
* [Bleeding] Added ChatColor.translateAlternateColorCodes(). Addresses BUKKIT-1191rmichela2012-03-16-0/+20
* [Bleeding] Added automatically generated plugin-level sub-indexes to the mast...rmichela2012-03-16-1/+27
* Aesthetic changes to the /help command.rmichela2012-03-16-6/+9
* [Bleeding] Added option to remove entire plugins from the help index using th...rmichela2012-03-16-8/+35
* [Bleeding] Add Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076Celtic Minstrel2012-03-15-0/+20
* [Bleeding] Make InventoryView.setItem(-999, item) drop the item on the ground...Celtic Minstrel2012-03-15-0/+5
* [Bleeding] CraftItemEvent.getInventory() now returns CraftingInventory for co...Celtic Minstrel2012-03-15-0/+6
* [Bleeding] Made ItemStack constructors not default to an amount of 0. Fixes B...Celtic Minstrel2012-03-15-2/+2
* [Bleeding] Added DoubleChest wrapper so that DoubleChestInventory can return ...Celtic Minstrel2012-03-15-0/+51
* [Bleeding] Added ProjectileLaunchEvent. Addresses BUKKIT-284Celtic Minstrel2012-03-15-0/+40
* [Bleeding] Clean up and clarify javadocs on new generator methods.Mike Primm2012-03-15-34/+64
* [Bleeding] Lazily calculate permissions. Addresses BUKKIT-1122Wesley Wolfe2012-03-15-12/+13
* [Bleeding] Reworked OBP.Permission. Addresses BUKKIT-1120 and addresses BUKKI...Wesley Wolfe2012-03-15-44/+29
* [Bleeding] More lenient command creation from plugin.yml. Fixes BUKKIT-1093Wesley Wolfe2012-03-15-11/+13
* Added Enchantment.conflictsWith() and EnchantmentTarget.includes(). Addresses...Celtic Minstrel2012-03-13-10/+135
* [Bleeding] Added Player.isBlocking(). Addresses BUKKIT-858Celtic Minstrel2012-03-13-0/+7
* [Bleeding] Added EntityBreakDoorEvent. Fixes BUKKIT-1134feildmaster2012-03-11-0/+17
* [Bleeding] Add getWorldType() and getGenerateStructures() methods to Bukkit a...Mike Primm2012-03-10-0/+22
* [Bleeding] Added support for amending help topic visibility permissions in he...rmichela2012-03-10-2/+23
* [Bleeding] Correct handling of blank lines in ChatPaginator.zml20082012-03-10-6/+8