summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-20/+20
* Fix villager death soundfeildmaster2013-09-10-1/+1
* Add missing villager sounds. Addresses BUKKIT-4756feildmaster2013-09-10-0/+6
* Provide a tab completion handler for JLine. Adds BUKKIT-4168Phillip Schichtel2013-09-10-0/+47
* Add support for custom Hopper inventories. Fixes BUKKIT-4722FrozenBrain2013-09-10-0/+30
* Update and add new sound mappings. Fixes BUKKIT-4756feildmaster2013-09-10-160/+204
* Return correct hasLineOfSight value for players. Fixes BUKKIT-4634Roger Baumgartner2013-08-26-1/+1
* Return instance of CraftInventoryBeacon for Beacons. Fixes BUKKIT-4521T00thpick12013-08-07-2/+2
* Fix missed diff for chat packets. Fixes BUKKIT-4666Wesley Wolfe2013-08-07-24/+0
* Wrap plugin.getDefaultWorldGenerator in try-catch. Fixes BUKKIT-4116riking2013-08-07-3/+7
* Validate title for custom inventories. Fixes BUKKIT-4616, BUKKIT-4663Wesley Wolfe2013-08-06-0/+3
* Fix off by 1 error for spawn protection. Fixes BUKKIT-4154Jonatan Noponen2013-08-03-1/+1
* Fix mistranslation in isPlayerCreated() for IronGolems. Fixes BUKKIT-4543Kai Dederichs2013-08-03-1/+1
* Implement Leash API. Adds BUKKIT-4459, BUKKIT-4583T00thpick12013-08-03-10/+89
* Ignore null sound by contract. Fixes BUKKIT-4641Wesley Wolfe2013-08-02-0/+3
* Indicate help is a command. Fixes BUKKIT-4642Wesley Wolfe2013-08-02-1/+5
* Add raw sound string playSound method. Adds BUKKIT-2443h31ix2013-08-02-1/+5
* Fix NBT token for attribute names. Addresses BUKKIT-4483Wesley Wolfe2013-07-28-1/+7
* Store item attributes. Addresses BUKKIT-4523Wesley Wolfe2013-07-27-1/+89
* Add API to control scaled health. Adds BUKKIT-4590T00thpick12013-07-23-6/+61
* Use ambient setting of potion effects. Fixes BUKKIT-4357 and BUKKIT-3653Jim Bilbrey2013-07-13-2/+2
* Return inGround when checking Arrow's OnGround state. Fixes BUKKIT-4439EvilSeph2013-07-10-0/+3
* Implement Horse API. Adds BUKKIT-4424h31ix2013-07-10-33/+159
* Update CraftBukkit to 1.6.2mbax2013-07-08-1/+7
* Properly clear attributes on remove and death. Fixes BUKKIT-4416EvilSeph2013-07-03-6/+1
* Fix scaling for player health. Fixes BUKKIT-4431Wesley Wolfe2013-07-02-0/+13
* Rework max health values. Fixes BUKKIT-4398Wesley Wolfe2013-07-02-2/+3
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-57/+214
* Implement PlayerBookEditEvent. Adds BUKKIT-1995Des Herriott2013-06-10-2/+28
* Update blaze breathe sound. Fixes BUKKIT-4286mbax2013-06-05-1/+1
* Send block updates even when applyPhysics is false. Fixes BUKKIT-3971Des Herriott2013-05-02-3/+3
* Improve InventoryCloseEvent handling. Fixes BUKKIT-3286Travis Watkins2013-05-02-0/+7
* Move world generator warning to CraftBukkit. Fixes BUKKIT-2565Score_Under2013-04-30-1/+4
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-14/+18
* Rework EntityExplodeEvent. Fixes BUKKIT-4140. Adds BUKKIT-4141Wesley Wolfe2013-04-24-17/+0
* Check connection status before setting scoreboard. Fixes BUKKIT-4064Wesley Wolfe2013-04-12-0/+8
* Use correct method for getting player's team. Fixes BUKKIT-4050Wesley Wolfe2013-04-11-1/+1
* Refactor EntityDamageEvents. Adds BUKKIT-1944 & BUKKIT-3684feildmaster2013-04-10-12/+85
* Make auxiliary worlds use the main scoreboard. Addresses BUKKIT-3984Wesley Wolfe2013-04-04-1/+2
* We compile for 1.5Wesley Wolfe2013-04-04-3/+0
* Implement Scoreboard API. Adds BUKKIT-3776mbax2013-04-04-3/+697
* Add a WeakCollection utility class.Wesley Wolfe2013-04-04-0/+173
* Properly return contents of Inventory. Fixes BUKKIT-3930h31ix2013-04-02-1/+2
* Don't update physics when block place is cancelled. Fixes BUKKIT-3939Travis Watkins2013-03-31-23/+27
* Correct slot types for brewing stand. Fixes BUKKIT-3937Travis Watkins2013-03-31-1/+1
* Throw exception for disabled plugin tasks. Fixes BUKKIT-3951Wesley Wolfe2013-03-31-0/+4
* Include anvil result in inventory size. Fixes BUKKIT-3741Travis Watkins2013-03-30-2/+18
* Add Beacon block state for hopper events. Fixes BUKKIT-3932Travis Watkins2013-03-29-0/+39
* Properly copy collection references in ItemMeta.clone(). Fixes BUKKIT-3913Wesley Wolfe2013-03-28-5/+12
* Improve calling of ProjectileHitEvent. Fixes BUKKIT-3872Andre LeBlanc2013-03-26-0/+6