3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-16 04:50:05 +01:00
Paper/nms-patches
Pokechu22 a2af8f0a73 SPIGOT-3207: Fix hiding players in a BukkitRunnable after joining
This happened because "joining" wasn't cleared until the player was ticked.  Runnables (presumably) ran _after_ the player list packet was sent, but before the player was ticked; thus, the player list packet was sent, but not cleared.  The fix is to replace joining with hasSentListPacket, which is set immediately before sending any player list packets (thus, if hidePlayer is called after, it sees that the list packet has been sent and sends a new one to reset it).  With this fix, the player is added to the list and then removed shortly afterwards.

The reason why running /hideall in the example wouldn't fix the invisibility is because the server already thinks the player's been removed from the list (as they're hidden), and thus doesn't want to send another hide packet.  This is correct behavior assuming that they get hidden correctly the first time, which they now do.
2017-04-28 15:27:57 +10:00
..
Block.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockButtonAbstract.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockCactus.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockCake.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
BlockCauldron.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
BlockChorusFlower.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockCocoa.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
BlockCommand.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockCrops.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDaylightDetector.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDiodeAbstract.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDispenser.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDoor.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDragonEgg.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockDropper.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockEnderPortal.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockFire.patch Add getIgnitingBlock to BlockBurnEvent 2017-03-11 17:22:12 +11:00
BlockFlowing.patch Clean up BlockFlowing 2016-12-09 12:56:49 +11:00
BlockFluids.patch SPIGOT-2886: Call BlockFormEvent when Lava and Water collide 2016-12-09 12:53:15 +11:00
BlockGrass.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockIce.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockJukeBox.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockLeaves.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockLever.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockMagma.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
BlockMinecartDetector.patch Simplify a few diffs 2016-07-15 20:10:43 +10:00
BlockMobSpawner.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockMonsterEggs.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
BlockMushroom.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
BlockMycel.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockNetherWart.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockOre.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockPiston.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockPlant.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockPortal.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockPoweredRail.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockPressurePlateAbstract.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockPressurePlateBinary.patch SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events 2016-03-04 15:24:51 +11:00
BlockPressurePlateWeighted.patch SPIGOT-1608: Add a way to get the hand used in PlayerInteract*Events 2016-03-04 15:24:51 +11:00
BlockPumpkin.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockRedstoneLamp.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockRedstoneOre.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockRedstoneTorch.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockRedstoneWire.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockReed.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockSapling.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockShulkerBox.patch SPIGOT-2969: Shulker box removal not updating comparators 2016-12-28 14:23:52 +11:00
BlockSkull.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockSnow.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockSnowBlock.patch SPIGOT-3105: BlockFadeEvent for large snow blocks 2017-03-08 14:24:11 +11:00
BlockSoil.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockStationary.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockStem.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockTNT.patch Call EntityChangeBlockEvent for Fire Arrows hitting TNT 2016-07-08 11:20:15 +10:00
BlockTrapdoor.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockTripwire.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockTripwireHook.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
BlockVine.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
BlockWaterLily.patch SPIGOT-2490: Villager farming event 2016-07-08 11:12:40 +10:00
ChatBaseComponent.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
ChatModifier.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
Chunk.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ChunkProviderGenerate.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ChunkProviderServer.patch Drop RegionFile.chunkExists() in favour of Mojang's own version 2017-04-27 21:25:33 +10:00
ChunkRegionLoader.patch Drop RegionFile.chunkExists() in favour of Mojang's own version 2017-04-27 21:25:33 +10:00
ChunkSection.patch MC-80966 / SPIGOT-957: Send additional lighting data 2016-06-25 20:44:12 +10:00
CommandBlockListenerAbstract.patch SPIGOT-2771: Safely execute command block commands 2016-11-18 08:54:22 +11:00
CommandDebug.patch Re-enable the vanilla debug MethodProfiler and /debug command 2017-01-18 17:42:35 -08:00
CommandExecute.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
CommandGamemode.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
CommandGamerule.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
CommandSpreadPlayers.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
CommandTp.patch Add TeleportCause.COMMAND for inbuilt /tp 2017-03-24 15:14:31 +11:00
Container.patch SPIGOT-2806: Fix PlayerDropItemEvent for disconnected players 2016-11-20 10:19:22 +11:00
ContainerAnvil.patch SPIGOT-3144: Add missing PrepareAnvilEvent call. 2017-03-25 09:51:02 +11:00
ContainerBeacon.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerBrewingStand.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerChest.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerDispenser.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerEnchantTable.patch SPIGOT-2964: Correct number of shelve sin PrepareEnchantEvent 2016-12-27 11:53:09 +11:00
ContainerFurnace.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerHopper.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerHorse.patch SPIGOT-2989: Use existing horse inventory object. 2017-01-05 15:03:22 +11:00
ContainerMerchant.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerPlayer.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerShulkerBox.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ContainerWorkbench.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
CraftingManager.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
CrashReport.patch Fix CraftBukkit crash report details not showing 2016-05-15 22:12:06 +10:00
DamageSource.patch SPIGOT-2127: Add DamageCause.ENTITY_SWEEP_ATTACK 2016-12-23 22:40:38 +11:00
DataInspectorBlockEntity.patch #326: Convert BlockMeta to handle older serialized items. 2016-12-03 10:58:18 +11:00
DataPaletteBlock.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
DataWatcher.patch Update to Minecraft 1.10.2 2016-06-25 11:54:17 +10:00
DedicatedServer.patch Update to Minecraft 1.11.2 2016-12-21 22:00:00 +11:00
DispenseBehaviorItem.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
DispenseBehaviorProjectile.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
DispenserRegistry.patch SPIGOT-3149: StructureGrowEvent for dispenser triggered growth 2017-03-24 21:03:44 +11:00
DragonControllerManager.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
Enchantment.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
EnchantmentFrostWalker.patch Use CraftEventFactory for BlockFormEvent 2016-12-09 12:45:21 +11:00
EnchantmentThorns.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
Entity.patch Process entity portalling towards the end of a tick. 2017-03-20 15:41:15 +11:00
EntityAgeable.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityAnimal.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityAreaEffectCloud.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityArmorStand.patch Implement EntityDeathEvent for ArmorStands 2016-12-06 17:10:33 +11:00
EntityArrow.patch SPIGOT-2242: Handle changed item in PlayerPickupArrowEvent 2016-12-10 12:48:56 +11:00
EntityBoat.patch SPIGOT-3128: Shift VehicleCreateEvent calling. 2017-03-15 20:48:47 +11:00
EntityChicken.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityCow.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityCreature.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityCreeper.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityDamageSourceIndirect.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityEgg.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityEnderCrystal.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntityEnderDragon.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityEnderman.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityEnderPearl.patch SPIGOT-1468: ENDER_PEARL SpawnReason 2016-07-01 12:30:28 +10:00
EntityEvoker.patch Add additional APIs for Evoker / EvokerFangs 2016-11-19 18:53:57 +11:00
EntityExperienceOrb.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityFallingBlock.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityFireball.patch Add hitEntity to ProjectileHitEvent 2016-11-28 12:47:01 +11:00
EntityFireworks.patch Additional fireworks damage tracking. 2016-12-23 22:32:40 +11:00
EntityFishingHook.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
EntityGhast.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityHanging.patch SPIGOT-2765: Special case entity triggered explosions for HangingBreakEvent 2016-11-23 10:34:08 +11:00
EntityHorseAbstract.patch Fix setCarryingChest not resizing horse inventory 2016-11-21 21:58:29 +11:00
EntityHuman.patch SPIGOT-2127: Add DamageCause.ENTITY_SWEEP_ATTACK 2016-12-23 22:40:38 +11:00
EntityInsentient.patch Fixes to mob equipment behaviour 2017-04-09 11:45:37 +10:00
EntityIronGolem.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityItem.patch SPIGOT-2842: Improve item age handling 2016-11-25 10:31:53 +11:00
EntityItemFrame.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityLargeFireball.patch SPIGOT-3126: Make fireballs do a better job of respecting mobGriefing 2017-03-15 15:26:36 +11:00
EntityLeash.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityLightning.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityLiving.patch SPIGOT-3107: Try and improve shield knockback further 2017-03-08 14:51:48 +11:00
EntityLlama.patch SPIGOT-2824: Llama Strength API 2016-11-23 10:27:49 +11:00
EntityLlamaSpit.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityMinecartAbstract.patch SPIGOT-3128: Shift VehicleCreateEvent calling. 2017-03-15 20:48:47 +11:00
EntityMinecartCommandBlock.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityMinecartContainer.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityMonster.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityMushroomCow.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityOcelot.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityPainting.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntityPig.patch SPIGOT-3031: Pigs are not dropping their saddle 2017-01-24 13:39:22 +11:00
EntityPlayer.patch SPIGOT-3207: Fix hiding players in a BukkitRunnable after joining 2017-04-28 15:27:57 +10:00
EntityPotion.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
EntityProjectile.patch MC-88491: Fix projectile colliding with shooter 2016-12-23 16:41:54 +11:00
EntityRabbit.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntitySheep.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityShulker.patch SPIGOT-3075: EntityTeleportEvent for Shulkers 2017-02-20 09:55:24 +11:00
EntityShulkerBullet.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
EntitySilverfish.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntitySkeleton.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntitySkeletonAbstract.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntitySkeletonWither.patch SPIGOT-3067: Wither skeleton heads not dropping 2017-02-15 10:11:41 +11:00
EntitySlice.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
EntitySlime.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntitySmallFireball.patch SPIGOT-3126: Make fireballs do a better job of respecting mobGriefing 2017-03-15 15:26:36 +11:00
EntitySnowman.patch Use CraftEventFactory for BlockFormEvent 2016-12-09 12:45:21 +11:00
EntitySpider.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityThrownExpBottle.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityTippedArrow.patch Implement getColor / setColor for TippedArrow 2017-04-26 20:28:27 -04:00
EntityTNTPrimed.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityTracker.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityTrackerEntry.patch SPIGOT-1915: Fix players seeing their own passengers 2017-01-04 10:50:02 +11:00
EntityVex.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityVillager.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityWither.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
EntityWitherSkull.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
EntityWolf.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityZombie.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
EntityZombieVillager.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ExpirableListEntry.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
Explosion.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
FoodMetaData.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
HandshakeListener.patch Update to Minecraft 1.11.2 2016-12-21 22:00:00 +11:00
IDataManager.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
IInventory.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
InventoryCrafting.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
InventoryCraftResult.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
InventoryEnderChest.patch Add getLocation for InventoryEnderChest 2016-12-11 16:41:40 +11:00
InventoryHorseChest.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
InventoryLargeChest.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
InventoryMerchant.patch SPIGOT-2272: Add API for virtual Merchants 2016-11-21 15:29:36 +11:00
InventorySubcontainer.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
IRecipe.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemArmor.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemBlock.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemBoat.patch SPIGOT-3143: Don't decrease item stack size if VehicleCreateEvent is cancelled 2017-03-22 15:15:34 +11:00
ItemBow.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemBucket.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemChorusFruit.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemCooldown.patch Implement cooldown API 2017-04-19 18:04:32 +10:00
ItemDye.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemEnderPearl.patch SPIGOT-2879: Change order of entity addition for ender pearls 2016-12-03 09:55:36 +11:00
ItemFireball.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemFishingRod.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
ItemFlintAndSteel.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemHanging.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemLeash.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
ItemMinecart.patch SPIGOT-3143: Don't decrease item stack size if VehicleCreateEvent is cancelled 2017-03-22 15:15:34 +11:00
ItemMonsterEgg.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
ItemRecord.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemReed.patch SPIGOT-2871: Improve BlockStates + BlockStateMeta 2016-12-02 09:29:33 +11:00
ItemSkull.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemSnowball.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemStack.patch SPIGOT-2980: Improve SpawnEgg NBT application and ItemStack conversion. 2017-01-02 16:13:25 +11:00
ItemWaterLily.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ItemWorldMap.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
JsonList.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
LoginListener.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
MapIcon.patch SPIGOT-3192: Return default value for invalid map icons 2017-04-21 08:20:49 +10:00
MerchantRecipe.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
MethodProfiler.patch Re-enable the vanilla debug MethodProfiler and /debug command 2017-01-18 17:42:35 -08:00
MinecraftServer.patch SPIGOT-3182: Fix tab-completion in command blocks without leading slash 2017-04-13 17:57:47 -07:00
MobEffectList.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
MobSpawnerAbstract.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
NameReferencingFileConverter.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
NetworkManager.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PacketDataSerializer.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PacketPlayInCloseWindow.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
PacketStatusListener.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PathfinderGoalBreakDoor.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
PathfinderGoalBreed.patch SPIGOT-2860: Don't create 0 exp orbs when breeding 2016-11-29 15:42:46 +11:00
PathfinderGoalDefendVillage.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
PathfinderGoalEatTile.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
PathfinderGoalFollowOwner.patch SPIGOT-2990: EntityTeleportEvent for tameable animals following owner 2017-01-05 20:44:26 +11:00
PathfinderGoalHorseTrap.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalHurtByTarget.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalMakeLove.patch SPIGOT-1319: Add EntityBreedEvent 2016-06-19 20:14:09 +10:00
PathfinderGoalNearestAttackableTarget.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalNearestAttackableTargetInsentient.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PathfinderGoalOwnerHurtByTarget.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
PathfinderGoalOwnerHurtTarget.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
PathfinderGoalPanic.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalSit.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
PathfinderGoalTame.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalTarget.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalTargetNearestPlayer.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PathfinderGoalTempt.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PathfinderGoalVillagerFarm.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PlayerChunk.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
PlayerChunkMap.patch SPIGOT-2891: Remove chunks if first check is false 2016-12-06 22:05:58 +11:00
PlayerConnection.patch Add small throttle to book edits. 2017-04-20 22:10:31 +10:00
PlayerInteractManager.patch Implement cooldown API 2017-04-19 18:04:32 +10:00
PlayerInventory.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
PlayerList.patch SPIGOT-3207: Fix hiding players in a BukkitRunnable after joining 2017-04-28 15:27:57 +10:00
PortalTravelAgent.patch SPIGOT-2366: Fix a missed diff PortalTravelAgent.patch 2016-06-09 21:25:21 +10:00
PropertyManager.patch [SPIGOT-946] Begin making use of access transforms to simplify patching. 2015-06-06 19:46:42 +10:00
RecipeArmorDye.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipeBookClone.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipeFireworks.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipeMapClone.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipeRepair.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipesBanner.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipesFurnace.patch SPIGOT-3162: Experience ignored for custom recipes 2017-04-03 09:06:42 +10:00
RecipeShulkerBox.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipeTippedArrow.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RecipiesShield.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
RegionFile.patch Drop RegionFile.chunkExists() in favour of Mojang's own version 2017-04-27 21:25:33 +10:00
RegionFileCache.patch Drop RegionFile.chunkExists() in favour of Mojang's own version 2017-04-27 21:25:33 +10:00
RemoteControlCommandListener.patch Update to Minecraft 1.9 2016-03-01 09:32:45 +11:00
ScoreboardServer.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
SecondaryWorldServer.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
ShapedRecipes.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
ShapelessRecipes.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
SlotFurnaceResult.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
SpawnerCreature.patch SPIGOT-3165: Only increment spawncount when mob spawn succeeds 2017-04-06 21:31:27 +10:00
StatisticManager.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
TileEntity.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
TileEntityBanner.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntityBeacon.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntityBrewingStand.patch MC-111753, SPIGOT-2971: Brewing stand not reloading 2017-02-21 20:47:40 +11:00
TileEntityChest.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntityCommand.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
TileEntityContainer.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
TileEntityDispenser.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntityEndGateway.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntityFurnace.patch SPIGOT-2800: Can only smelt 63 stack 2016-11-19 21:14:46 +11:00
TileEntityHopper.patch SPIGOT-3033: Alter behaviour of cancelled hopper transfers (reverted from commit 334aa07e2f) 2017-01-26 14:08:04 +11:00
TileEntityNote.patch Minecraft 1.9.4 2016-05-10 21:47:39 +10:00
TileEntityShulkerBox.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
TileEntitySign.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
UserCache.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
Village.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
VillageSiege.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
World.patch Process entity portalling towards the end of a tick. 2017-03-20 15:41:15 +11:00
WorldBorder.patch SPIGOT-2936: Simplify WorldBorder diff 2016-12-19 23:05:39 +11:00
WorldData.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
WorldGenGroundBush.patch Update to Minecraft 1.10 2016-06-09 11:43:49 +10:00
WorldGenMegaTreeAbstract.patch Cut fluff from patch headers. 2015-05-25 20:37:24 +10:00
WorldGenRegistration.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
WorldGenVillagePieces.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
WorldManager.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
WorldMap.patch Update to Minecraft 1.11 2016-11-17 12:41:03 +11:00
WorldNBTStorage.patch Update to Minecraft 1.11.1 2016-12-21 07:00:00 +11:00
WorldServer.patch Re-enable the vanilla debug MethodProfiler and /debug command 2017-01-18 17:42:35 -08:00