PaperMC/paper-server/nms-patches
CraftBukkit/Spigot 373ed1ddd5 SPIGOT-5228: Entities that are removed during chunk unloads are not
properly removed from the chunk.

This could lead to dead entities accumulating in memory over time if the
chunk never gets fully unloaded (as it is the case for chunks around the
spawn region).

The issue is that Minecraft processes the removal of these entities
during the next tick, when the chunk has already switched to state
INACCESSIBLE and can no longer be retrieved as usual.

For the purpose of removing dead entities from their still loaded but no
longer accessible chunk, this adds and uses a new method with which a
chunk can be accessed without checking its current state first.

By: blablubbabc <lukas@wirsindwir.de>
2021-02-14 09:24:23 +11:00
..
Advancement.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
AdvancementDataPlayer.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Advancements.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
ArgumentBlock.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ArgumentEntity.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ArgumentParserSelector.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
AttributeRanged.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BehaviorAttackTargetForget.patch SPIGOT-6097: Zoglins not attacking mobs 2020-08-23 19:14:58 +10:00
BehaviorAttackTargetSet.patch SPIGOT-6032: Add best effort target events for new entities 2020-07-28 19:05:03 +10:00
BehaviorCareer.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BehaviorFarm.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BehaviorInteractDoor.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BehaviorMakeLove.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BehaviorProfession.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BehaviorUtil.patch SPIGOT-5948: EntityDropItemEvent does not fire when piglins drop an item 2020-07-06 09:30:16 +10:00
BehaviorWorkComposter.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BiomeStorage.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
Block.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockBamboo.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockBambooSapling.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockBed.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockBeehive.patch SPIGOT-5866: Beehive unknown TargetReason 2020-06-28 08:56:12 +10:00
BlockButtonAbstract.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCactus.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCake.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockCampfire.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
BlockCauldron.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockChest.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockChorusFlower.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockCocoa.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCommand.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockComposter.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockConcretePowder.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockCoral.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCoralFan.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCoralFanWall.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCoralPlant.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockCrops.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockDaylightDetector.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
BlockDiodeAbstract.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockDirtSnowSpreadable.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockDispenser.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockDoor.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockDragonEgg.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
BlockDropper.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockEnderPortal.patch SPIGOT-6152: End exit gates in custom ends do not send back to overworld 2020-09-30 08:58:36 +10:00
BlockFenceGate.patch SPIGOT-5606: call BlockRedstoneEvent for fence gates 2020-03-15 19:05:50 +11:00
BlockFire.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockFireAbstract.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
BlockFluids.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockFungi.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockGrass.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockGrassPath.patch SPIGOT-6125: Grass path should only fade when it is invalid at that location 2020-09-08 12:17:23 +10:00
BlockGrowingTop.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockIce.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockJukeBox.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockLeaves.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockLectern.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockLever.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockMagma.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
BlockMinecartDetector.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockMobSpawner.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockMonsterEggs.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockMushroom.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockNetherWart.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockNote.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockObserver.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockOre.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockPiston.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockPlant.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockPortal.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockPortalShape.patch #724: Re-implement player portal event search radius and creation API 2020-08-14 08:26:40 +10:00
BlockPoweredRail.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockPressurePlateAbstract.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockPressurePlateBinary.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
BlockPressurePlateWeighted.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockPumpkinCarved.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockRedstoneComparator.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockRedstoneLamp.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockRedstoneOre.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockRedstoneTorch.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockRedstoneWire.patch SPIGOT-5965: BlockRedstoneEvent.setNewCurrent(0) crashes server 2020-07-09 09:12:57 +10:00
BlockReed.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockSapling.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockScaffolding.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockSnow.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockSoil.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockSponge.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockStateInteger.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockStem.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockSweetBerryBush.patch #676: Add PlayerHarvestBlockEvent 2020-07-03 15:07:15 +10:00
BlockTallPlant.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockTNT.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockTrapdoor.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
BlockTripwire.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockTripwireHook.patch Mappings Update 2018-12-06 10:00:00 +11:00
BlockTurtleEgg.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockVine.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BlockWaterLily.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
BlockWitherRose.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
BlockWitherSkull.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
BossBattleCustom.patch Mappings Update 2018-12-26 08:00:00 +11:00
ChatHexColor.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ChatModifier.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Chunk.patch #672: Add PersistentDataHolder to Chunk 2020-10-17 17:37:49 +11:00
ChunkGenerator.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ChunkGeneratorAbstract.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ChunkMapDistance.patch SPIGOT-6208: Throwing ender pearl into end portal causes NPE 2021-01-31 14:26:05 +11:00
ChunkProviderServer.patch SPIGOT-5228: Entities that are removed during chunk unloads are not 2021-02-14 09:24:23 +11:00
ChunkRegionLoader.patch Rename Chunk "BukkitValues" key to "ChunkBukkitValues" 2020-10-18 07:24:10 +11:00
ChunkStatus.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
CommandBlockListenerAbstract.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
CommandDispatcher.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
CommandEffect.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
CommandGamemode.patch Mappings Update 2018-12-26 08:00:00 +11:00
CommandGamerule.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
CommandListenerWrapper.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
CommandReload.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
CommandSpreadPlayers.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
CommandTeleport.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
CommandTime.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Container.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ContainerAccess.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerAnvil.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ContainerAnvilAbstract.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ContainerBeacon.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ContainerBrewingStand.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerCartography.patch #745: Fix getLocation for Cartography Table and Stonecutter 2020-09-03 18:37:55 +10:00
ContainerChest.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerDispenser.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerEnchantTable.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ContainerFurnace.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ContainerGrindstone.patch Update to Minecraft 1.14.2 2019-05-28 06:30:00 +10:00
ContainerHopper.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerHorse.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerLectern.patch Update to Minecraft 1.14.2 2019-05-28 06:30:00 +10:00
ContainerLoom.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
ContainerMerchant.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
ContainerPlayer.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Containers.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ContainerShulkerBox.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ContainerSmithing.patch #744: Add ability to get location from smithing inventory 2020-09-03 08:18:30 +10:00
ContainerStonecutter.patch #745: Fix getLocation for Cartography Table and Stonecutter 2020-09-03 18:37:55 +10:00
ContainerWorkbench.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Convertable.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
CraftingManager.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
CrashReport.patch Update to Minecraft 1.14.4 2019-07-20 09:00:00 +10:00
CustomFunctionData.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DamageSource.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DataConverterFlatten.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DataConverterMap.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DataConverterRegistry.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
DataWatcher.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
DedicatedServer.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
DedicatedServerProperties.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
DedicatedServerSettings.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DefinedStructure.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DefinedStructureManager.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DispenseBehaviorBoat.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DispenseBehaviorItem.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
DispenseBehaviorProjectile.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DispenseBehaviorShears.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DispenseBehaviorShulkerBox.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
DispenserRegistry.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
DragonControllerManager.patch Mappings Update 2018-12-06 10:00:00 +11:00
EnchantmentFrostWalker.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
Enchantments.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EnchantmentWeaponDamage.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
Entity.patch SPIGOT-6347: Nether Portals Default to Nether, even in Nether 2021-02-13 10:31:49 +11:00
EntityAgeable.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
EntityAnimal.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityAreaEffectCloud.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
EntityArmorStand.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
EntityArrow.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityBat.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityBee.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityBoat.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityCat.patch EntityDropItemEvent for cats should continue to next stack if cancelled 2021-02-07 08:45:11 +11:00
EntityCaveSpider.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityChicken.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityCow.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityCreature.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityCreeper.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityDamageSourceIndirect.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityDolphin.patch SPIGOT-6093: Can't change ItemStack in EntityPickupItemEvent 2020-08-21 18:46:42 +10:00
EntityEgg.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityEnderCrystal.patch SPIGOT-6075: Snowballs don't destroy Ender Crystals 2020-08-17 18:55:38 +10:00
EntityEnderDragon.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityEnderman.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityEnderPearl.patch SPIGOT-6113: Ender Pearls thrown into portals that lead to disabled dimensions crash the server 2020-08-28 12:28:06 +10:00
EntityEnderSignal.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityEvokerFangs.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
EntityExperienceOrb.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityFallingBlock.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityFireball.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
EntityFireballFireball.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityFireworks.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
EntityFish.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityFishingHook.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
EntityFox.patch SPIGOT-6093: Can't change ItemStack in EntityPickupItemEvent 2020-08-21 18:46:42 +10:00
EntityGhast.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityGuardianElder.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityHanging.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityHorseAbstract.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityHuman.patch SPIGOT-6316: PlayerBedLeaveEvent implements Cancellable 2021-01-29 11:22:42 +11:00
EntityIllagerIllusioner.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityIllagerWizard.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
EntityInsentient.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
EntityIronGolem.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityItem.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
EntityItemFrame.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
EntityLargeFireball.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityLeash.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityLightning.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityLiving.patch #789: Call EntityDropItemEvent when a wither rose is dropped 2021-01-29 10:19:39 +11:00
EntityLlamaTrader.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityMinecartAbstract.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
EntityMinecartCommandBlock.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
EntityMinecartContainer.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityMushroomCow.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityOcelot.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityPainting.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
EntityPanda.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityParrot.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityPhantom.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityPig.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityPigZombie.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityPillager.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
EntityPlayer.patch SPIGOT-6316: PlayerBedLeaveEvent implements Cancellable 2021-01-29 11:22:42 +11:00
EntityPotion.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
EntityProjectileThrowable.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityPufferFish.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityRabbit.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityRaider.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityRavager.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntitySelector.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
EntitySheep.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityShulker.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityShulkerBullet.patch SPIGOT-6123: Call EntityDamageEvent when a shulker bullet gets damaged 2020-09-06 18:13:21 +10:00
EntitySilverfish.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntitySkeletonAbstract.patch #718: Add consumed item, hand and consumeItem boolean to EntityShootBowEvent 2020-08-31 18:39:12 +10:00
EntitySkeletonWither.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntitySlime.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntitySmallFireball.patch SPIGOT-6193: Allow small fireballs to ignite players when MobGriefing is disabled 2020-10-23 18:29:08 +11:00
EntitySnowman.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntitySpectralArrow.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
EntitySpider.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityStrider.patch Re-add missing StriderTemperatureChangeEvent 2021-01-29 20:00:43 +11:00
EntityThrownExpBottle.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityThrownTrident.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityTippedArrow.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
EntityTNTPrimed.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
EntityTrackerEntry.patch SPIGOT-3789: Can't Remove Entity Equipment in Same Tick Spawned without using Consumer 2021-01-27 14:24:20 +11:00
EntityTurtle.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityTypes.patch SPIGOT-6186: Canceling a CreatureSpawnEvent​ results in a "Unable to summon entity due to duplicate UUIDs" error 2020-11-17 13:41:47 +11:00
EntityVex.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityVillager.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityVillagerAbstract.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityVillagerTrader.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityWitch.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityWither.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityWitherSkull.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityWolf.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
EntityZombie.patch Add more checkstyle checks 2021-01-31 10:08:41 +11:00
EntityZombieHusk.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
EntityZombieVillager.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ExpirableListEntry.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
Explosion.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
FluidTypeFlowing.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
FluidTypeLava.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
FoodMetaData.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
FurnaceRecipe.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
GameRules.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
GeneratorAccess.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
HandshakeListener.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
IBlockAccess.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
IChatBaseComponent.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
IChunkLoader.patch Misc bugfixes to multiworld support 2020-06-25 17:58:10 +10:00
ICommandListener.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
IDispenseBehavior.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
IEntityAngerable.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
IEntitySelector.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
IInventory.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
IMerchant.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
InventoryCrafting.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
InventoryCraftResult.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
InventoryEnderChest.patch #755: Fix NPE when calling getInventory() for virtual EnderChests 2020-09-27 11:47:50 +10:00
InventoryLargeChest.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
InventoryMerchant.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
InventorySubcontainer.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
IProjectile.patch SPIGOT-5951: Projectile#getShooter() returns null 2020-07-06 17:51:33 +10:00
IRecipe.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
IRecipeComplex.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemArmor.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemArmorStand.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ItemBlock.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
ItemBoat.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemBoneMeal.patch #702: Add Block#applyBoneMeal() 2020-08-27 11:27:13 +10:00
ItemBow.patch #718: Add consumed item, hand and consumeItem boolean to EntityShootBowEvent 2020-08-31 18:39:12 +10:00
ItemBucket.patch SPIGOT-5882: NPE when emptying bucket on already waterlogged blocks 2020-06-29 11:09:50 +10:00
ItemChorusFruit.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
ItemCrossbow.patch Add more checkstyle checks 2021-01-31 10:08:41 +11:00
ItemDye.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemEgg.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemEndCrystal.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemEnderEye.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
ItemEnderPearl.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemFireball.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
ItemFishingRod.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemFlintAndSteel.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ItemHanging.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ItemLeash.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
ItemMilkBucket.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ItemMinecart.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ItemMonsterEgg.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ItemPotion.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemRecord.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ItemSign.patch SPIGOT-4734: Sign placement fails when looking at grass 2019-04-25 09:55:41 +10:00
ItemSkullPlayer.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ItemSnowball.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ItemStack.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
ItemTrident.patch Add more checkstyle checks 2021-01-31 10:08:41 +11:00
ItemWorldMap.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
IWorldWriter.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
JsonList.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
LegacyPingHandler.patch Update to Minecraft 1.14.2 2019-05-28 06:30:00 +10:00
LoginListener.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
LootContextParameters.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
LootEnchantFunction.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
LootEntryAbstract.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
LootItemConditionRandomChanceWithLooting.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
LootItemConditionSurvivesExplosion.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
LootTable.patch SPIGOT-2304: Implement LootGenerateEvent 2020-04-30 19:15:58 +10:00
LootTableRegistry.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
Main.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
MerchantRecipe.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
MinecraftServer.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
MobEffectList.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
MobEffects.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
MobSpawnerAbstract.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
MobSpawnerPatrol.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
MobSpawnerPhantom.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
MobSpawnerTrader.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
NameReferencingFileConverter.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
NetworkManager.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
PacketDataSerializer.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
PacketPlayInCloseWindow.patch Update to Minecraft 1.9 2016-03-01 08:32:46 +11:00
PacketPlayOutMultiBlockChange.patch SPIGOT-6076: Crash when updating blocks in uninitialized chunk sections 2020-08-16 18:07:42 +10:00
PacketPlayOutWorldBorder.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
PacketStatusListener.patch SPIGOT-5913: MOTD no longer supports new line character 2020-07-01 14:00:02 +10:00
PathfinderGoalBreakDoor.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
PathfinderGoalDefendVillage.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
PathfinderGoalEatTile.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalFollowOwner.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalHorseTrap.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
PathfinderGoalHurtByTarget.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
PathfinderGoalNearestAttackableTarget.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalOwnerHurtByTarget.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
PathfinderGoalOwnerHurtTarget.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
PathfinderGoalPanic.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalRemoveBlock.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
PathfinderGoalSit.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
PathfinderGoalTame.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalTarget.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PathfinderGoalTempt.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
PersistentRaid.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
PersistentStructureLegacy.patch Misc bugfixes to multiworld support 2020-06-25 17:58:10 +10:00
PiglinAI.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
PlayerChunk.patch SPIGOT-5228: Entities that are removed during chunk unloads are not 2021-02-14 09:24:23 +11:00
PlayerChunkMap.patch Misc bugfixes to multiworld support 2020-06-25 17:58:10 +10:00
PlayerConnection.patch SPIGOT-6217: Missed PlayerEditBookEvent when editing books 2020-11-04 19:45:54 +11:00
PlayerConnectionUtils.patch Add more checkstyle checks 2021-01-31 10:08:41 +11:00
PlayerInteractManager.patch SPIGOT-5794: Only skip interact event if position, hand and itemstack are equal 2020-09-12 08:36:10 +10:00
PlayerInventory.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
PlayerList.patch SPIGOT-6244: /spawnpoint ignores angle 2020-11-18 08:13:56 +11:00
PortalTravelAgent.patch SPIGOT-6157: Crash when PortalCreateEvent cancelled 2020-09-29 18:10:57 +10:00
PropertyManager.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
Raid.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
RayTrace.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
RecipeBlasting.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
RecipeBookServer.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
RecipeCampfire.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
RecipeItemStack.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
RecipeSmithing.patch SPIGOT-5802: Add SmithingRecipe API 2020-06-25 12:41:55 +10:00
RecipeSmoking.patch Update to Minecraft 1.14.3-pre4 2019-06-21 20:00:00 +10:00
RecipeStonecutting.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
RegionFileCache.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
RegionLimitedWorldAccess.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
RemoteControlCommandListener.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
SaddleStorage.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ScoreboardServer.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
ServerConnection.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
ServerGUI.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ShapeDetectorShape.patch #724: Re-implement player portal event search radius and creation API 2020-08-14 08:26:40 +10:00
ShapedRecipes.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
ShapelessRecipes.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
SlotFurnaceResult.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
SpawnerCreature.patch SPIGOT-6186: Canceling a CreatureSpawnEvent​ results in a "Unable to summon entity due to duplicate UUIDs" error 2020-11-17 13:41:47 +11:00
StatisticManager.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TicketType.patch Craftbukkit -> CraftBukkit 2020-02-02 11:18:17 +11:00
TickListServer.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntity.patch SPIGOT-6194: Read correct nbt compound into chunk pdc 2020-10-18 07:01:15 +11:00
TileEntityBanner.patch Update to Minecraft 1.15.2 2020-01-22 08:00:00 +11:00
TileEntityBarrel.patch Update to Minecraft 1.16.3 2020-09-11 07:00:00 +10:00
TileEntityBeacon.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
TileEntityBeehive.patch Add more checkstyle checks 2021-01-31 10:08:41 +11:00
TileEntityBrewingStand.patch Update to Minecraft 1.15 2019-12-11 09:00:00 +11:00
TileEntityCampfire.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntityChest.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
TileEntityCommand.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
TileEntityConduit.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntityContainer.patch Update to Minecraft 1.14-pre5 2019-04-23 12:00:00 +10:00
TileEntityDispenser.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntityEndGateway.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
TileEntityFurnace.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
TileEntityHopper.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntityLectern.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
TileEntityShulkerBox.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
TileEntitySign.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
VillageSiege.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
World.patch Update to Minecraft 1.16.4 2020-11-03 07:00:00 +11:00
WorldAccess.patch Update to Minecraft 1.16.5 2021-01-16 12:00:00 +11:00
WorldBorder.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
WorldDataServer.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
WorldGenMegaTreeProvider.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
WorldGenTreeProvider.patch Fix crash growing saplings 2020-08-12 08:54:53 +10:00
WorldGenWitchHut.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
WorldMap.patch Update to Minecraft 1.16.1 2020-06-25 10:00:00 +10:00
WorldNBTStorage.patch Update to Minecraft 1.16.2 2020-08-12 07:00:00 +10:00
WorldServer.patch SPIGOT-5228: Entities that are removed during chunk unloads are not 2021-02-14 09:24:23 +11:00
WorldUpgrader.patch Misc bugfixes to multiworld support 2020-06-25 17:58:10 +10:00