summaryrefslogtreecommitdiffstats
path: root/src/main/java/org
Commit message (Expand)AuthorAgeLines
* Allow teleportation of entities on vehicles. Fixes BUKKIT-4210bendude562014-08-17-2/+8
* Implement ability to keep items on death via plugins. Adds BUKKIT-5724Jerom van der Sar2014-08-17-1/+6
* Implement deprecated methods. Adds BUKKIT-5752Wesley Wolfe2014-08-07-0/+58
* Use sensible AssertionError instead of ambiguous RuntimeExceptionWesley Wolfe2014-08-07-4/+4
* Fix removal of items from Item Frames. Fixes BUKKIT-5736feildmaster2014-08-02-2/+6
* Provide modifier functions to EntityDamageEvent. Fixes BUKKIT-5688Wesley Wolfe2014-07-13-3/+9
* Put damage modifiers in Functions for event. Fixes BUKKIT-5681Travis Watkins2014-07-09-20/+30
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-108/+107
* Use 4787c23dce0f5ac856d8d398225828971a93a3ff Guava patch for onlinePlayersWesley Wolfe2014-07-01-3/+1
* Implement new getOnlinePlayers. Adds BUKKIt-5668Wesley Wolfe2014-06-25-14/+117
* [Bleeding] Ignore damage done by LivingEntity.damage(). Fixes BUKKIT-5666t00thpick12014-06-23-0/+2
* [Bleeding] Implement new damage api. Fixes BUKKIT-5326, BUKKIT-3878.t00thpick12014-06-22-31/+114
* Avoid checking for loaded chunks for lighting and entity ticking.Travis Watkins2014-06-21-1/+16
* Use UUIDs in CraftPlayer equals and hashCode methods. Fixes BUKKIT-5634Daniel Naylor2014-05-26-4/+4
* Fix polarity of Bat.isAwake() and Bat.setAwake(boolean). Fixes BUKKIT-5624Wesley Wolfe2014-05-20-2/+2
* Update CraftBukkit to use new YamlConfiguration encoding changesWesley Wolfe2014-05-14-6/+7
* Implement awake flag for bats. Adds BUKKIT-5606Wesley Wolfe2014-05-13-0/+10
* Only set skull profile if it is a player skull. Fixes BUKKIT-5605Travis Watkins2014-05-12-6/+7
* Avoid using the user cache in skull meta.Travis Watkins2014-05-03-5/+5
* Implement inventory creation by type and title. Fixes BUKKIT-4045eueln2014-04-30-0/+13
* [Bleeding] Allow generation of cocoa trees.GJ2014-04-28-0/+3
* [Bleeding] Correct issues with MEGA_REDWOOD trees. Fixes BUKKIT-5568GJ2014-04-28-1/+1
* Refactored BlockPlaceEvent and BlockChangeDelegate. Adds BUKKIT-5558bloodshot2014-04-23-42/+73
* Make AnvilInventory.getItem() use both containers. Fixes BUKKIT-2788Andre LeBlanc2014-04-18-0/+22
* Fix setting entity's target. Fixes BUKKIT-1358PaulBGD2014-04-18-0/+2
* Catch exceptions when abandoning conversions. Fixes BUKKIT-5436Devin Ryan2014-04-18-4/+10
* Check that item in hand is not null after book event. Fixes BUKKIT-5443Des Herriott2014-04-18-1/+1
* [Bleeding] Don't allow null display names. Fixes BUKKIT-5254GJ2014-04-18-1/+1
* [Bleeding] Return correct player SlotType. Fixes BUKKIT-3188GJ2014-04-18-2/+6
* [Bleeding] Return correct furnace SlotType. Fixes BUKKIT-5400GJ2014-04-18-0/+2
* [Bleeding] Ensure skeletons spawn with equipment. Fixes BUKKIT-2836GJ2014-04-18-0/+4
* Handle profiles in SkullMeta, they don't store a string anymore.Travis Watkins2014-04-17-12/+24
* Make bans pretend to use names like before 1.7.8.Travis Watkins2014-04-17-19/+28
* Make skulls pretend to only use names like before 1.7.8.Travis Watkins2014-04-17-15/+8
* Fix getting white list, ban list, and op list. Fixes BUKKIT-5538Travis Watkins2014-04-17-28/+55
* Don't do a lookup for obviously invalid usernamesTravis Watkins2014-04-17-9/+18
* Add methods to use arbitrary entries in scoreboards. Adds BUKKIT-3977Travis Watkins2014-04-13-7/+43
* Fix missed diff and other small thingsTravis Watkins2014-04-13-1/+1
* Check actual whitelist for CraftOfflinePlayer tooTravis Watkins2014-04-12-1/+1
* Check the actual whitelist for Player#isWhitelisted()Travis Watkins2014-04-12-1/+1
* Use fetched GameProfile for getOfflinePlayer(String)Travis Watkins2014-04-12-6/+19
* Update CraftBukkit to Minecraft 1.7.8Travis Watkins2014-04-11-172/+403
* Add method to send fake sign updates to players. Adds BUKKIT-2300Patrick Seidel2014-04-02-7/+37
* Add equals for CraftInventory objects. Adds BUKKIT-4110Jeremy Wood2014-04-02-0/+10
* Store last known player names in preparation for name changingfeildmaster2014-03-31-0/+1
* Implement API for dealing with player UUIDs. Adds BUKKIT-5071Travis Watkins2014-03-29-2/+101
* Fix PotionEffect removal.Nate Mortensen2014-03-23-1/+1
* Increment loop index whether or not command succeeded. Fixes BUKKIT-5455WolfieMario2014-03-22-2/+1
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-71/+73
* Remove chunks from queue if we don't need them anymore.Travis Watkins2014-02-12-0/+5