Hex 3120ea9ba70 Add Elytra Events. 10 Mar 2016 md_5 98e11881045 SPIGOT-1899: Fix inverted potion arguments. 12 Mar 2016 SPIGOT-1899 md_5 650ae8fbe37 Add equals / hashCode for PotionData 12 Mar 2016 t00thpick1 73090659cd1 SPIGOT-1638 / SPIGOT-1673: Rework Potions API 03 Mar 2016 2 Jira issuesmd_5 84276e22472 SPIGOT-1889: Fail fast when plugin attempts to use database when not enabled. 11 Mar 2016 SPIGOT-1889 Matthew Steglinski 032d1ff804d SPIGOT-1806: Add HumanEntity#getMainHand 11 Mar 2016 SPIGOT-1806 md_5 0c042936d82 SPIGOT-1526 / SPIGOT-1809: Expand Inventory API 07 Mar 2016 2 Jira issuesblablubbabc f714a0eb175 Added a playSound method to World which accepts a String parameter. Similar to the respective method in Player. 02 Mar 2016 md_5 5fa44fc1a10 SPIGOT-1776: Replace BossBar.hide/show with visibility. 05 Mar 2016 SPIGOT-1776 md_5 94e06dd4ee9 SPIGOT-1773: Chorus fruit teleport reason 05 Mar 2016 SPIGOT-1773 md_5 c44c41ef023 SPIGOT-1724: Update InventoryType.PLAYER size. 04 Mar 2016 SPIGOT-1724 md_5 7d83cba0f25 BUILDTOOLS-203: Fix invalid javadoc 04 Mar 2016 BUILDTOOLS-203 md_5 f8573a0ca2e SPIGOT-1666: Expand Team option API 03 Mar 2016 SPIGOT-1666 md_5 325dae0d06b SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events 03 Mar 2016 SPIGOT-1608 md_5 e0f09419b37 Treat ShulkerBullet as Projectile 03 Mar 2016 md_5 fccf27b47d2 SPIGOT-1645: Update brewing inventory default size. 03 Mar 2016 SPIGOT-1645 md_5 fac79d860e9 Fix some more out of sync effect IDs 03 Mar 2016 Thinkofname 2722a9e0cff SPIGOT-1668: Fix RECORD_PLAY's id value 02 Mar 2016 SPIGOT-1668 Thinkofname cbd3ac31531 SPIGOT-1644: Add END_GATEWAY as a teleport reason 02 Mar 2016 SPIGOT-1644 md_5 3019b6a70c0 SPIGOT-1622: Add drop chance methods for off hand. 02 Mar 2016 SPIGOT-1622 Thinkofname ad385cd3f6e Deprecate HorseJumpEvent's setPower and setCancelled methods 01 Mar 2016 md_5 aa1347ae6a9 SPIGOT-1592: Deprecate SpawnEgg spawnedType methods since they cannot be fixed in their current state. 01 Mar 2016 SPIGOT-1592 md_5 3d25f078858 SPIGOT-1582: Add SkullType.DRAGON 01 Mar 2016 SPIGOT-1582 md_5 fbfd8d55ba0 SPIGOT-1576: Add more new 1.9 enchants. 01 Mar 2016 SPIGOT-1576 md_5 41467c1f085 SPIGOT-1563: Correct shield durability. 01 Mar 2016 SPIGOT-1563 md_5 c633591e52e SPIGOT-1523: Add FLY_INTO_WALL DamageCause 01 Mar 2016 SPIGOT-1523 md_5 6b1594cb519 Fix Material.isSolid for FROSTED_ICE 01 Mar 2016 md_5 8342a0701e9 SPIGOT-1529: Add FROSTED_ICE 01 Mar 2016 SPIGOT-1529 md_5 499807467c9 Fix accidental omission of R revision number in version. 01 Mar 2016 Xor Boole 972b9fea860 Add Merchant API 29 Feb 2016 md_5 530d175f2ba Add PrepareAnvilEvent. 29 Feb 2016 md_5 a5be7e19c2d Add Attribute and AttributeModifier API. Thanks to __0x277F and Meeh on #spigot-dev for implementation advice. 29 Feb 2016 Gabriele Onorato 58723fb7856 Add fuel related methods to BrewingStand API 29 Feb 2016 md_5 eb5cb1008e0 Implement CauldronLevelChangeEvent. Idea for implementation via matiki1231 on IRC. 29 Feb 2016 Niklas Merkelt f042873c1d8 Add custom experience levels for FurnaceRecipes. 29 Feb 2016 Ryan Bennitt f16cc648404 SPIGOT-1389: Fixed issues with setting tree species by expanding API 29 Feb 2016 SPIGOT-1389 md_5 d41eed2abe8 SPIGOT-1345: Add BITE state to PlayerFishEvent. 29 Feb 2016 SPIGOT-1345 md_5 5552f47c809 SPIGOT-1356: Clarify expectations about PotionEffectType.values(). 29 Feb 2016 SPIGOT-1356 md_5 02797db500d SPIGOT-1357: Add potion particle effect color getters to API. 29 Feb 2016 SPIGOT-1357 md_5 33fbc3d8622 Add getLocation() to Inventory. 29 Feb 2016 md_5 7898a2a2d2d Add definitions for Minecraft 1.9 gameplay elements Includes an API for AreaEffectCloud and rework of Sound enum to include new sound values. 29 Feb 2016 Thinkofname d5958ff9364 Implement Particle API 29 Feb 2016 md_5 d2656274bfd Add API to manipulate "glowing" state of an Entity. When an Entity is "glowing" they will have an outline around them as if they have been hit by a Spectral Arrow. 29 Feb 2016 Thinkofname 2023127d558 Implement BossBar API 29 Feb 2016 Thinkofname a21d8c465bd Implement API for "main hand" and "off hand" slots. Also deprecate existing "hand" API as it is not specific about which hand is being referred to. Implementations should default this method to the "main hand". 29 Feb 2016 md_5 e6f54cc356a Deprecate Boat API Boats are complex and the way in which they operate is generally implementation specific. Many of these methods have not worked for several CraftBukkit versions, and are now not guaranteed to work at all due to new internal mechanics. 29 Feb 2016 Matt a4971ffe76b Use UTF-8 as default encoding Since March 2014 Bukkit has been converting and preparing plugins for UTF-8 compliance. With this change in place, all plugins will now load their configuration files as UTF-8, which is a supported encoding on any valid JVM implementation. This should pose no issues on any server which has run Bukkit after 2014, and the only possible breaking path is when an embedded file is of a non UTF-8 comp... 29 Feb 2016 UTF-8 md_5 09141842cdf Remove getFurnace from Furnace*Event Replace by getBlock since April 2012. 29 Feb 2016 Black Hole 6dd5aa2ce1e Remove EntityType and some deprecated Entity methods Replaced by EntityType / other methods since February 2012 and April 2012 respectively. 29 Feb 2016 Matt ff2d64d2b94 Remove deprecated ContainerBlock Replaced by InventoryHolder since March 2012. 29 Feb 2016