 Hex | 3120ea9ba70Add Elytra Events. | Add Elytra Events. | | |
md_5 | 98e11881045 | SPIGOT-1899: Fix inverted potion arguments. | | SPIGOT-1899 |
md_5 | 650ae8fbe37 | Add equals / hashCode for PotionData | | |
 t00thpick1 | 73090659cd1 | SPIGOT-1638 / SPIGOT-1673: Rework Potions API | | 2 Jira issues |
md_5 | 84276e22472 | SPIGOT-1889: Fail fast when plugin attempts to use database when not enabled. | | SPIGOT-1889 |
 Matthew Steglinski | 032d1ff804d | SPIGOT-1806: Add HumanEntity#getMainHand | | SPIGOT-1806 |
md_5 | 0c042936d82 | SPIGOT-1526 / SPIGOT-1809: Expand Inventory API | | 2 Jira issues |
 blablubbabc | f714a0eb175 | Added a playSound method to World which accepts a String parameter.Similar to the respective method in Player. | | |
md_5 | 5fa44fc1a10 | SPIGOT-1776: Replace BossBar.hide/show with visibility. | | SPIGOT-1776 |
md_5 | 94e06dd4ee9 | SPIGOT-1773: Chorus fruit teleport reason | | SPIGOT-1773 |
md_5 | c44c41ef023 | SPIGOT-1724: Update InventoryType.PLAYER size. | | SPIGOT-1724 |
md_5 | 7d83cba0f25 | BUILDTOOLS-203: Fix invalid javadoc | | BUILDTOOLS-203 |
md_5 | f8573a0ca2e | SPIGOT-1666: Expand Team option API | | SPIGOT-1666 |
md_5 | 325dae0d06b | SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events | | SPIGOT-1608 |
md_5 | e0f09419b37 | Treat ShulkerBullet as Projectile | | |
md_5 | fccf27b47d2 | SPIGOT-1645: Update brewing inventory default size. | | SPIGOT-1645 |
md_5 | fac79d860e9 | Fix some more out of sync effect IDs | | |
Thinkofname | 2722a9e0cff | SPIGOT-1668: Fix RECORD_PLAY's id value | | SPIGOT-1668 |
Thinkofname | cbd3ac31531 | SPIGOT-1644: Add END_GATEWAY as a teleport reason | | SPIGOT-1644 |
md_5 | 3019b6a70c0 | SPIGOT-1622: Add drop chance methods for off hand. | | SPIGOT-1622 |
Thinkofname | ad385cd3f6e | Deprecate HorseJumpEvent's setPower and setCancelled methods | | |
md_5 | aa1347ae6a9 | SPIGOT-1592: Deprecate SpawnEgg spawnedType methods since they cannot be fixed in their current state. | | SPIGOT-1592 |
md_5 | 3d25f078858 | SPIGOT-1582: Add SkullType.DRAGON | | SPIGOT-1582 |
md_5 | fbfd8d55ba0 | SPIGOT-1576: Add more new 1.9 enchants. | | SPIGOT-1576 |
md_5 | 41467c1f085 | SPIGOT-1563: Correct shield durability. | | SPIGOT-1563 |
md_5 | c633591e52e | SPIGOT-1523: Add FLY_INTO_WALL DamageCause | | SPIGOT-1523 |
md_5 | 6b1594cb519 | Fix Material.isSolid for FROSTED_ICE | | |
md_5 | 8342a0701e9 | SPIGOT-1529: Add FROSTED_ICE | | SPIGOT-1529 |
md_5 | 499807467c9 | Fix accidental omission of R revision number in version. | | |
 Xor Boole | 972b9fea860 | Add Merchant API | | |
md_5 | 530d175f2ba | Add PrepareAnvilEvent. | | |
md_5 | a5be7e19c2d | Add Attribute and AttributeModifier API.Thanks to __0x277F and Meeh on #spigot-dev for implementation advice. | | |
 Gabriele Onorato | 58723fb7856 | Add fuel related methods to BrewingStand API | | |
md_5 | eb5cb1008e0 | Implement CauldronLevelChangeEvent.Idea for implementation via matiki1231 on IRC. | | |
 Niklas Merkelt | f042873c1d8 | Add custom experience levels for FurnaceRecipes. | | |
 Ryan Bennitt | f16cc648404 | SPIGOT-1389: Fixed issues with setting tree species by expanding API | | SPIGOT-1389 |
md_5 | d41eed2abe8 | SPIGOT-1345: Add BITE state to PlayerFishEvent. | | SPIGOT-1345 |
md_5 | 5552f47c809 | SPIGOT-1356: Clarify expectations about PotionEffectType.values(). | | SPIGOT-1356 |
md_5 | 02797db500d | SPIGOT-1357: Add potion particle effect color getters to API. | | SPIGOT-1357 |
md_5 | 33fbc3d8622 | Add getLocation() to Inventory. | | |
md_5 | 7898a2a2d2d | Add definitions for Minecraft 1.9 gameplay elementsIncludes an API for AreaEffectCloud and rework of Sound enum to include new sound values. | | |
 Thinkofname | d5958ff9364 | Implement Particle API | | |
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. | | |
 Thinkofname | 2023127d558 | Implement BossBar API | | |
 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". | | |
md_5 | e6f54cc356a | Deprecate Boat APIBoats 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. | | |
 Matt | a4971ffe76b | Use UTF-8 as default encodingSince 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... | | UTF-8 |
md_5 | 09141842cdf | Remove getFurnace from Furnace*EventReplace by getBlock since April 2012. | | |
 Black Hole | 6dd5aa2ce1e | Remove EntityType and some deprecated Entity methodsReplaced by EntityType / other methods since February 2012 and April 2012 respectively. | | |
 Matt | ff2d64d2b94 | Remove deprecated ContainerBlockReplaced by InventoryHolder since March 2012. | | |