summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* 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
* Allow fishing success rate to be adjustable. Adds BUKKIT-3837Andre LeBlanc2013-03-25-0/+21
* Add methods to check conflicting enchantments. Adds BUKKIT-3830GJ2013-03-25-0/+22
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-139/+111
* Add ability to change player item in hand. Adds BUKKIT-3318Patrick Seidel2013-03-24-0/+9
* Add check for Thorns damage - Fixes BUKKIT-3505riking2013-03-23-0/+2
* Include ThrownPotion in spawn methods. Adds BUKKIT-2542Carlos Cobo2013-03-23-0/+9
* Identify outside slot independent of inventory type. Fixes BUKKIT-2768EdGruberman2013-03-23-1/+1
* ANSI color codes now reset text attributes. Fixes BUKKIT-3508James Clarke2013-03-23-17/+17
* Implement Dropper interface. Adds BUKKIT-3750Xephi2013-03-21-0/+56
* Stationary lava is also a LAVA ignition cause.Travis Watkins2013-03-21-9/+10
* Add ability to modify ThrownPotion properties. Adds BUKKIT-3197Olof Larsson2013-03-21-7/+23
* Add method to get the source of a TNTPrimed. Adds BUKKIT-3815AlphaBlend2013-03-21-0/+15
* BlockState for Command Blocks. Adds BUKKIT-3805.Nate Mortensen2013-03-19-0/+50
* Validate Server method input. Addresses BUKKIT-3687Edmond Poon2013-03-18-6/+23
* Implement per-player Weather API. Adds BUKKIT-812T00thpick12013-03-18-0/+13
* Implement new cause versions of BlockIgniteEvent. Addresses BUKKIT-3609, BUKK...Yariv Livay2013-03-18-0/+63
* Make CraftMinecartHopper work as InventoryHolder. Adds BUKKIT-3796Michael Limiero2013-03-18-7/+19
* Implement Entity.isOnGround(). Adds BUKKIT-3787Chad Waters2013-03-17-0/+4
* Use name given to command block instead of "@". Fixes BUKKIT-3803Travis Watkins2013-03-17-1/+1
* Implement Hopper block state and inventory methods. Adds BUKKIT-3749Michael Limiero2013-03-17-1/+47
* Handle double trapped chest inventory. Fixes BUKKIT-3772Travis Watkins2013-03-16-4/+13
* Use Chest block state for trapped chests. Fixes BUKKIT-3762Travis Watkins2013-03-16-0/+1
* Limit mob names to 64 chars to avoid client crash. Fixes BUKKIT-3753Travis Watkins2013-03-16-0/+5
* Handle the newly refactored minecarts.Wesley Wolfe2013-03-16-60/+99
* Use proper naming convention for boolean methods.Travis Watkins2013-03-15-1/+1
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-79/+159
* Close inventory on teleport. FIXES BUKKIT-3021.Andrzej Pomirski2013-02-10-4/+5
* Set CraftTravelAgent.DEFAULT to a non-null value. Fixes BUKKIT-3578James Clarke2013-02-06-1/+1