summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit
Commit message (Expand)AuthorAgeLines
* Add a custom shutdown message set in bukkit.yml. Addresses BUKKIT-3031feildmaster2012-12-05-0/+4
* Allow placing blocks in spawn if ops.txt is empty. Fixes BUKKIT-3004Travis Watkins2012-12-05-0/+1
* Fire EntityFormBlockEvent for FallingBlocks. Adds BUKKIT-3078Wesley Wolfe2012-12-04-1/+1
* Implement API for mob despawn when away from players. Adds BUKKIT-2986Travis Watkins2012-12-04-0/+8
* [BREAKING] Update BlockFace directions. Fixes BUKKIT-1567, BUKKIT-3069feildmaster2012-12-01-26/+26
* Add data values to EntityChangeBlockEvent. Adds BUKKIT-3077, BUKKIT-3076Wesley Wolfe2012-11-30-11/+13
* Fix teleporting entities with vehicles/passengers teleporting you illegally. ...feildmaster2012-11-20-2/+11
* No teleporting people back into the server. Fixes BUKKIT-2298Wesley Wolfe2012-11-19-3/+2
* Don't do case lookups when we have the right case already.Travis Watkins2012-11-18-1/+1
* Implement sound changes for Minecraft 1.4.2 changes. Fixes BUKKIT-2849Karl Fritsche2012-11-17-26/+67
* [Bleeding] Use case from player data for OfflinePlayer. Fixes BUKKIT-519EdGruberman2012-11-17-0/+15
* Don't show a player on map if they're vanished. Fixes BUKKIT-1882Travis Watkins2012-11-17-2/+10
* Implement API for Skeleton and Zombie types. Fixes BUKKIT-2818James Clarke2012-11-17-0/+26
* Fire BlockSpreadEvent for vine growth. Fixes BUKKIT-1097Travis Watkins2012-11-17-0/+13
* Rework skull dropping. Fixes BUKKIT-2930 and BUKKIT-2820Travis Watkins2012-11-14-9/+1
* Fixed some async tasks running synchronously. Fixes BUKKIT-2934Wesley Wolfe2012-11-14-39/+37
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-189/+22
* [Bleeding] Fix mistranslation affecting time of the server vs time of day.md_52012-11-02-2/+2
* Fix compile issue with chunk generation.Travis Watkins2012-11-02-0/+2
* Delegate recreateStructures to nms provider. Fixes BUKKIT-2760feildmaster2012-11-01-1/+6
* Add CraftArt mappings for Wither. Fixes BUKKIT-2667.Wesley Wolfe2012-11-01-7/+7
* Change ItemFrame to actually provide a defensive copy. Fixes BUKKIT-2784Wesley Wolfe2012-11-01-1/+14
* Add inventory and slot types for new containers. Fixes BUKKIT-2741Travis Watkins2012-10-31-0/+22
* Implement API for ambient mob spawn limit. Add spawn-limit.ambient toTravis Watkins2012-10-31-0/+21
* Use BlockCommandSender for dispatching Command block commandsTravis Watkins2012-10-31-0/+42
* Expose API for managing and using GameRules. Adds BUKKIT-2757feildmaster2012-10-31-0/+22
* Implement the API for ItemFrames. Adds BUKKIT-2668h31ix2012-10-31-1/+62
* Expose API for clearing a player's inventory with a successful countEvilSeph2012-10-30-0/+27
* Expose API for giving and taking experience levels for use with ExpCommand's ...EvilSeph2012-10-29-0/+4
* Revert changing EntityType.FIREBALL to LARGE_FIREBALLfeildmaster2012-10-29-1/+1
* Get skull data before destroying block. Fixes BUKKIT-2723Travis Watkins2012-10-29-4/+15
* Add isHardcore API to check if the server is in hardcore mode or not. Adds BU...EvilSeph2012-10-29-0/+4
* Add new entities to World.spawn method. Fixes BUKKIT-2658Travis Watkins2012-10-28-3/+19
* Remove spawn-radius setting in bukkit.yml in favour of spawn-protection inEvilSeph2012-10-28-1/+10
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-92/+362
* Implement chat tab completion API. Fixes BUKKIT-2608. Adds BUKKIT-2607.Wesley Wolfe2012-10-17-4/+19
* Delegate tab-completion. Fixes BUKKIT-2181. Adds BUKKIT-2602Score_Under2012-10-15-0/+38
* Queue tasks from secondary threads. Fixes BUKKIT-2546 and BUKKIT-2600Wesley Wolfe2012-10-14-0/+46
* Implement new scheduler API. Adds BUKKIT-836Wesley Wolfe2012-10-14-2/+31
* Ensure entity isn't destroyed when trying to show it. Fixes BUKKIT-2038Travis Watkins2012-10-13-1/+0
* Remove player from destroy queue when they go visible. Fixes BUKKIT-2071Travis Watkins2012-09-28-0/+1
* Fix typo causing a task to be repeated in debug. Addresses BUKKIT-2549Wesley Wolfe2012-09-28-1/+1
* Map org.bukkit.Sound to String values for sending to client.Wesley Wolfe2012-09-26-2/+143
* Replace LongObjectHashMap with a more efficient implementationTravis Watkins2012-09-21-392/+280
* [Bleeding] Add autosave interval setting in bukkit.yml. Adds BUKKIT-2507Mike Primm2012-09-12-0/+2
* Bulk pending cleanup.Wesley Wolfe2012-09-09-49/+42
* Change local jline checks to not use String literals. Fixes BUKKIT-2455.Luke Granger-Brown2012-09-09-2/+11
* Add information about async tasks to CrashReports. Addresses BUKKIT-2491Wesley Wolfe2012-09-09-1/+59
* Fix crash from console-commands throwing exception. Fixes BUKKIT-2479Wesley Wolfe2012-09-06-1/+6
* Fix Future task waiting logic. Fixes BUKKIT-2408Wesley Wolfe2012-08-26-1/+6