Paper/CraftBukkit-Patches
md_5 1e8cb6d468 Update Client's Hand when BlockPlaceEvent Cancelled
Send a Packet103SetSlot to client when a BlockPlaceEvent is cancelled.

Fixes BUKKIT-5284

Currently, whenever a player places a block in a protected area the
equipped itemstack size on client is never updated properly since the
client thinks the block was placed. The reason this happens is because
ItemStack.matches returns true since the server does not decrement stack
size if a BlockPlaceEvent is cancelled. This causes
PlayerConnection.a(handlePlace) not to send the appropriate packet to
client which causes the bug.
2014-01-08 14:45:45 +11:00
..
0001-POM-Changes.patch Fix patch tree. 2013-12-22 10:06:06 +11:00
0002-mc-dev-imports.patch Fix patch tree. 2013-12-22 10:06:06 +11:00
0003-Skeleton-API-Implementations.patch Fix patch tree. 2013-12-22 10:06:06 +11:00
0004-Spigot-Configuration.patch Fix patch tree. 2013-12-22 10:06:06 +11:00
0005-Better-Chunk-Tick-Selection.patch Clear chunkTickList at the end of every tick. 2014-01-08 14:38:38 +11:00
0006-Crop-Growth-Rates.patch Fix patch tree. 2013-12-22 10:06:06 +11:00
0007-More-Efficient-Chunk-Save-Queue.patch Fix patch tree. 2013-12-22 10:06:06 +11:00
0008-Merge-tweaks-and-configuration.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0009-LongHash-Tweaks.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0010-Async-Operation-Catching.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0011-View-Distance.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0012-Compressed-Nibble-Arrays.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0013-Sync-Free-Chunk-Reference-Cache.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0014-Highly-Optimized-Tick-Loop.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0015-Improved-Timings-System.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0016-Fix-Mob-Spawning-Relative-to-View-Distance.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0017-Handle-Null-Tile-Entities.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0018-Entity-Activation-Range.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0019-Metrics.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0020-PlayerItemDamageEvent.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0021-Faster-UUID-for-entities.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0022-Prevent-NPE-in-CraftSign.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0023-Entity-Tracking-Ranges.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0024-Limit-Custom-Map-Rendering.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0025-Enable-Improved-Ping-Sending.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0026-Thread-Naming-and-Tweaks.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0027-Close-Unloaded-Save-Files.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0028-Remove-o-Option.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0029-Recipe-Deconstruction.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0030-Implement-Arrow-API.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0031-Hopper-Cooldowns.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0032-Prevent-Shutdown-Hang.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0033-Implement-SpawnerSpawnEvent.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0034-Firework-Meta-Crash-Fix.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0035-Do-Not-Search-for-Offline-Players.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0036-Allow-Disabling-of-Command-Logging.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0037-Allow-Disabling-of-Command-TabComplete.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0038-Configurable-Messages.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0039-Allow-Disabling-of-Random-Lighting-Updates.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0040-Make-AnvilInventory.getItem-use-both-containers.-Fix.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0041-Properly-Close-Inventories.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0042-Disallow-Interaction-With-Self.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0043-Lower-Chunk-Compression.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0044-Entity-Mount-and-Dismount-Events.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0045-Prevent-Ghost-Players-Caused-by-Plugins.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0046-Entity-ticking-chunk-caching.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0047-Plug-World-Unload-Memory-Leak.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0048-Player-Collision-API.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0049-Fully-Disable-Snooper-When-Not-Required.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0050-Add-Getter-for-Entity-Invulnerability.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0051-Guard-entity-list.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0052-Cap-Minimum-Player-Speed.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0053-Update-Inventory-and-Health-for-PlayerConsumeItemEve.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0054-Call-EntityChangeBlockEvent-for-Fire-Arrows-hitting-.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0055-Allow-Disabling-of-1.6.3-Structure-Saving.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0056-Item-Despawn-Rate.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0057-Don-t-Special-Case-X-Move-Value.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0058-Implement-respawn-API.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0059-Fix-BrewingStands-Removing-NBT-Potions.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0060-Arrow-Despawn-Rate.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0061-Watchdog-Thread.patch Increase verbosity of watchdog dumps 2013-12-23 21:01:45 +11:00
0062-Fix-packed-ice-generation.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0063-BungeeCord-Support.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0064-Clear-Flower-Pot-on-Drop.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0065-Fix-some-chunks-not-being-sent-to-the-client.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0066-Fix-Broken-Async-Chat.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0067-Allow-Teleportation-of-Vehicles-and-Passengers.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0068-Remove-OS-X-Special-Chars-from-Signs.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0069-Orebfuscator.patch Fix orebfuscator startup message showing hide blocks instead of replace blocks 2014-01-06 11:38:59 +11:00
0070-Optimize-DataWatcher.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0071-Allow-Disabling-Zombie-Villager-Aggression.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0072-Configurable-Amount-of-Netty-Threads.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0073-Prevent-Mineshaft-Saving.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0074-Add-VanillaCommand-Wrapper-to-Support-New-Commands.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0075-Fire-PreLogin-Events-in-Offline-Mode.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0076-Log-Cause-of-Unexpected-Exceptions.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0077-Remove-Bukkit-URL-Clicking.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0078-Fix-links-in-chat.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0079-Particle-API.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0080-Fix-Biome-Decoration-Crashes.patch Fix Biome Decoration Crashes 2014-01-05 09:35:15 +11:00
0081-Save-ticks-lived-to-nbttag.patch Redo previous getCubes removal. 2013-12-22 10:05:27 +11:00
0082-More-Efficient-GetCubes.patch Add the getCubes patch back. Turns out the user with lockups had 23k+ entities in a single chunk. 2013-12-22 10:41:48 +11:00
0083-Add-Option-to-Nerf-Mobs-from-Spawner-s.patch Add option to nerfs mobs from spawners. When this option is enabled, mobs which originate from a mob spawner will not have any AI, ie: brains. They will generally only be affected by water movement, with the exception of blazes which will still emit fireballs and float up and down. 2013-12-22 21:02:55 +11:00
0084-Warn-if-PermGen-may-be-insufficient.patch Handle different sizes (G,K) for the PermGen warning 2013-12-28 23:54:44 +00:00
0085-Disable-Connected-Check-on-setScoreboard.patch Disable connected check on setScoreboard. Mojang's semi async Netty implementation can lead to race conditions, and this exception being thrown when it really shouldn't. 2013-12-23 15:58:41 +11:00
0086-Add-Late-Bind-Option.patch Disconnect for spam in the main thread 2014-01-03 17:33:41 +00:00
0087-Disconnect-for-spam-in-the-main-thread.patch Disconnect for spam in the main thread 2014-01-03 17:33:41 +00:00
0088-Update-Chest-Animation-when-Cancelling-Event.patch Update Chest Animation when Cancelling Event 2014-01-08 14:44:50 +11:00
0089-Update-Client-s-Hand-when-BlockPlaceEvent-Cancelled.patch Update Client's Hand when BlockPlaceEvent Cancelled 2014-01-08 14:45:45 +11:00