summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeLines
* Added player.isFlying|setFlying to check if a player is flying, or make them ↵Nathan Adams2012-03-22-0/+13
| | | | fly/not. This implements BUKKIT-1281.
* 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 ↵rmichela2012-03-22-15/+46
| | | | BUKKIT-1263
* [Bleeding] Added swamp trees and small jungle trees to TreeType. Addresses ↵zml20082012-03-21-3/+42
| | | | | | BUKKIT-1162 - Also added in xpansive's tweaks to BlockChangeDelegate for extra methods
* [Bleeding] Added loadbefore property; Addresses BUKKIT-843Wesley Wolfe2012-03-21-2/+43
|
* [Bleeding] Added Ageable interface for Villagers and Animals to extend. ↵aPunch2012-03-21-61/+67
| | | | Addresses BUKKIT-1232
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes ↵Celtic Minstrel2012-03-21-7/+68
| | | | BUKKIT-397 and fixes BUKKIT-1252
* [Bleeding] Fixed some issues with no-effect potions, and added more potion ↵Celtic Minstrel2012-03-21-32/+63
| | | | tests. Fixes BUKKIT-1251
* [Bleeding] Add Chest.getBlockInventory() for convenience; this always ↵Celtic Minstrel2012-03-20-1/+11
| | | | returns a single chest inventory. Addresses BUKKIT-1247
* [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. ↵aPunch2012-03-20-0/+15
| | | | Addresses BUKKIT-1229
* [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/+28
|
* [Bleeding] Added automatically generated plugin-level sub-indexes to the ↵rmichela2012-03-16-1/+27
| | | | master help index. Addresses BUKKIT-1180
* Aesthetic changes to the /help command.rmichela2012-03-16-6/+9
|
* [Bleeding] Added option to remove entire plugins from the help index using ↵rmichela2012-03-16-8/+35
| | | | the help.yml file. Addresses BUKKIT-1178
* [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 ↵Celtic Minstrel2012-03-15-0/+5
| | | | ground by default.
* [Bleeding] CraftItemEvent.getInventory() now returns CraftingInventory for ↵Celtic Minstrel2012-03-15-0/+6
| | | | convenience.
* [Bleeding] Made ItemStack constructors not default to an amount of 0. Fixes ↵Celtic Minstrel2012-03-15-2/+2
| | | | BUKKIT-610
* [Bleeding] Added DoubleChest wrapper so that DoubleChestInventory can return ↵Celtic Minstrel2012-03-15-0/+51
| | | | something other than null. Addresses BUKKIT-995
* [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 ↵Wesley Wolfe2012-03-15-44/+29
| | | | BUKKIT-1121
* [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(). ↵Celtic Minstrel2012-03-13-10/+140
| | | | Addresses BUKKIT-1159 and addresses BUKKIT-1160
* [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 ↵Mike Primm2012-03-10-0/+22
| | | | and Server. Fixes BUKKIT-855
* [Bleeding] Added support for amending help topic visibility permissions in ↵rmichela2012-03-10-2/+23
| | | | help.yml. Addresses BUKKIT-1113
* [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 ↵rmichela2012-03-10-1/+139
| | | | bukkit api.
* [Bleeding] Added support for linking custom CommandExecutor types to a ↵rmichela2012-03-10-8/+17
| | | | HelpTopicFactory. Fixes BUKKIT-1027
* [Bleeding] Add new sub-event for target goals, and DEFEND_VILLAGE ↵feildmaster2012-03-10-2/+37
| | | | TargetReason. Fixes BUKKIT-935
* 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 ↵SpaceManiac2012-03-09-0/+15
| | | | BUKKIT-984
* [Bleeding] Update generator interface for new generate methods. Addresses ↵Mike Primm2012-03-09-1/+102
| | | | BUKKIT-874
* 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 ↵Mike Primm2012-03-08-2/+2
| | | | BUKKIT-1083
* 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
|