AuthorCommitMessageCommit dateIssues
BlackyPawBlackyPaw
af47849ea16Added fortunes to wheat and nether warts
BlackyPawBlackyPaw
546bf0196b0Removing unused import(s)
BlackyPawBlackyPaw
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 Merkeltmd_5Niklas Merkelt
3f3c65f471d[BUKKIT-3451] Use correct item amount for FurnaceExtractEvent.Also don't call FurnaceExtractEvent when the item amount is 0.BUKKIT-3451
md_5md_5
efe04b82b2dRemoved 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_5md_5
69fe73e7d9b[SPIGOT-1465] Fix skulls with no owner not displaying texture.SPIGOT-1465
Andrewmd_5Andrew
039621dd44aStrengthen CraftMetaSkull hasOwner method
ThinkofnameThinkofname
930a59c68c1Remove the length limit on inventory titles1.8 no longer has a small limit like previous versions
ThinkofnameThinkofname
75593ab621fSPIGOT-1308: Fix typo in PlayerList#sendAllSPIGOT-1308
Ryan Bennittmd_5Ryan Bennitt
07c300164aaSPIGOT-1390: Fixed issues with Array.fill upper bound in setRegionSPIGOT-1390
md_5md_5
d3e0b6feaddSPIGOT-1347: Don't change entity add behaviour, just print warning.SPIGOT-1347
md_5md_5
4ac23479e5eAdd some warnings from snapshot versions to check whether they are applicable in 1.8.8
md_5md_5
18fbb24b464SPIGOT-1235: Correctly validate MaterialData for playEffect.Thanks Jikoo for the report / fix.SPIGOT-1235
Adam Thomasmd_5Adam Thomas
f4c67a5c326SPIGOT-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_5md_5
12698ea5ad0SPIGOT-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
ThinkofnameThinkofname
efd6cb08125Ensure the buffer for plugin messages is freed.
md_5md_5
4a7472d0bfaSPIGOT-1219: Allow ping without status query.Also minor refactor to use more of the Vanilla logic.SPIGOT-1219
DemonWavmd_5DemonWav
d4e32cef0caSPIGOT-759: Add FireworkExplodeEvent.SPIGOT-759
BlackyPawmd_5BlackyPaw
8cc1683e83cSPIGOT-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_5md_5
62a216966f9SPIGOT-1076: Add HurtEntities API for FallingBlock.SPIGOT-1076
ThinkofnameThinkofname
a0d2928ba4bAdd a missing break statement for openInventory, fixes opening dropper inventories
Hexmd_5Hex
2d4f577bbffFixed how Dropper inventories are shown to players.
md_5md_5
701ae54ffccSPIGOT-1192: Restore some behaviour to entity.getNearbyEntitiesSPIGOT-1192
md_5md_5
c3730616ee7SPIGOT-625: Insert a small delay when shutting down to allow packets to have a better chance at sending.SPIGOT-625
md_5md_5
9cd11117fecSPIGOT-1168: Fix setSleepingIgnored not working on spectators.SPIGOT-1168
md_5md_5
5e9f698fac7SPIGOT-1165: Restore getNearbyEntities behaviour to include spectators.SPIGOT-1165
Jedediah Smithmd_5Jedediah Smith
9a17f01ff1fSPIGOT-949: Fix damage cooldown reducing explosion knockbackSPIGOT-949
md_5md_5
53fac9f1b6cSPIGOT-1111: Fix ServerCommandEvent not being cancelled.SPIGOT-1111
Antony Rileymd_5Antony Riley
880a53248e0New ChunkGenerator.generate api for block ids and avoiding magic values.
Riccardo Paolo Bestettimd_5Riccardo Paolo Bestetti
5e85956281eSPIGOT-1080: Added support for opening all inventories implementing Bukkit's Inventory class.SPIGOT-1080
md_5md_5
9935adc4ed9Update for minor remapping changes.
md_5md_5
de5c26123fcUpdate to Minecraft 1.8.8 (Pre-)Release.
ThinkofnameThinkofname
d27e6d0c540Add a sane limit for name length
Adam Thomasmd_5Adam Thomas
219686bdabbImplement PlayerResourcePackStatusEvent.
ThinkofnameThinkofname
2642f9b3449SPIGOT-1068: Limit the number of patterns on bannersSPIGOT-1068
ThinkofnameThinkofname
dc40c528d76Correctly update the last location for a player on teleport
Xor Boolemd_5Xor Boole
a3cb1bcd92aGive the README a small update.It could probably use even more love in the future.
ThinkofnameThinkofname
58d972f1ddcCorrect handling of relative teleports for PlayerMoveEvent and PlayerTeleportEvent
Antony RileyAntony Riley
83cb83dcd4cFix handling of changes to PlayerVelocityEvent.velocity by event callers.
Xor Boolemd_5Xor Boole
3e9b5c93d65Prevent an Entity from riding itself.
Antony Rileymd_5Antony Riley
87b9f46d720SPIGOT-1060: Allow custom generators to use block ids > 127 with bytes.SPIGOT-1060
md_5md_5
09ddd9b35e4SPIGOT-1051: CraftInventoryPlayer.setItem can cause NPE.SPIGOT-1051
md_5md_5
af00fd2a20fSPIGOT-1058: Fix lost player list capping to 60.Went missing in the 1.8 update.SPIGOT-1058
md_5md_5
3d5ab8fca9dSPIGOT-1055: Send empty string when RCON command is cancelled.Drops the RemoteControlSession patch as the decompiled code is a mess.SPIGOT-1055
Antony RileyAntony Riley
bf4818b94a4Fix ItemStack.isSimilar(CraftItemStack) when HideFlags are set.
md_5md_5
b105298f2e3Simplify getPlayerExact / try for exact match first in getPlayer.
md_5md_5
65cd4d79fd3Simplify OfflinePlayer.getPlayer() logic.
md_5md_5
1f73bbb56a6Simplify isOnline() logic.
md_5md_5
55589cd3631SPIGOT-1047: Fix RCON.Result of staging the file -> decompiler issues.SPIGOT-1047
Morphan1md_5Morphan1
2359f6fcb01Implement ItemMergeEvent