AuthorCommitMessageCommit dateIssues
Hexmd_5Hex
3120ea9ba70Add Elytra Events.Add Elytra Events.
md_5md_5
98e11881045SPIGOT-1899: Fix inverted potion arguments.SPIGOT-1899
md_5md_5
650ae8fbe37Add equals / hashCode for PotionData
t00thpick1md_5t00thpick1
73090659cd1SPIGOT-1638 / SPIGOT-1673: Rework Potions API2 Jira issues
md_5md_5
84276e22472SPIGOT-1889: Fail fast when plugin attempts to use database when not enabled.SPIGOT-1889
Matthew Steglinskimd_5Matthew Steglinski
032d1ff804dSPIGOT-1806: Add HumanEntity#getMainHandSPIGOT-1806
md_5md_5
0c042936d82SPIGOT-1526 / SPIGOT-1809: Expand Inventory API2 Jira issues
blablubbabcmd_5blablubbabc
f714a0eb175Added a playSound method to World which accepts a String parameter.Similar to the respective method in Player.
md_5md_5
5fa44fc1a10SPIGOT-1776: Replace BossBar.hide/show with visibility.SPIGOT-1776
md_5md_5
94e06dd4ee9SPIGOT-1773: Chorus fruit teleport reasonSPIGOT-1773
md_5md_5
c44c41ef023SPIGOT-1724: Update InventoryType.PLAYER size.SPIGOT-1724
md_5md_5
7d83cba0f25BUILDTOOLS-203: Fix invalid javadocBUILDTOOLS-203
md_5md_5
f8573a0ca2eSPIGOT-1666: Expand Team option APISPIGOT-1666
md_5md_5
325dae0d06bSPIGOT-1608: Add a way to get the hand used in PlayerInteract*EventsSPIGOT-1608
md_5md_5
e0f09419b37Treat ShulkerBullet as Projectile
md_5md_5
fccf27b47d2SPIGOT-1645: Update brewing inventory default size.SPIGOT-1645
md_5md_5
fac79d860e9Fix some more out of sync effect IDs
ThinkofnameThinkofname
2722a9e0cffSPIGOT-1668: Fix RECORD_PLAY's id valueSPIGOT-1668
ThinkofnameThinkofname
cbd3ac31531SPIGOT-1644: Add END_GATEWAY as a teleport reasonSPIGOT-1644
md_5md_5
3019b6a70c0SPIGOT-1622: Add drop chance methods for off hand.SPIGOT-1622
ThinkofnameThinkofname
ad385cd3f6eDeprecate HorseJumpEvent's setPower and setCancelled methods
md_5md_5
aa1347ae6a9SPIGOT-1592: Deprecate SpawnEgg spawnedType methods since they cannot be fixed in their current state.SPIGOT-1592
md_5md_5
3d25f078858SPIGOT-1582: Add SkullType.DRAGONSPIGOT-1582
md_5md_5
fbfd8d55ba0SPIGOT-1576: Add more new 1.9 enchants.SPIGOT-1576
md_5md_5
41467c1f085SPIGOT-1563: Correct shield durability.SPIGOT-1563
md_5md_5
c633591e52eSPIGOT-1523: Add FLY_INTO_WALL DamageCauseSPIGOT-1523
md_5md_5
6b1594cb519Fix Material.isSolid for FROSTED_ICE
md_5md_5
8342a0701e9SPIGOT-1529: Add FROSTED_ICESPIGOT-1529
md_5md_5
499807467c9Fix accidental omission of R revision number in version.
Xor Boolemd_5Xor Boole
972b9fea860Add Merchant API
md_5md_5
530d175f2baAdd PrepareAnvilEvent.
md_5md_5
a5be7e19c2dAdd Attribute and AttributeModifier API.Thanks to __0x277F and Meeh on #spigot-dev for implementation advice.
Gabriele Onoratomd_5Gabriele Onorato
58723fb7856Add fuel related methods to BrewingStand API
md_5md_5
eb5cb1008e0Implement CauldronLevelChangeEvent.Idea for implementation via matiki1231 on IRC.
Niklas Merkeltmd_5Niklas Merkelt
f042873c1d8Add custom experience levels for FurnaceRecipes.
Ryan Bennittmd_5Ryan Bennitt
f16cc648404SPIGOT-1389: Fixed issues with setting tree species by expanding APISPIGOT-1389
md_5md_5
d41eed2abe8SPIGOT-1345: Add BITE state to PlayerFishEvent.SPIGOT-1345
md_5md_5
5552f47c809SPIGOT-1356: Clarify expectations about PotionEffectType.values().SPIGOT-1356
md_5md_5
02797db500dSPIGOT-1357: Add potion particle effect color getters to API.SPIGOT-1357
md_5md_5
33fbc3d8622Add getLocation() to Inventory.
md_5md_5
7898a2a2d2dAdd definitions for Minecraft 1.9 gameplay elementsIncludes an API for AreaEffectCloud and rework of Sound enum to include new sound values.
Thinkofnamemd_5Thinkofname
d5958ff9364Implement Particle API
md_5md_5
d2656274bfdAdd 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.
Thinkofnamemd_5Thinkofname
2023127d558Implement BossBar API
Thinkofnamemd_5Thinkofname
a21d8c465bdImplement 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_5md_5
e6f54cc356aDeprecate 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.
Mattmd_5Matt
a4971ffe76bUse 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_5md_5
09141842cdfRemove getFurnace from Furnace*EventReplace by getBlock since April 2012.
Black Holemd_5Black Hole
6dd5aa2ce1eRemove EntityType and some deprecated Entity methodsReplaced by EntityType / other methods since February 2012 and April 2012 respectively.
Mattmd_5Matt
ff2d64d2b94Remove deprecated ContainerBlockReplaced by InventoryHolder since March 2012.

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut