BlackyPaw | af47849ea16 | Added fortunes to wheat and nether warts | | |
BlackyPaw | 546bf0196b0 | Removing unused import(s) | | |
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. | | SPIGOT-1478 |
 Niklas Merkelt | 3f3c65f471d | [BUKKIT-3451] Use correct item amount for FurnaceExtractEvent.Also don't call FurnaceExtractEvent when the item amount is 0. | | 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. | | |
md_5 | 69fe73e7d9b | [SPIGOT-1465] Fix skulls with no owner not displaying texture. | | SPIGOT-1465 |
 Andrew | 039621dd44a | Strengthen CraftMetaSkull hasOwner method | | |
Thinkofname | 930a59c68c1 | Remove the length limit on inventory titles1.8 no longer has a small limit like previous versions | | |
Thinkofname | 75593ab621f | SPIGOT-1308: Fix typo in PlayerList#sendAll | | SPIGOT-1308 |
 Ryan Bennitt | 07c300164aa | SPIGOT-1390: Fixed issues with Array.fill upper bound in setRegion | | SPIGOT-1390 |
md_5 | d3e0b6feadd | SPIGOT-1347: Don't change entity add behaviour, just print warning. | | SPIGOT-1347 |
md_5 | 4ac23479e5e | Add some warnings from snapshot versions to check whether they are applicable in 1.8.8 | | |
md_5 | 18fbb24b464 | SPIGOT-1235: Correctly validate MaterialData for playEffect.Thanks Jikoo for the report / fix. | | 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. | | 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. | | SPIGOT-1230 |
Thinkofname | efd6cb08125 | Ensure the buffer for plugin messages is freed. | | |
md_5 | 4a7472d0bfa | SPIGOT-1219: Allow ping without status query.Also minor refactor to use more of the Vanilla logic. | | SPIGOT-1219 |
 DemonWav | d4e32cef0ca | SPIGOT-759: Add FireworkExplodeEvent. | | 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... | | SPIGOT-989 |
md_5 | 62a216966f9 | SPIGOT-1076: Add HurtEntities API for FallingBlock. | | SPIGOT-1076 |
Thinkofname | a0d2928ba4b | Add a missing break statement for openInventory, fixes opening dropper inventories | | |
 Hex | 2d4f577bbff | Fixed how Dropper inventories are shown to players. | | |
md_5 | 701ae54ffcc | SPIGOT-1192: Restore some behaviour to entity.getNearbyEntities | | SPIGOT-1192 |
md_5 | c3730616ee7 | SPIGOT-625: Insert a small delay when shutting down to allow packets to have a better chance at sending. | | SPIGOT-625 |
md_5 | 9cd11117fec | SPIGOT-1168: Fix setSleepingIgnored not working on spectators. | | SPIGOT-1168 |
md_5 | 5e9f698fac7 | SPIGOT-1165: Restore getNearbyEntities behaviour to include spectators. | | SPIGOT-1165 |
 Jedediah Smith | 9a17f01ff1f | SPIGOT-949: Fix damage cooldown reducing explosion knockback | | SPIGOT-949 |
md_5 | 53fac9f1b6c | SPIGOT-1111: Fix ServerCommandEvent not being cancelled. | | SPIGOT-1111 |
 Antony Riley | 880a53248e0 | New ChunkGenerator.generate api for block ids and avoiding magic values. | | |
 Riccardo Paolo Bestetti | 5e85956281e | SPIGOT-1080: Added support for opening all inventories implementing Bukkit's Inventory class. | | SPIGOT-1080 |
md_5 | 9935adc4ed9 | Update for minor remapping changes. | | |
md_5 | de5c26123fc | Update to Minecraft 1.8.8 (Pre-)Release. | | |
Thinkofname | d27e6d0c540 | Add a sane limit for name length | | |
 Adam Thomas | 219686bdabb | Implement PlayerResourcePackStatusEvent. | | |
Thinkofname | 2642f9b3449 | SPIGOT-1068: Limit the number of patterns on banners | | SPIGOT-1068 |
Thinkofname | dc40c528d76 | Correctly update the last location for a player on teleport | | |
 Xor Boole | a3cb1bcd92a | Give the README a small update.It could probably use even more love in the future. | | |
Thinkofname | 58d972f1ddc | Correct handling of relative teleports for PlayerMoveEvent and PlayerTeleportEvent | | |
Antony Riley | 83cb83dcd4c | Fix handling of changes to PlayerVelocityEvent.velocity by event callers. | | |
 Xor Boole | 3e9b5c93d65 | Prevent an Entity from riding itself. | | |
 Antony Riley | 87b9f46d720 | SPIGOT-1060: Allow custom generators to use block ids > 127 with bytes. | | SPIGOT-1060 |
md_5 | 09ddd9b35e4 | SPIGOT-1051: CraftInventoryPlayer.setItem can cause NPE. | | SPIGOT-1051 |
md_5 | af00fd2a20f | SPIGOT-1058: Fix lost player list capping to 60.Went missing in the 1.8 update. | | 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. | | SPIGOT-1055 |
Antony Riley | bf4818b94a4 | Fix ItemStack.isSimilar(CraftItemStack) when HideFlags are set. | | |
md_5 | b105298f2e3 | Simplify getPlayerExact / try for exact match first in getPlayer. | | |
md_5 | 65cd4d79fd3 | Simplify OfflinePlayer.getPlayer() logic. | | |
md_5 | 1f73bbb56a6 | Simplify isOnline() logic. | | |
md_5 | 55589cd3631 | SPIGOT-1047: Fix RCON.Result of staging the file -> decompiler issues. | | SPIGOT-1047 |
 Morphan1 | 2359f6fcb01 | Implement ItemMergeEvent | | |