summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* SPIGOT-2944: Just apply filtering to playersmd_52016-12-22-25/+27
|
* Update to Minecraft 1.11.2md_52016-12-21-25/+25
|
* SPIGOT-2948: Alter filtering logicmd_52016-12-21-1/+1
|
* Update to Minecraft 1.11.1md_52016-12-21-336/+370
|
* SPIGOT-2936: Simplify WorldBorder diffmd_52016-12-19-33/+7
|
* SPIGOT-2930: Shift calling of PlayerItemBreakEvent to before break.md_52016-12-18-8/+8
|
* SPIGOT-2926: Check spawn-npcs setting for NPCs.md_52016-12-17-27/+28
| | | | Probably should refactor this code to be more similar to Vanilla in future.
* SPIGOT-2923: Added PotionEffectType#getColor()Lukas Hennig2016-12-17-0/+6
|
* SPIGOT-2924: Improve handling of Jukeboxes playing nothing.md_52016-12-17-4/+3
|
* SPIGOT-1036: Add API to manipulate sendTitle timings.md_52016-12-16-0/+8
|
* SPIGOT-2918: Always call EnchantItemEventmd_52016-12-14-3/+5
|
* SPIGOT-2913: Only one enchantment applied to itemsmd_52016-12-13-21/+8
|
* SPIGOT-2912: Fix enchanting with ID of 0md_52016-12-12-2/+2
|
* Add getLocation for InventoryEnderChestmd_52016-12-11-1/+7
|
* Add EnchantmentOffer to PrepareItemEnchantEventmd_52016-12-11-18/+45
|
* SPIGOT-2242: Handle changed item in PlayerPickupArrowEventmd_52016-12-10-7/+10
|
* SPIGOT-2524: Update inventory for cancelled air right clickmd_52016-12-10-30/+32
|
* SPIGOT-2907: Improve EntityResurrectEvent handlingmd_52016-12-10-15/+30
|
* SPIGOT-2908: Correctly spawn LlamaSpitmd_52016-12-10-1/+1
|
* Clean up BlockFlowingmd_52016-12-09-31/+18
|
* SPIGOT-2886: Call BlockFormEvent when Lava and Water collideBrokkonaut2016-12-09-4/+36
|
* Use CraftEventFactory for BlockFormEventmd_52016-12-09-65/+45
|
* Add API to get default value of an Attributemd_52016-12-09-0/+5
|
* SPIGOT-2894: Preserve unreadable spawn egg data in memorymd_52016-12-07-6/+14
|
* SPIGOT-2891: Remove chunks if first check is falsemd_52016-12-06-5/+17
| | | | Minecraft does double checking for synchronous generation, but since we generate chunks asynchronously we are required to check the first condition also in case the chunk was loaded between ticks. We leave the other logic to be cleaned up by the loops below.
* Implement pre-spawn API to allow modifications to spawned entities.Xor Boole2016-12-06-3/+18
| | | | See preceding commit for why this change was included.
* SPIGOT-1592: Implement ItemMeta for Spawn EggsMatthew2016-12-06-0/+164
| | | | | The Minecraft implementation of spawn eggs is able to construct an entity using all data that is present in the save format, however since the Bukkit API has no such way to construct an entity unattached to a world, and it appears creating such a way is a very challenging task, the decision was instead made to add this API now that 1.11 has entities which may not be represented by data values. In the future it may be possible to implement a more expanded API cognate with this one.
* SPIGOT-2890: SetBiome not saving changesmd_52016-12-06-0/+2
|
* Implement EntityDeathEvent for ArmorStandsSenmori2016-12-06-2/+82
|
* SPIGOT-2889: Error cancelling creative InventoryClickEventmd_52016-12-05-1/+1
|
* #326: Convert BlockMeta to handle older serialized items.Jacob Martin2016-12-03-10/+30
|
* SPIGOT-2879: Change order of entity addition for ender pearlsmd_52016-12-03-0/+35
|
* SPIGOT-911: Add hitBlock to PorjectileHitEventmd_52016-12-02-1/+7
|
* SPIGOT-2871: Improve BlockStates + BlockStateMetamd_52016-12-02-28/+275
|
* Reduce outdated build delay further.md_52016-12-01-3/+3
|
* Add some expansions to Anvil Inventory APIXor Boole2016-11-30-6/+38
|
* SPIGOT-2867: Update inventory on cancelled interacts toomd_52016-11-30-1/+2
|
* Fangs degree => radians (and back)md_52016-11-30-1/+1
|
* Expand definition of isFrozenmd_52016-11-30-7/+11
|
* SPIGOT-2862: Cannot spawn evoker fangsmd_52016-11-30-1/+1
|
* SPIGOT-2860: Don't create 0 exp orbs when breedingmd_52016-11-29-4/+9
|
* Add hitEntity to ProjectileHitEventmd_52016-11-28-6/+6
|
* SPIGOT-2855: Empty ItemStacks in PlayerDeathEvent dropsmd_52016-11-28-1/+1
|
* Build expiry is now 1 weekmd_52016-11-28-1/+1
|
* SPIGOT-1401: Issues placing blocks adjacent to eachothermd_52016-11-28-1/+1
|
* Fix possible leaks in vanish APImd_52016-11-28-37/+59
|
* SPIGOT-2850: NPE in CraftInventoryCraftingmd_52016-11-27-12/+3
|
* SPIGOT-2695: Added BrewingStandFuelEvent and added fuel level to the BrewEventLukBukkit2016-11-27-6/+30
|
* Added method for spawning a falling block with the BlockDataLukBukkit2016-11-26-0/+7
|
* Fix banner color. Banners have inverted color bytes.kaenganxt2016-11-25-3/+3
|