Thinkofname | e80c39fa690Allow for easier plugin debugging from an IDE | Allow for easier plugin debugging from an IDE | | |
 Nathan Wolf | 20de0ed871e | SPIGOT-973: Add marker API to ArmorStand | | SPIGOT-973 |
md_5 | de74383a571 | SPIGOT-436: Add spectator camera API. | | SPIGOT-436 |
md_5 | 4e1d0de1118 | Update to Minecraft 1.8.7 | | |
md_5 | ab46992aa21 | Fix move event validation. | | |
md_5 | a5af83911d4 | [SPIGOT-950] Make handlerList requirement really obvious. | | SPIGOT-950 |
md_5 | 958a8d04a6d | Deprecate exact login location.It is unlikely anyone uses it. | | |
 Matt | d24844cdd9e | Add ability to add a string to a scoreboard instead of a player | | |
 olivervscreeper | 7a6eedb7b3f | [SPIGOT-251] Removed deprecation of playSound() method, as new resource pack features mean sound names as strings are intended.For more information see the linked issue or the playsound command.
http://minecraft.gamepedia.com/Sounds.json | | SPIGOT-251 |
md_5 | 338c5a112b0 | Fix snapshot repository name, bump SnakeYaml version.Grammar fix and additional option added: https://code.google.com/p/snakeyaml/wiki/changes | | |
 DemonWav | 15a3ac1c20c | Fix javadoc HTML error with properly escaped symbols - SPIGOT-935 | | SPIGOT-935 |
 DemonWav | b465559cb5e | Add more detailed documentation for setItem() in PlayerInventory | | |
 olivervscreeper | fe015deb2ac | Checked for instant potions, to fix NPE in serialization.Fixes SPIGOT-749 | | SPIGOT-749 |
md_5 | 7d306d4e020 | Update to Minecraft 1.8.6 | | |
Thinkofname | c7e7f720d24 | Update to 1.8.5 | | |
md_5 | 8deca8c9aaa | SPIGOT-859: Ensure plugins cannot set locations without worlds in move events. | | SPIGOT-859 |
 Jonas Konrad | b333b58c05a | SPIGOT-893: Fix bridge method registering generic listeners twice | | SPIGOT-893 |
Thinkofname | 65de010efb1 | Update to 1.8.4 | | |
 Nathan Wolf | 8d91199e35c | Add a getNearbyEntities method to get entities which are within range of a specified location. | | |
Thinkofname | fc9b07810a2 | Add BlockStateMeta which allows creating and editting 1.8's blockEntityTag | | |
Thinkofname | 1f0b2e88fe5 | Add BlockExplodeEvent | | |
 MattBDev | b886a63f362 | Update vague WorldBorder JavaDocs. | | |
Thinkofname | 2b61299288d | Revert "SPIGOT-264: Remove PlayerPortalEvent's handler list"This reverts commit dcd92097e987ccd4030fa11135cf5147d6b6f7ad. | | SPIGOT-264 |
Thinkofname | dcd92097e98 | SPIGOT-264: Remove PlayerPortalEvent's handler listSo it can chain PlayerTeleportEvent at the same time | | SPIGOT-264 |
Thinkofname | 085a38e53f7 | SPIGOT-370: Remove LOCKED_CHESTIt doesn't exist anymore and has been deprecated for a year | | SPIGOT-370 |
Thinkofname | 8f84f08506c | SPIGOT-678: Fix the particles flag being ignored in hashCode, equals and serialization | | SPIGOT-678 |
Thinkofname | 82f9df99196 | SPIGOT-665: Sticky pistons are moving pistons during the event | | SPIGOT-665 |
Thinkofname | c4858369b3f | SPIGOT-542: Clarify PlayerDeathEvent.setKeepLevel | | SPIGOT-542 |
Thinkofname | 78af97dbe30 | SPIGOT-652: Update the map colors to match Minecraft | | SPIGOT-652 |
Thinkofname | ca4fd8554d2 | Update to Minecraft 1.8.3 | | |
md_5 | 1d2509b99fb | Revert finite checks in locations.Fixes SPIGOT-628 and others | | SPIGOT-628 |
md_5 | 2b22e68f5a9 | Add isFinite util methods. | | |
md_5 | fb96a1afa92 | Move checkFinite methods to a util class. | | |
 Jonas Konrad | 9f071ab402a | Only allow finite x,y,z and yaw,pitch values for Vector and LocationMany API methods rely on these to be finite (especially not NaN). | | |
 Fabian Faßbender | 66c832f8ca3 | API for setting/removing hideflags on ItemStacks | | |
 FearThe1337 | 0f0e31b86be | Implement armor stand event. | | |
 BillyGalbreath | e1f54099c8d | Add alternatives for deprecated methods | | |
Thinkofname | 0fcdca4beac | SPIGOT-547: Increase the max plugin message channel name to 20This matches up with the protocol | | SPIGOT-547 |
Thinkofname | be1f87c5718 | Document PlayerInteractEvent's behavior for air | | |
md_5 | 5bfe821f3d5 | Deprecate refreshChunk.This method is not guaranteed to work suitably across all client implementations. | | |
Thinkofname | e3d656cd5dd | Fix mistakes in Material | | |
md_5 | 4680eb44734 | Revert: A sign isn't a solid block (reverted from commit d3d800aee315670609d21142475b6df0091b44a7) | | |
md_5 | 53a4447b845 | SPIGOT-469: Add nag message for using (buggy) reload command. | | SPIGOT-469 |
Thinkofname | bd465016092 | Fix a missed assignment with the last commit | | |
Thinkofname | cd94e3c9b03 | Give BlockPistonRetractEvent a list of pulled blocks for sticky pistons | | |
md_5 | 685a7d4b661 | Add animal sniffer plugin to check API usages.Wouldn't want @yawkat submitting PRs that only work on Java 8. | | |
 DoctorDark | e8b6cdfa8a0 | SPIGOT-371: Fix incorrect data bit for leap potion effect | | SPIGOT-371 |
tkausl | d3d800aee31 | A sign isn't a solid block | | |
 Jofkos | b4e9811235e | Make Location ConfigurationSerializable. | | |
Thinkofname | dd0fec4187a | SPIGOT-362: Add TeleportCause.SPECTATE | | SPIGOT-362 |