craftbukkit/nms-patches
2015-02-17 14:06:54 +00:00
..
BiomeDecorator.patch SPIGOT-189: Remove ListenerWrapper in favour of just doing it in EntityPlayer 2014-12-12 19:27:37 +00:00
BiomeTheEndDecorator.patch
Block.patch
BlockBloodStone.patch
BlockButtonAbstract.patch
BlockCactus.patch
BlockCake.patch
BlockCocoa.patch
BlockCommand.patch
BlockCrops.patch
BlockDaylightDetector.patch
BlockDiodeAbstract.patch
BlockDispenser.patch
BlockDoor.patch
BlockDragonEgg.patch
BlockDropper.patch
BlockEnderPortal.patch
BlockFire.patch Two more cases for BlockFire 2015-02-17 14:06:54 +00:00
BlockFlowing.patch
BlockGrass.patch
BlockIce.patch
BlockLeaves.patch
BlockLever.patch
BlockMinecartDetector.patch
BlockMobSpawner.patch
BlockMonsterEggs.patch
BlockMushroom.patch
BlockMycel.patch
BlockNetherWart.patch
BlockOre.patch
BlockPiston.patch Rework piston events to only fire a retract event for sticky pistons 2015-01-19 23:28:55 +00:00
BlockPlant.patch SPIGOT-240: Fire physics events for crops dying. 2015-01-31 10:09:45 +11:00
BlockPortal.patch
BlockPoweredRail.patch
BlockPressurePlateAbstract.patch
BlockPressurePlateBinary.patch
BlockPressurePlateWeighted.patch
BlockPumpkin.patch
BlockRedstoneLamp.patch
BlockRedstoneOre.patch
BlockRedstoneTorch.patch
BlockRedstoneWire.patch
BlockReed.patch
BlockSapling.patch
BlockSkull.patch SPIGOT-465: Allow cancelling BlockPlaceEvent to preven wither spawns 2015-02-02 21:55:33 +00:00
BlockSnow.patch
BlockSoil.patch SPIGOT-458: Events / game rules shouldn't affect fall damage onto soil. 2015-01-31 10:14:29 +11:00
BlockStationary.patch
BlockStem.patch
BlockTallPlant.patch SPIGOT-536: Delay physics updates for tall plants until both parts are set 2015-02-07 10:08:55 +00:00
BlockTrapdoor.patch
BlockTripwire.patch
BlockTripwireHook.patch
BlockVine.patch Fix mistake in vine growth 2015-01-06 23:54:15 +00:00
ChatBaseComponent.patch Fix null pointer in ChatBaseComponent's hashCode method 2015-01-11 18:46:09 +00:00
ChatModifier.patch SPIGOT-303: Fix NPE in ChatModifier 2014-12-27 19:29:22 +00:00
Chunk.patch Remove the delayed tile entity removal, fixes issues with recursive removal of comparators 2014-12-21 17:32:35 +00:00
ChunkProviderServer.patch
ChunkRegionLoader.patch
ChunkSection.patch
CommandBlockListenerAbstract.patch SPIGOT-449: Fix the wrong caller being used in chain execute commands 2015-01-25 15:17:48 +00:00
CommandExecute.patch SPIGOT-449: Fix the wrong caller being used in chain execute commands 2015-01-25 15:17:48 +00:00
CommandGamemode.patch SPIGOT-212: Modify the vanilla change gamemode method to call our version 2014-12-15 14:14:59 +00:00
CommandGamerule.patch
CommandTp.patch Handle cross dimensional teleports and events. 2014-12-13 09:54:59 +11:00
Container.patch
ContainerAnvil.patch
ContainerAnvilInventory.patch
ContainerBeacon.patch
ContainerBrewingStand.patch
ContainerChest.patch
ContainerDispenser.patch
ContainerEnchantTable.patch If an enchanting table was force opened, default the world to the player's world for checks when dropping items. Fixes SPIGOT-408 2015-02-07 10:56:00 +00:00
ContainerEnchantTableInventory.patch
ContainerFurnace.patch
ContainerHopper.patch
ContainerHorse.patch
ContainerMerchant.patch
ContainerPlayer.patch
ContainerWorkbench.patch
ControllerLook.patch
ControllerMove.patch
CraftingManager.patch
CrashReport.patch
DedicatedServer.patch
DispenseBehaviorArmor.patch
DispenseBehaviorBoat.patch
DispenseBehaviorBonemeal.patch
DispenseBehaviorCommandBlock.patch .-. 2014-12-27 14:24:17 +00:00
DispenseBehaviorEmptyBucket.patch
DispenseBehaviorFilledBucket.patch
DispenseBehaviorFireball.patch
DispenseBehaviorFireworks.patch
DispenseBehaviorFlintAndSteel.patch
DispenseBehaviorItem.patch SPIGOT-296: Fix stack overflow when a dispense event is set to bonemeal 2015-01-04 20:42:31 +00:00
DispenseBehaviorMinecart.patch
DispenseBehaviorMonsterEgg.patch
DispenseBehaviorProjectile.patch
DispenseBehaviorTNT.patch
Enchantment.patch
EnchantmentThorns.patch
Entity.patch SPIGOT-387: Remove redundant custom vehicle handling. 2015-01-09 16:59:40 +11:00
EntityAgeable.patch
EntityAnimal.patch
EntityArmorStand.patch Fix incorrect import in armor stands. 2015-02-15 12:48:56 +11:00
EntityArrow.patch
EntityBoat.patch
EntityChicken.patch
EntityCow.patch
EntityCreature.patch
EntityCreeper.patch
EntityDamageSourceIndirect.patch
EntityEgg.patch
EntityEnderCrystal.patch
EntityEnderDragon.patch
EntityEnderman.patch
EntityEnderPearl.patch SPIGOT-341: Backport ender pearl spawning fix from 1.8.1 2015-01-05 10:11:50 +11:00
EntityExperienceOrb.patch
EntityFallingBlock.patch
EntityFireball.patch Support vanilla's direction tag for fireballs 2014-12-13 12:34:12 +00:00
EntityFishingHook.patch
EntityGuardian.patch
EntityHanging.patch SPIGOT-206 Further checks and fixes for Hanging entities. 2014-12-15 14:42:00 +00:00
EntityHorse.patch
EntityHuman.patch SPIGOT-211: Fix mistake in EntityHuman breaking bed spawns 2014-12-13 22:35:37 +00:00
EntityInsentient.patch Implement Rabbit types. 2014-12-24 09:11:25 +11:00
EntityIronGolem.patch
EntityItem.patch SPIGOT-321: Fire damage event for EntityItem. 2015-01-07 09:58:56 +11:00
EntityItemFrame.patch
EntityLargeFireball.patch
EntityLeash.patch
EntityLightning.patch
EntityLiving.patch SPIGOT-540: Fix an issue when mob effects were added during an event caused by a mob effect 2015-02-12 14:00:40 +00:00
EntityMinecartAbstract.patch
EntityMinecartCommandBlockListener.patch
EntityMinecartContainer.patch
EntityMonster.patch
EntityMushroomCow.patch
EntityOcelot.patch
EntityPainting.patch
EntityPig.patch
EntityPlayer.patch SPIGOT-387: Remove redundant custom vehicle handling. 2015-01-09 16:59:40 +11:00
EntityPotion.patch
EntityProjectile.patch
EntityRabbit.patch Implement Rabbit types. 2014-12-24 09:11:25 +11:00
EntitySheep.patch
EntitySkeleton.patch
EntitySlime.patch
EntitySmallFireball.patch SPIGOT-512: Fix SmallFireballs ignoring isIncendiary 2015-02-02 22:01:05 +00:00
EntitySnowman.patch
EntitySpider.patch
EntitySquid.patch
EntityThrownExpBottle.patch
EntityTNTPrimed.patch
EntityTrackerEntry.patch
EntityVillager.patch
EntityWither.patch
EntityWitherSkull.patch SPIGOT-468: Treat wither skulls as projectiles with a shooter for damage purposes. 2015-01-25 10:20:00 +11:00
EntityWolf.patch
EntityZombie.patch
ExpirableListEntry.patch
Explosion.patch SPIGOT-506: Falling blocks are special too 2015-02-01 16:13:24 +11:00
FoodMetaData.patch
HandshakeListener.patch
ICommand.patch
IDataManager.patch
IInventory.patch
InventoryCrafting.patch
InventoryCraftResult.patch
InventoryEnderChest.patch
InventoryHorseChest.patch
InventoryLargeChest.patch
InventoryMerchant.patch Fix SPIGOT-528: Incorrect owner for merchant inventories. 2015-02-06 20:42:21 +11:00
InventorySubcontainer.patch
IRecipe.patch
ItemBed.patch SPIGOT-429: Use correct block for checking Block.b (canReplace) 2015-01-16 17:56:09 +11:00
ItemBoat.patch
ItemBow.patch
ItemBucket.patch
ItemDye.patch
ItemFireball.patch
ItemFishingRod.patch
ItemFlintAndSteel.patch
ItemHanging.patch
ItemLeash.patch
ItemMapEmpty.patch Spigot-149 - Save map in primary world. 2014-12-17 16:23:36 +01:00
ItemMinecart.patch
ItemMonsterEgg.patch Don't decrement ItemStack when CreatureSpawnEvent is canceled - addresses SPIGOT-87 2014-12-15 13:54:01 +00:00
ItemStack.patch SPIGOT-465: Allow cancelling BlockPlaceEvent to preven wither spawns 2015-02-02 21:55:33 +00:00
ItemWaterLily.patch
ItemWorldMap.patch
JsonList.patch
Location2D.patch SPIGOT-276: Force load chunks in Location2D fixes /spreadplayers 2014-12-26 21:29:47 +00:00
LoginListener.patch
MethodProfiler.patch
MinecraftServer.patch Fix the server stopping multiple times on shutdown 2015-02-07 10:39:18 +00:00
MobEffectList.patch
MobSpawnerAbstract.patch SPIGOT-451: Fix bad entities crashing servers when spawned via MobSpawner 2015-01-25 10:03:24 +11:00
NameReferencingFileConverter.patch
NetworkManager.patch
Packet.patch
PacketDataSerializer.patch
PacketPlayInBlockPlace.patch
PacketPlayInCloseWindow.patch
PacketStatusListener.patch SPIGOT-527: Improve vanilla's ping handling 2015-02-05 19:04:03 +00:00
Path.patch
PathfinderGoalBreakDoor.patch
PathfinderGoalBreed.patch
PathfinderGoalDefendVillage.patch
PathfinderGoalEatTile.patch
PathfinderGoalEndermanPickupBlock.patch
PathfinderGoalEndermanPlaceBlock.patch
PathfinderGoalGhastAttackTarget.patch
PathfinderGoalHurtByTarget.patch SPIGOT-557: Fix incorrect target reason for attacking an entity 2015-02-12 14:16:45 +00:00
PathfinderGoalMakeLove.patch
PathfinderGoalNearestAttackableTarget.patch Fix CLOSEST_PLAYER being used for all entities 2014-12-27 12:18:31 +00:00
PathfinderGoalNearestAttackableTargetInsentient.patch
PathfinderGoalOwnerHurtByTarget.patch
PathfinderGoalOwnerHurtTarget.patch
PathfinderGoalPanic.patch
PathfinderGoalSelector.patch
PathfinderGoalSilverfishHideInBlock.patch
PathfinderGoalSilverfishWakeOthers.patch
PathfinderGoalSit.patch
PathfinderGoalTame.patch
PathfinderGoalTargetNearestPlayer.patch
PlayerChunk.patch Fix client chunk leak when preforming large block/chunk updates 2015-01-30 23:33:58 +00:00
PlayerChunkMap.patch
PlayerConnection.patch SPIGOT-362: Specify a teleport cause for specatator teleports 2015-01-06 20:21:14 +00:00
PlayerDatFileConverter.patch
PlayerInteractManager.patch Only allow command blocks to be placed by op'd players 2014-12-21 19:04:01 +00:00
PlayerInventory.patch
PlayerList.patch Handle new players correctly 2015-02-04 20:33:06 +00:00
PlayerSelector.patch
PortalCreator.patch
PortalTravelAgent.patch
PropertyManager.patch
RecipeArmorDye.patch
RecipeBookClone.patch
RecipeFireworks.patch
RecipeMapClone.patch
RecipeRepair.patch
RecipesBannerInnerClass1.patch
RecipesBannerInnerClass2.patch
RecipesFurnace.patch
RegionFile.patch
RemoteControlCommandListener.patch
ScoreboardServer.patch
SecondaryWorldServer.patch
ShapeDetectorBlock.patch Fix a null pointer in ShapeDetectorBlock 2015-02-02 20:27:12 +00:00
ShapedRecipes.patch
ShapelessRecipes.patch
Slot.patch SPIGOT-178: Treat ItemStacks of 0 size as empty 2015-01-04 22:06:29 +00:00
SlotFurnaceResult.patch
SpawnerCreature.patch
StatisticManager.patch
SwitchHelperLogVariant.patch
ThreadCommandReader.patch
ThreadPlayerLookupUUID.patch Fix some null pointer issues in ThreadPlayerLookupUUID 2015-02-05 10:01:47 +00:00
TileEntity.patch
TileEntityBeacon.patch Apply permission checks to command block executed vanilla commands 2014-12-27 14:58:47 +00:00
TileEntityBrewingStand.patch
TileEntityChest.patch
TileEntityCommandListener.patch
TileEntityDispenser.patch
TileEntityFurnace.patch
TileEntityHopper.patch
TileEntityNote.patch
TileEntityPiston.patch
TileEntityRecordPlayer.patch
TileEntitySign.patch Apply permission checks to command block executed vanilla commands 2014-12-27 14:58:47 +00:00
TileEntitySkull.patch
Village.patch
VillageSiege.patch
World.patch Rewrite storm / thunder event handling to catch all cases. Fixes SPIGOT-335. 2015-01-05 09:50:48 +11:00
WorldBorder.patch
WorldBorderListener.patch
WorldData.patch Fix the CraftWorld weather methods duplicating events. 2015-01-13 20:40:23 +11:00
WorldGenGroundBush.patch
WorldGenMegaTreeAbstract.patch
WorldGenVillagePiece.patch
WorldGenVillagePieces.patch
WorldGenWitchHut.patch
WorldManager.patch
WorldMap.patch
WorldMapHumanTracker.patch
WorldNBTStorage.patch
WorldServer.patch Rewrite storm / thunder event handling to catch all cases. Fixes SPIGOT-335. 2015-01-05 09:50:48 +11:00