BlackyPaw af47849ea16 Added fortunes to wheat and nether warts 17 Feb 2016 BlackyPaw 546bf0196b0 Removing unused import(s) 14 Feb 2016 BlackyPaw 21d30c13786 [SPIGOT-1478] Rather patchy workaround for cocoa beans, wheat and nether warts. Always returns maximum amount of items to be retrieved from any of those crops when fully grown. 14 Feb 2016 SPIGOT-1478 Niklas Merkelt 3f3c65f471d [BUKKIT-3451] Use correct item amount for FurnaceExtractEvent. Also don't call FurnaceExtractEvent when the item amount is 0. 19 Dec 2015 BUKKIT-3451 md_5 efe04b82b2d Removed tried to add entity warning. Was a debug message backported from Vanilla 1.9 snapshots. We have decided to remove this message from 1.9 as it is largely useless. 05 Feb 2016 md_5 69fe73e7d9b [SPIGOT-1465] Fix skulls with no owner not displaying texture. 05 Feb 2016 SPIGOT-1465 Andrew 039621dd44a Strengthen CraftMetaSkull hasOwner method 02 Feb 2016 Thinkofname 930a59c68c1 Remove the length limit on inventory titles 1.8 no longer has a small limit like previous versions 29 Jan 2016 Thinkofname 75593ab621f SPIGOT-1308: Fix typo in PlayerList#sendAll 22 Jan 2016 SPIGOT-1308 Ryan Bennitt 07c300164aa SPIGOT-1390: Fixed issues with Array.fill upper bound in setRegion 01 Jan 2016 SPIGOT-1390 md_5 d3e0b6feadd SPIGOT-1347: Don't change entity add behaviour, just print warning. 16 Dec 2015 SPIGOT-1347 md_5 4ac23479e5e Add some warnings from snapshot versions to check whether they are applicable in 1.8.8 15 Dec 2015 md_5 18fbb24b464 SPIGOT-1235: Correctly validate MaterialData for playEffect. Thanks Jikoo for the report / fix. 18 Oct 2015 SPIGOT-1235 Adam Thomas f4c67a5c326 SPIGOT-1232: CraftServer.getPlayer(String name) returns incorrect results in some cases. Use the absolute value of the delta to prevent negative values resulting in a better match. 14 Oct 2015 SPIGOT-1232 md_5 12698ea5ad0 SPIGOT-1230: Normalize null log names in ForwardLogHandler. Not technically 100% correct since null != "null", but without sacrficing performance this is the best way to fix the issue in the current implementation. 10 Oct 2015 SPIGOT-1230 Thinkofname efd6cb08125 Ensure the buffer for plugin messages is freed. 07 Oct 2015 md_5 4a7472d0bfa SPIGOT-1219: Allow ping without status query. Also minor refactor to use more of the Vanilla logic. 03 Oct 2015 SPIGOT-1219 DemonWav d4e32cef0ca SPIGOT-759: Add FireworkExplodeEvent. 29 Sep 2015 SPIGOT-759 BlackyPaw 8cc1683e83c SPIGOT-989: Cap assignment of pickup delays to Short.MAX_VALUE due to storage implementation constraints. Changed assignment of pickup delays in such a way that they may not be larger than the value actually stored inside the NBT format that is Short.MAX_VALUE. Did not change method signature in order not to produce any shortening cast warnings in existing code. All values larger than 32767 are generally used to indicate that an item should never be picked up. Shortening this to 32767 will actually... 21 Jun 2015 SPIGOT-989 md_5 62a216966f9 SPIGOT-1076: Add HurtEntities API for FallingBlock. 01 Aug 2015 SPIGOT-1076 Thinkofname a0d2928ba4b Add a missing break statement for openInventory, fixes opening dropper inventories 18 Sep 2015 Hex 2d4f577bbff Fixed how Dropper inventories are shown to players. 17 Sep 2015 md_5 701ae54ffcc SPIGOT-1192: Restore some behaviour to entity.getNearbyEntities 18 Sep 2015 SPIGOT-1192 md_5 c3730616ee7 SPIGOT-625: Insert a small delay when shutting down to allow packets to have a better chance at sending. 15 Sep 2015 SPIGOT-625 md_5 9cd11117fec SPIGOT-1168: Fix setSleepingIgnored not working on spectators. 06 Sep 2015 SPIGOT-1168 md_5 5e9f698fac7 SPIGOT-1165: Restore getNearbyEntities behaviour to include spectators. 06 Sep 2015 SPIGOT-1165 Jedediah Smith 9a17f01ff1f SPIGOT-949: Fix damage cooldown reducing explosion knockback 31 Aug 2015 SPIGOT-949 md_5 53fac9f1b6c SPIGOT-1111: Fix ServerCommandEvent not being cancelled. 08 Aug 2015 SPIGOT-1111 Antony Riley 880a53248e0 New ChunkGenerator.generate api for block ids and avoiding magic values. 28 Jul 2015 Riccardo Paolo Bestetti 5e85956281e SPIGOT-1080: Added support for opening all inventories implementing Bukkit's Inventory class. 30 Jul 2015 SPIGOT-1080 md_5 9935adc4ed9 Update for minor remapping changes. 30 Jul 2015 md_5 de5c26123fc Update to Minecraft 1.8.8 (Pre-)Release. 27 Jul 2015 Thinkofname d27e6d0c540 Add a sane limit for name length 25 Jul 2015 Adam Thomas 219686bdabb Implement PlayerResourcePackStatusEvent. 25 Jul 2015 Thinkofname 2642f9b3449 SPIGOT-1068: Limit the number of patterns on banners 23 Jul 2015 SPIGOT-1068 Thinkofname dc40c528d76 Correctly update the last location for a player on teleport 23 Jul 2015 Xor Boole a3cb1bcd92a Give the README a small update. It could probably use even more love in the future. 19 Mar 2015 Thinkofname 58d972f1ddc Correct handling of relative teleports for PlayerMoveEvent and PlayerTeleportEvent 20 Jul 2015 Antony Riley 83cb83dcd4c Fix handling of changes to PlayerVelocityEvent.velocity by event callers. 20 Jul 2015 Xor Boole 3e9b5c93d65 Prevent an Entity from riding itself. 20 Jul 2015 Antony Riley 87b9f46d720 SPIGOT-1060: Allow custom generators to use block ids > 127 with bytes. 18 Jul 2015 SPIGOT-1060 md_5 09ddd9b35e4 SPIGOT-1051: CraftInventoryPlayer.setItem can cause NPE. 18 Jul 2015 SPIGOT-1051 md_5 af00fd2a20f SPIGOT-1058: Fix lost player list capping to 60. Went missing in the 1.8 update. 18 Jul 2015 SPIGOT-1058 md_5 3d5ab8fca9d SPIGOT-1055: Send empty string when RCON command is cancelled. Drops the RemoteControlSession patch as the decompiled code is a mess. 17 Jul 2015 SPIGOT-1055 Antony Riley bf4818b94a4 Fix ItemStack.isSimilar(CraftItemStack) when HideFlags are set. 15 Jul 2015 md_5 b105298f2e3 Simplify getPlayerExact / try for exact match first in getPlayer. 13 Jul 2015 md_5 65cd4d79fd3 Simplify OfflinePlayer.getPlayer() logic. 13 Jul 2015 md_5 1f73bbb56a6 Simplify isOnline() logic. 13 Jul 2015 md_5 55589cd3631 SPIGOT-1047: Fix RCON. Result of staging the file -> decompiler issues. 13 Jul 2015 SPIGOT-1047 Morphan1 2359f6fcb01 Implement ItemMergeEvent 26 Jun 2015