summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit
Commit message (Expand)AuthorAgeLines
...
* [Bleeding] Implement setCharged and getCharged for WitherSkull. Addresses BUK...t00thpick12014-01-30-0/+10
* [Bleeding] Implement ProjectileSource API. Addresses BUKKIT-1038, BUKKIT-1156t00thpick12014-01-30-32/+256
* Add setCritical and isCritical methods to CraftArrow.java. Adds BUKKIT-5113MorphanOne2014-01-30-0/+8
* Add methods to get and set arrow knockback. Adds BUKKIT-5103Likaos2014-01-30-0/+10
* [Bleeding] Add support for ThrownExpBottle and Fish to launchProjectile(...)....GJ2014-01-30-0/+9
* [Bleeding] Instantiate logger earlier in CraftServer. Fixes BUKKIT-4253.GJ2014-01-30-2/+1
* Fix stacking for items after setting empty meta. Fixes BUKKIT-5331Wesley Wolfe2014-01-23-1/+1
* [Bleeding] Account for null in EntityDamageEvent handling. Fixes BUKKIT-5317t00thpick12014-01-18-1/+3
* [Bleeding] Check that vanilla recipes actually exist. Fixes BUKKIT-5277t00thpick12014-01-18-9/+14
* [Bleeding] Implement methods for /achievement command. Addresses BUKKIT-4932t00thpick12014-01-16-0/+29
* [Bleeding] Fix Achievements and Statistics API. Fixes BUKKIT-5305t00thpick12014-01-16-50/+318
* Implement UnsafeValues for give command. Addresses BUKKIT-5286Wesley Wolfe2014-01-14-1/+42
* [Bleeding] Implement setIdleTimeout and getIdleTimeout. Addresses BUKKIT-4932.t00thpick12014-01-14-0/+8
* Consider repair cost when checking ItemMeta emptiness. Fixes BUKKIT-5304Wesley Wolfe2014-01-14-1/+1
* [Bleeding] Handle custom furnace recipes separately. Fixes BUKKIT-1657, BUKKI...t00thpick12013-12-20-1/+3
* Add new setResourcePack method. Fixes BUKKIT-5015Nate Mortensen2013-12-17-4/+6
* Process URLs as clickable. Adds BUKKIT-4917mbax2013-12-17-26/+39
* Check pending blocks before falling back to world. Fixes BUKKIT-5122Travis Watkins2013-12-17-0/+14
* Add missed tree types for Minecraft 1.7. Adds BUKKIT-5042BlackHole2013-12-16-0/+6
* Fix generation of jungle trees. Fixes BUKKIT-5043BlackHole2013-12-16-1/+1
* [Bleeding] Correct naming of sounds for 1.7. Fixes BUKKIT-5065GJ2013-12-16-30/+30
* [Bleeding] Return correct drops for Cocoa blocks. Fixes BUKKIT-5159t00thpick12013-12-13-0/+7
* Do not fire EntityDamageEvent for explosions twice. Fixes BUKKIT-5156t00thpick12013-12-13-1/+4
* Show fall particles while in creative mode. Fixes BUKKIT-5009t00thpick12013-12-13-0/+1
* Print message on startup before loading log4jTravis Watkins2013-12-09-0/+1
* Implement Firework.detonate(). Adds BUKKIT-4538Wesley Wolfe2013-12-06-0/+8
* Correctly register Furnace Recipies. Fixes BUKKIT-5044feildmaster2013-12-05-1/+2
* Add new fishing enchants. Fixes BUKKIT-5035GJ2013-12-04-0/+6
* Correctly validate map colors. Fixes BUKKIT-4984t00thpick12013-12-03-1/+3
* Maintain old setType method in WorldGenerator. Fixes BUKKIT-4915Nate Mortensen2013-12-02-2/+8
* Handle ChatColor-ending messages FIXES BUKKIT-4924mbax2013-12-01-14/+10
* Handle JUL logger formattingTravis Watkins2013-12-01-3/+3
* Forward exceptions to log4j, cleanup logger handling. Fixes BUKKIT-4948Travis Watkins2013-12-01-71/+54
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-400/+1076
* Don't share WorldMapCollection. Fixes BUKKIT-4871Wesley Wolfe2013-10-30-1/+0
* Add auto-save plugin redundancy detection.Wesley Wolfe2013-10-23-0/+16
* Force item data to use a tag name. Fixes BUKKIT-4809feildmaster2013-10-12-4/+5
* Clarify exception message for bad hanging location. Fixes BUKKIT-4824Wesley Wolfe2013-10-05-1/+1
* 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