summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
...
* Rename Minecraft command permission nodes to meet fallback spec.EvilSeph2014-02-11-1/+1
* Add method to forget callbacks in AsynchronousExecutorWesley Wolfe2014-02-10-0/+54
* Match old alias behavior when migrating.Travis Watkins2014-02-08-2/+15
* [Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385t00thpick12014-02-08-10/+340
* Implement banning API. Adds BUKKIT-3535mbax2014-02-08-20/+184
* Update clients when ItemFrame direction is set. Fixes BUKKIT-3371EdGruberman2014-02-02-0/+14
* Load all already generated chunks via async chunk systemTravis Watkins2014-02-01-24/+15
* Allow AsynchronousExecutor.getSkipQueue() to pull tasks from the queueWesley Wolfe2014-02-01-6/+12
* [Bleeding] Fix support for several entities in World.spawn(). Fixes BUKKIT-3284t00thpick12014-01-30-8/+8
* [Bleeding] Use correct yaw and pitch when spawning arrows. Fixes BUKKIT-3320t00thpick12014-01-30-1/+1
* [Bleeding] Directly set direction in EntityFireball. Fixes BUKKIT-1154t00thpick12014-01-30-2/+10
* [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
* Catch all exceptions in jansi initialization. Fixes BUKKIT-4936Travis Watkins2013-12-02-1/+1
* Add ConsoleAppender from log4j for diff visibilityTravis Watkins2013-12-02-0/+245
* 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