summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Add equals / hashCode for PotionDatamd_52016-03-12-0/+21
|
* SPIGOT-1638 / SPIGOT-1673: Rework Potions APIt00thpick12016-03-12-312/+407
|
* SPIGOT-1889: Fail fast when plugin attempts to use database when not enabled.md_52016-03-12-0/+3
|
* SPIGOT-1806: Add HumanEntity#getMainHandMatthew2016-03-12-0/+17
|
* SPIGOT-1526 / SPIGOT-1809: Expand Inventory APImd_52016-03-09-1/+43
|
* Added a playSound method to World which accepts a String parameter.Lukas Hennig2016-03-06-0/+14
| | | | Similar to the respective method in Player.
* SPIGOT-1776: Replace BossBar.hide/show with visibility.md_52016-03-06-0/+18
|
* SPIGOT-1773: Chorus fruit teleport reasonmd_52016-03-06-0/+5
|
* SPIGOT-1724: Update InventoryType.PLAYER size.md_52016-03-04-3/+4
|
* BUILDTOOLS-203: Fix invalid javadocmd_52016-03-04-72/+65
|
* SPIGOT-1666: Expand Team option APImd_52016-03-04-1/+70
|
* SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Eventsmd_52016-03-04-2/+40
|
* Treat ShulkerBullet as Projectilemd_52016-03-04-17/+1
|
* SPIGOT-1645: Update brewing inventory default size.md_52016-03-03-1/+1
|
* Fix some more out of sync effect IDsmd_52016-03-03-2/+2
|
* SPIGOT-1668: Fix RECORD_PLAY's id valueThinkofdeath2016-03-02-1/+1
|
* SPIGOT-1644: Add END_GATEWAY as a teleport reasonThinkofdeath2016-03-02-0/+5
|
* SPIGOT-1622: Add drop chance methods for off hand.md_52016-03-02-10/+57
|
* Deprecate HorseJumpEvent's setPower and setCancelled methodsThinkofdeath2016-03-01-0/+6
|
* SPIGOT-1592: Deprecate SpawnEgg spawnedType methods since they cannot be ↵md_52016-03-02-0/+5
| | | | fixed in their current state.
* SPIGOT-1582: Add SkullType.DRAGONmd_52016-03-02-1/+2
|
* SPIGOT-1576: Add more new 1.9 enchants.md_52016-03-02-0/+10
|
* SPIGOT-1563: Correct shield durability.md_52016-03-01-1/+1
|
* SPIGOT-1523: Add FLY_INTO_WALL DamageCausemd_52016-03-01-1/+7
|
* Fix Material.isSolid for FROSTED_ICEmd_52016-03-01-0/+1
|
* SPIGOT-1529: Add FROSTED_ICEmd_52016-03-01-0/+1
|
* Fix accidental omission of R revision number in version.md_52016-03-01-1/+1
|
* Add Merchant APIXor Boole2016-03-01-1/+400
|
* Add PrepareAnvilEvent.md_52016-03-01-0/+47
|
* Add Attribute and AttributeModifier API.md_52016-03-01-1/+229
| | | | Thanks to __0x277F and Meeh on #spigot-dev for implementation advice.
* Add fuel related methods to BrewingStand APIlapry2016-03-01-0/+30
|
* Implement CauldronLevelChangeEvent.md_52016-03-01-0/+110
| | | | Idea for implementation via matiki1231 on IRC.
* Add custom experience levels for FurnaceRecipes.hibo982016-03-01-2/+48
|
* SPIGOT-1389: Fixed issues with setting tree species by expanding APIryanbennitt2016-03-01-94/+697
|
* SPIGOT-1345: Add BITE state to PlayerFishEvent.md_52016-03-01-0/+4
|
* SPIGOT-1356: Clarify expectations about PotionEffectType.values().md_52016-03-01-0/+1
|
* SPIGOT-1357: Add potion particle effect color getters to API.md_52016-03-01-1/+26
|
* Add getLocation() to Inventory.md_52016-03-01-0/+9
|
* Add definitions for Minecraft 1.9 gameplay elementsmd_52016-03-01-242/+1062
| | | | Includes an API for AreaEffectCloud and rework of Sound enum to include new sound values.
* Implement Particle APIThinkofdeath2016-03-01-0/+267
|
* Add API to manipulate "glowing" state of an Entity.md_52016-03-01-0/+14
| | | | When an Entity is "glowing" they will have an outline around them as if they have been hit by a Spectral Arrow.
* Implement BossBar APIThinkofdeath2016-03-01-0/+196
|
* Implement API for "main hand" and "off hand" slots.Thinkofdeath2016-03-01-4/+91
| | | | 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".
* Deprecate Boat APImd_52016-03-01-0/+16
| | | | 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.
* Use UTF-8 as default encodingMatt2016-03-01-77/+10
| | | | 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 compatible encoding (which it should not be anyway).
* Remove getFurnace from Furnace*Eventmd_52016-03-01-22/+0
| | | | Replace by getBlock since April 2012.
* Remove EntityType and some deprecated Entity methodsBlackHole2016-03-01-243/+0
| | | | Replaced by EntityType / other methods since February 2012 and April 2012 respectively.
* Remove deprecated ContainerBlockMatt2016-03-01-20/+13
| | | | Replaced by InventoryHolder since March 2012.
* Remove deprecated Painting*EventsMatt2016-03-01-214/+2
| | | | Replaced by Hanging*Events since October 2012.
* Update pom.xml to Minecraft 1.9md_52016-03-01-3/+3
|