summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
* [Bleeding] Added ChatColor.translateAlternateColorCodes(). Addresses BUKKIT-1191rmichela2012-03-16-0/+28
* [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
* Updated tests with isBlocking().EvilSeph2012-03-14-0/+4
* Added Enchantment.conflictsWith() and EnchantmentTarget.includes(). Addresses...Celtic Minstrel2012-03-13-10/+140
* [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
* [Bleeding] Implemented command aliases in help. Addresses BUKKIT-1028rmichela2012-03-10-17/+27
* [Bleeding] Moved DefaultHelpTopic and GenericCommandHelpTopic to public bukki...rmichela2012-03-10-1/+139
* [Bleeding] Added support for linking custom CommandExecutor types to a HelpTo...rmichela2012-03-10-8/+17
* [Bleeding] Add new sub-event for target goals, and DEFEND_VILLAGE TargetReaso...feildmaster2012-03-10-2/+37
* Made Ocelot implement isSitting() and setSitting(). Fixes BUKKIT-993EvilSeph2012-03-09-0/+15
* [Bleeding] Added getting the hostname a player used to log in. Addresses BUKK...SpaceManiac2012-03-09-0/+15
* [Bleeding] Update generator interface for new generate methods. Addresses BUK...Mike Primm2012-03-09-1/+102
* Made zombie invasions fire CreatureSpawn event. Fixes BUKKIT-1090EvilSeph2012-03-08-0/+4
* Made iron golems fire CreatureSpawn event. Fixes BUKKIT-1089EvilSeph2012-03-08-0/+8
* [Bleeding] Correct errors in LongGrass and MonsterEggs materials. Addresses B...Mike Primm2012-03-08-2/+2
* Fix incorrect entity ID for iron golem. Addresses BUKKIT-1088Celtic Minstrel2012-03-08-1/+1
* Add missing JUNGLE TreeSpecies. Fixes BUKKIT-973Celtic Minstrel2012-03-08-1/+5
* [Bleeding] Added missing NPE protection to removeMetadata(). Fixes BUKKIT-933rmichela2012-03-08-0/+1
* [Bleeding] ChatPaginator now preserves the color of a line after wrapping the...rmichela2012-03-08-40/+76
* [Bleeding] Help command should properly wrap command text - at least for engl...rmichela2012-03-08-1/+1
* [Bleeding] Add APIs for editing biome data. Addresses BUKKIT-1075Mike Primm2012-03-08-3/+17
* [Bleeding] Added ConversationAbandonedEvent and supporting infrastructure. Wh...rmichela2012-03-08-6/+149
* [Bleeding] Added local echo toggle to Conversation and ConversationFactory ob...rmichela2012-03-08-1/+37
* Fixed javadoc typo, it should read: "celticminstrel is a poopy head."Nathan Adams2012-03-03-1/+1
* Added three new effects for zombies nomming on doors. This adds BUKKIT-961Nathan Adams2012-03-03-0/+12
* [Bleeding] Fixed crafting enchanted items, fixes BUKKIT-602Wesley Wolfe2012-03-02-1/+1
* Added Villager API for getting/setting Profession. This adds BUKKIT-887Nathan Adams2012-03-03-1/+57
* Fixed Ocelot.Type lookup - this fixes BUKKIT-952Nathan Adams2012-03-03-0/+6
* Added VERSION_1_1 WorldTypeNathan Adams2012-03-02-3/+3
* Added JUNGLE tree to TreeType enum - this fixes BUKKIT-886Nathan Adams2012-03-02-0/+4
* Implemented snapshot support for 1.2.Mike Primm2012-03-02-0/+7
* Added a bunch of new 1.2 entities; this partially resolves BUKKIT-872 and BUK...Nathan Adams2012-03-01-1/+85
* [Bleeding] Fixed naughty plugins crashing server.Wesley Wolfe2012-03-01-17/+28
* Added isEmpty to BlockChangeDelegate - this implements BUKKIT-868. Also chang...Nathan Adams2012-03-01-0/+10