summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeLines
...
* [Bleeding] Add setCharged and getCharged to WitherSkull. Adds BUKKIT-3060t00thpick12014-01-30-1/+14
* [Bleeding] Add ProjectileSource interface. Addresses BUKKIT-1038, BUKKIT-1156t00thpick12014-01-30-20/+86
* Add setCritical and isCritical methods to Arrow.java. Adds BUKKIT-5113MorphanOne2014-01-30-0/+19
* Add methods to get and set knockback strength in Arrow. Adds BUKKIT-5103Likaos2014-01-30-1/+18
* [Bleeding] Fix logic for calculating slot in Creative mode. Fixes BUKKIT-4715GJ2014-01-25-0/+4
* Add ServerListPingEvent player list API. Adds BUKKIT-5121, BUKKIT-2465Wesley Wolfe2014-01-19-2/+43
* [Bleeding] Add /achievement command. Addresses BUKKIT-4932t00thpick12014-01-16-0/+194
* [Bleeding] Fix Achievement and Statistic API. Fixes BUKKIT-5305t00thpick12014-01-16-66/+532
* Modify give command to support 1.7 features. Fixes BUKKIT-5286Wesley Wolfe2014-01-14-8/+61
* [Bleeding] Add 1.7 setworldspawn and setidletimeout commands. Addresses BUKKI...t00thpick12014-01-14-1/+166
* Fix some messagesWesley Wolfe2014-01-06-3/+3
* Use region matching instead of sub-strings. Addresses BUKKIT-5275Wesley Wolfe2014-01-04-3/+3
* Add method to get plugin by its class. Adds BUKKIT-5240Wesley Wolfe2013-12-24-0/+56
* [BREAKING] Shift plugin initialization; Addresses BUKKIT-1788Wesley Wolfe2013-12-24-248/+165
* Handle commandBlockOutput GameRule for Command Minecarts.EvilSeph2013-12-20-3/+15
* Add new setResourcePack method. Fixes BUKKIT-5015Nate Mortensen2013-12-17-0/+32
* Specify MaterialData for Acacia and Dark Oak stairs. Fixes BUKKIT-5037Peter Olson2013-12-16-2/+2
* Add missed tree types for Minecraft 1.7. Adds BUKKIT-5042BlackHole2013-12-16-0/+8
* [Bleeding] Correct naming of sounds for Minecraft 1.7. Fixes BUKKIT-5065GJ2013-12-16-2/+3
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-2617/+3925
* Add Location.setDirection(Vector). Adds BUKKIT-4862Wesley Wolfe2013-12-11-14/+81
* Cleanup of c00ac08514c93edc88e556d40ac75a54eb40e271feildmaster2013-12-09-38/+36
* [Bleeding] Update MapPalette with new colors. Fixes BUKKIT-5094t00thpick12013-12-08-17/+41
* Add detonate method for firework entities. Adds BUKKIT-4538LordRalex2013-12-06-0/+6
* Add new fishing enchants. Fixes BUKKIT-5035GJ2013-12-04-1/+20
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-11-30-16/+85
* Update Update Bukkit to 1.7.2mbax2013-11-30-165/+317
* Display command-message closing bracket correctly. Fixes BUKKIT-4894Luke A2013-10-19-1/+1
* Use simple multiplication for squaring. Fixes BUKKIT-4836Wesley Wolfe2013-10-09-8/+12
* Actually display correct effect duration in seconds. Fixes BUKKIT-3983feildmaster2013-09-23-1/+1
* Display correct effect duration in seconds. Fixes BUKKIT-3983Joe2013-09-23-1/+1
* Correct some magic values. This amends 1f83111208ab3612f384a2e6b65cc28423dc625eWesley Wolfe2013-09-11-5/+2
* Add missing villager sounds. Addresses BUKKIT-4756feildmaster2013-09-10-0/+7
* Add SpawnReason for Entity Reinforcements. Fixes BUKKIT-4744EvilSeph2013-09-10-0/+4
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-09-10-43/+219
* Add support for command tab completion in the console. Adds BUKKIT-4168Phillip Schichtel2013-09-10-5/+8
* Update /say to vanilla behaviour. Fixes BUKKIT-4224Kezz1012013-09-10-9/+14
* Add new sounds to the Sound Enum. Addresses BUKKIT-4756feildmaster2013-09-10-1/+31
* Make /spreadplayers command work. Fixes BUKKIT-4720feildmaster2013-09-09-15/+27
* Deprecate magic valuesWesley Wolfe2013-08-28-11/+1194
* Use command block's world for /gamerule. Fixes BUKKIT-3274Kane York2013-08-21-0/+3
* Fix missing closing bracket in addEnchantment. Fixes BUKKIT-4126ST-DDT2013-08-20-1/+1
* Add missing materials to Step. Fixes BUKKIT-4074Peter Olson2013-08-17-0/+2
* Check null before grabbing metadata owning plugin. Fixes BUKKIT-4665AlphaBlend2013-08-07-1/+1
* [BREAKING] Use event class instead of event for timings. Fixes BUKKIT-4664Score_Under2013-08-07-14/+30
* Add ConfigurationSerializable-Serializable compatibility. Adds BUKKIT-4662Wesley Wolfe2013-08-06-0/+145
* Relax generic types for ConfigurationSerializationWesley Wolfe2013-08-06-5/+5
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-08-03-43/+259
* Use player as point of reference for min volume. Fixes BUKKIT-4640Wesley Wolfe2013-08-03-2/+2
* Add leash API. Adds BUKKIT-4459 and BUKKIT-4583T00thpick12013-08-03-0/+194