Paper/Spigot-Server-Patches
Shane Freeder f50977c5c4
Restore custom InventoryHolder support
Upstream removed the ability to consistently use a custom InventoryHolder,
However, the implementation does not use an InventoryHolder in any form
outside of custom inventories.

We can take that knowledge and apply some expected behavior, if we're given
an inventory holder, we should use it and return a custom inventory with the
holder, otherwise, create an inventory backed by the intended inventory, as
per upstream behavior.

This provides a "best of both worlds" scenario: plugins with InventoryHolder's
will always work as intended in the past, those without will create implementation
based inventories.
2018-11-05 04:57:31 +00:00
..
0001-POM-Changes.patch
0002-Paper-config-files.patch
0003-MC-Dev-fixes.patch
0004-MC-Utils.patch
0005-Paper-Metrics.patch
0006-Add-MinecraftKey-Information-to-Objects.patch
0007-Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch
0008-Store-counts-for-each-Entity-Block-Entity-Type.patch
0009-Timings-v2.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0010-Configurable-cactus-and-reed-natural-growth-heights.patch
0011-Configurable-baby-zombie-movement-speed.patch
0012-Configurable-fishing-time-ranges.patch
0013-Allow-nerfed-mobs-to-jump.patch
0014-Add-configurable-despawn-distances-for-living-entiti.patch
0015-Allow-for-toggling-of-spawn-chunks.patch
0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch
0017-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0018-Player-affects-spawning-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0019-Remove-invalid-mob-spawner-tile-entities.patch
0020-Optimize-TileEntity-Ticking.patch
0021-Further-improve-server-tick-loop.patch
0022-Only-refresh-abilities-if-needed.patch
0023-Entity-Origin-API.patch
0024-Prevent-tile-entity-and-entity-crashes.patch
0025-Configurable-top-of-nether-void-damage.patch
0026-Check-online-mode-before-converting-and-renaming-pla.patch
0027-Always-tick-falling-blocks.patch
0028-Lighting-Queue.patch
0029-Configurable-end-credits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0030-Fix-lag-from-explosions-processing-dead-entities.patch
0031-Optimize-explosions.patch
0032-Add-player-view-distance-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0033-Disable-explosion-knockback.patch
0034-Disable-thunder.patch
0035-Disable-ice-and-snow.patch Re-enable light queue toggle, optimize neighbor checks, add max queue time 2018-09-26 00:57:59 -04:00
0036-Configurable-mob-spawner-tick-rate.patch
0037-Send-absolute-position-the-first-time-an-entity-is-s.patch
0038-Add-BeaconEffectEvent.patch
0039-Configurable-container-update-tick-rate.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0040-Use-UserCache-for-player-heads.patch
0041-Disable-spigot-tick-limiters.patch
0042-Add-PlayerInitialSpawnEvent.patch
0043-Configurable-Disabling-Cat-Chest-Detection.patch
0044-Ensure-commands-are-not-ran-async.patch
0045-All-chunks-are-slime-spawn-chunks-toggle.patch
0046-Optimize-Pathfinding.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0047-Avoid-hopper-searches-if-there-are-no-items.patch
0048-Expose-server-CommandMap.patch
0049-Be-a-bit-more-informative-in-maxHealth-exception.patch
0050-Player-Tab-List-and-Title-APIs.patch
0051-Ensure-inv-drag-is-in-bounds.patch
0052-Change-implementation-of-tile-entity-removal-list.patch
0053-Add-configurable-portal-search-radius.patch
0054-Add-velocity-warnings.patch
0055-Configurable-inter-world-teleportation-safety.patch
0056-Add-exception-reporting-event.patch
0057-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch
0058-Disable-Scoreboards-for-non-players-by-default.patch
0059-Add-methods-for-working-with-arrows-stuck-in-living-.patch
0060-Complete-resource-pack-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0061-Chunk-save-queue-improvements.patch
0062-Chunk-Save-Reattempt.patch
0063-Default-loading-permissions.yml-before-plugins.patch
0064-Allow-Reloading-of-Custom-Permissions.patch
0065-Remove-Metadata-on-reload.patch
0066-Undead-horse-leashing.patch
0067-Handle-Item-Meta-Inconsistencies.patch
0068-Configurable-Non-Player-Arrow-Despawn-Rate.patch Updated Upstream (Bukkit/CraftBukkit) 2018-09-28 19:31:59 -04:00
0069-Add-World-Util-Methods.patch
0070-Optimized-Light-Level-Comparisons.patch
0071-Pass-world-to-Village-creation.patch
0072-Custom-replacement-for-eaten-items.patch
0073-handle-NaN-health-absorb-values-and-repair-bad-data.patch
0074-Catch-Async-PlayerChunkMap-operations.patch
0075-Waving-banner-workaround.patch
0076-Use-a-Shared-Random-for-Entities.patch
0077-Don-t-teleport-dead-entities.patch
0078-Optimize-Chunk-Access.patch
0079-Configurable-spawn-chances-for-skeleton-horses.patch
0080-Optimize-isValidLocation-getType-and-getBlockData-fo.patch
0081-Access-items-by-EquipmentSlot.patch
0082-Option-to-disable-BlockPhysicsEvent-for-Redstone.patch
0083-Entity-AddTo-RemoveFrom-World-Events.patch
0084-Configurable-Chunk-Inhabited-Timer.patch
0085-EntityPathfindEvent.patch
0086-Reduce-IO-ops-opening-a-new-region-file.patch
0087-Sanitise-RegionFileCache-and-make-configurable.patch
0088-Use-Optimized-Collections.patch
0089-Do-not-load-chunks-for-Pathfinding.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
0090-Do-not-load-chunks-for-light-checks.patch
0091-Add-PlayerUseUnknownEntityEvent.patch
0092-Fix-reducedDebugInfo-not-initialized-on-client.patch
0093-Configurable-Grass-Spread-Tick-Rate.patch
0094-Configurable-Keep-Spawn-Loaded-range-per-world.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0095-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch
0096-Don-t-spam-reload-spawn-chunks-in-nether-end.patch
0097-Remove-Debug-checks-from-DataBits.patch
0098-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch
0099-Workaround-for-setting-passengers-on-players.patch
0100-Remove-unused-World-Tile-Entity-List.patch
0101-Don-t-tick-Skulls-unused-code.patch
0102-Configurable-Player-Collision.patch
0103-Add-handshake-event-to-allow-plugins-to-handle-clien.patch
0104-Configurable-RCON-IP-address.patch
0105-Prevent-Fire-from-loading-chunks.patch
0106-Implement-PlayerLocaleChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0107-EntityRegainHealthEvent-isFastRegen-API.patch
0108-Add-ability-to-configure-frosted_ice-properties.patch
0109-remove-null-possibility-for-getServer-singleton.patch
0110-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0111-LootTable-API-Replenishable-Lootables-Feature.patch
0112-Entity-Tracking-Improvements.patch
0113-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch
0114-System-property-for-disabling-watchdoge.patch
0115-Activation-Range-Improvements.patch
0116-Optimize-UserCache-Thread-Safe.patch
0117-Avoid-blocking-on-Network-Manager-creation.patch
0118-Optional-TNT-doesn-t-move-in-water.patch
0119-Faster-redstone-torch-rapid-clock-removal.patch
0120-Ensure-Chunks-never-ever-load-async.patch
0121-Add-server-name-parameter.patch
0122-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch
0123-Delay-Chunk-Unloads-based-on-Player-Movement.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0124-Fix-Double-World-Add-issues.patch
0125-Fix-Old-Sign-Conversion.patch
0126-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch
0127-More-informative-vehicle-moved-wrongly-message.patch
0128-Re-track-players-that-dismount-from-other-players.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0129-Add-setting-for-proxy-online-mode-status.patch
0130-Optimise-BlockStateEnum-hashCode-and-equals.patch
0131-Disable-ticking-of-snow-blocks.patch
0132-Fix-AIOOBE-in-inventory-handling.patch
0133-Configurable-packet-in-spam-threshold.patch
0134-Configurable-flying-kick-messages.patch
0135-Auto-Save-Improvements.patch
0136-Chunk-registration-fixes.patch
0137-Remove-FishingHook-reference-on-Craft-Entity-removal.patch
0138-Auto-fix-bad-Y-levels-on-player-login.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0139-Disable-Vanilla-Chunk-GC.patch
0140-Option-to-remove-corrupt-tile-entities.patch
0141-Add-EntityZapEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0142-Don-t-load-Chunks-from-Hoppers-and-other-things.patch
0143-Prevent-Auto-Save-if-Save-Queue-is-full.patch
0144-Chunk-Save-Stats-Debug-Option.patch
0145-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch
0146-Cache-user-authenticator-threads.patch
0147-Optimise-removeQueue.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0148-Allow-Reloading-of-Command-Aliases.patch
0149-Add-source-to-PlayerExpChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0150-Optimize-World.isLoaded-BlockPosition-Z.patch
0151-Don-t-let-fishinghooks-use-portals.patch
0152-Add-ProjectileCollideEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0153-Prevent-Pathfinding-out-of-World-Border.patch
0154-Bound-Treasure-Maps-to-World-Border.patch
0155-Configurable-Cartographer-Treasure-Maps.patch
0156-Optimize-ItemStack.isEmpty.patch
0157-Add-API-methods-to-control-if-armour-stands-can-move.patch
0158-Add-option-to-remove-invalid-statistics.patch
0159-Properly-fix-item-duplication-bug.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0160-String-based-Action-Bar-API.patch
0161-Firework-API-s.patch
0162-PlayerTeleportEndGatewayEvent.patch
0163-ShulkerBox-Dupe-Prevention.patch
0164-Provide-E-TE-Chunk-count-stat-methods.patch
0165-Enforce-Sync-Player-Saves.patch
0166-Enforce-Sync-Chunk-Unloads.patch
0167-Don-t-allow-entities-to-ride-themselves-572.patch
0168-Fix-block-break-desync.patch
0169-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0170-Cap-Entity-Collisions.patch
0171-Remove-CraftScheduler-Async-Task-Debugger.patch
0172-Shame-on-you-Mojang.patch
0173-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch
0174-Do-not-let-armorstands-drown.patch
0175-Properly-handle-async-calls-to-restart-the-server.patch
0176-Add-system-property-to-disable-book-size-limits.patch
0177-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0178-Add-configuration-option-to-prevent-player-names-fro.patch
0179-Use-TerminalConsoleAppender-for-console-improvements.patch
0180-provide-a-configurable-option-to-disable-creeper-lin.patch
0181-Item-canEntityPickup.patch
0182-PlayerPickupItemEvent-setFlyAtPlayer.patch
0183-PlayerAttemptPickupItemEvent.patch
0184-Add-UnknownCommandEvent.patch
0185-Basic-PlayerProfile-API.patch
0186-Shoulder-Entities-Release-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0187-Profile-Lookup-Events.patch
0188-Block-player-logins-during-server-shutdown.patch
0189-Entity-fromMobSpawner.patch
0190-Fix-Anvil-Level-sync-to-client.patch
0191-Add-missing-coverages-for-getTileEntity-in-order-to-.patch
0192-Improve-the-Saddle-API-for-Horses.patch
0193-Implement-ensureServerConversions-API.patch
0194-Implement-getI18NDisplayName.patch
0195-GH-806-Respect-saving-disabled-before-unloading-all-.patch
0196-ProfileWhitelistVerifyEvent.patch
0197-Fix-this-stupid-bullshit.patch
0198-Ocelot-despawns-should-honor-nametags-and-leash.patch
0199-Reset-spawner-timer-when-spawner-event-is-cancelled.patch
0200-Fix-MC-117075-TE-Unload-Lag-Spike.patch
0201-Allow-specifying-a-custom-authentication-servers-dow.patch
0202-LivingEntity-setKiller.patch
0203-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch
0204-Handle-plugin-prefixes-using-Log4J-configuration.patch
0205-Include-Log4J2-SLF4J-implementation.patch
0206-Disable-logger-prefix-for-various-plugins-bypassing-.patch
0207-Add-PlayerJumpEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0208-handle-PacketPlayInKeepAlive-async.patch
0209-Expose-client-protocol-version-and-virtual-host.patch
0210-revert-serverside-behavior-of-keepalives.patch
0211-Replace-HashSet-with-fastutil-s-ObjectOpenHashSet-in.patch
0212-Send-attack-SoundEffects-only-to-players-who-can-see.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0213-Option-for-maximum-exp-value-when-merging-orbs.patch
0214-Add-PlayerArmorChangeEvent.patch
0215-Prevent-logins-from-being-processed-when-the-player-.patch
0216-use-CB-BlockState-implementations-for-captured-block.patch
0217-API-to-get-a-BlockState-without-a-snapshot.patch
0218-AsyncTabCompleteEvent.patch
0219-Avoid-NPE-in-PathfinderGoalTempt.patch
0220-PlayerPickupExperienceEvent.patch
0221-ExperienceOrbMergeEvent.patch
0222-Ability-to-apply-mending-to-XP-API.patch
0223-Configurable-Chunks-Sends-per-Tick-setting.patch
0224-Configurable-Max-Chunk-Gens-per-Tick.patch
0225-Make-max-squid-spawn-height-configurable.patch More improvements to activation range, improve turtles 2018-10-04 23:18:46 -04:00
0226-PreCreatureSpawnEvent.patch
0227-PlayerNaturallySpawnCreaturesEvent.patch
0228-Add-setPlayerProfile-API-for-Skulls.patch
0229-Fill-Profile-Property-Events.patch
0230-PlayerAdvancementCriterionGrantEvent.patch
0231-Add-ArmorStand-Item-Meta.patch
0232-Extend-Player-Interact-cancellation.patch
0233-Tameable-getOwnerUniqueId-API.patch
0234-Toggleable-player-crits-helps-mitigate-hacked-client.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0235-Fix-NPE-when-getting-location-from-InventoryEnderChe.patch
0236-Prevent-Frosted-Ice-from-loading-holding-chunks.patch
0237-Disable-Explicit-Network-Manager-Flushing.patch
0238-Implement-extended-PaperServerListPingEvent.patch
0239-Improved-Async-Task-Scheduler.patch
0240-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch
0241-Call-PortalCreateEvent-for-exit-portals.patch
0242-Player.setPlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0243-Fix-Dragon-Server-Crashes.patch
0244-getPlayerUniqueId-API.patch
0245-Make-player-data-saving-configurable.patch
0246-Make-legacy-ping-handler-more-reliable.patch
0247-Call-PaperServerListPingEvent-for-legacy-pings.patch
0248-Flag-to-disable-the-channel-limit.patch
0249-Add-method-to-open-already-placed-sign.patch
0250-Load-version-history-at-server-start.patch
0251-Configurable-sprint-interruption-on-attack.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0252-Fix-exploit-that-allowed-colored-signs-to-be-created.patch
0253-EndermanEscapeEvent.patch
0254-Enderman.teleportRandomly.patch
0255-Block-Enderpearl-Travel-Exploit.patch
0256-Expand-World.spawnParticle-API-and-add-Builder.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0257-EndermanAttackPlayerEvent.patch
0258-WitchConsumePotionEvent.patch
0259-WitchThrowPotionEvent.patch
0260-Allow-spawning-Item-entities-with-World.spawnEntity.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0261-Configurable-Villages-loading-chunks-for-door-checks.patch
0262-WitchReadyPotionEvent.patch
0263-ItemStack-getMaxItemUseDuration.patch
0264-Implement-EntityTeleportEndGatewayEvent.patch
0265-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch
0266-Properly-remove-entities-on-dimension-teleport.patch
0267-Fix-CraftEntity-hashCode.patch
0268-Configurable-Alternative-LootPool-Luck-Formula.patch
0269-Print-Error-details-when-failing-to-save-player-data.patch
0270-Make-shield-blocking-delay-configurable.patch
0271-Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch
0272-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0273-PlayerReadyArrowEvent.patch
0274-Fire-EntityShootBowEvent-for-Illusioner.patch
0275-Implement-EntityKnockbackByEntityEvent.patch
0276-Expand-Explosions-API.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0277-LivingEntity-Hand-Raised-Item-Use-API.patch
0278-RangedEntity-API.patch
0279-Improve-ProjectileHitEvent-to-include-the-BlockFace-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0280-Add-config-to-disable-ender-dragon-legacy-check.patch
0281-Implement-World.getEntity-UUID-API.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0282-InventoryCloseEvent-Reason-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0283-Avoid-Chunk-Lookups-for-Entity-TileEntity-Current-Ch.patch
0284-Configurable-Bed-Search-Radius.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0285-Vex-getSummoner-API.patch
0286-Refresh-player-inventory-when-cancelling-PlayerInter.patch
0287-Don-t-change-the-Entity-Random-seed-for-squids.patch
0288-Re-add-vanilla-entity-warnings-for-duplicates.patch
0289-Don-t-process-despawn-if-entity-is-in-a-chunk-schedu.patch
0290-Avoid-item-merge-if-stack-size-above-max-stack-size.patch
0291-Use-asynchronous-Log4j-2-loggers.patch
0292-add-more-information-to-Entity.toString.patch
0293-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Improvements to Logging Warnings/Dupe Entities - Resolves #1544 2018-10-07 15:10:23 -04:00
0294-EnderDragon-Events.patch
0295-PlayerElytraBoostEvent.patch
0296-PlayerLaunchProjectileEvent.patch
0297-Duplicate-UUID-Resolve-Option.patch
0298-Speedup-BlockPos-by-fixing-inlining.patch
0299-Don-t-save-Proto-Chunks.patch
0300-Optimize-RegistryID.c.patch
0301-Option-to-prevent-armor-stands-from-doing-entity-loo.patch
0302-Vanished-players-don-t-have-rights.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0303-Mark-chunk-dirty-anytime-entities-change-to-guarante.patch
0304-Add-some-Debug-to-Chunk-Entity-slices.patch
0305-Optimize-Region-File-Cache.patch
0306-EntityTransformedEvent.patch
0307-SkeletonHorse-Additions.patch
0308-Prevent-Saving-Bad-entities-to-chunks.patch
0309-Don-t-call-getItemMeta-on-hasItemMeta.patch
0310-Always-process-chunk-removal-in-removeEntity.patch
0311-Ignore-Dead-Entities-in-entityList-iteration.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0312-Provide-option-to-use-a-versioned-world-folder-for-t.patch
0313-MC-111480-Start-Entity-ID-s-at-1.patch
0314-Implement-Expanded-ArmorStand-API.patch
0315-AnvilDamageEvent.patch
0316-World-EntityHuman-Lookup-Optimizations.patch
0317-Add-TNTPrimeEvent.patch
0318-Break-up-and-make-tab-spam-limits-configurable.patch
0319-Make-portal-teleportation-adjustment-math-more-accur.patch
0320-Add-hand-to-bucket-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0321-MC-135506-Experience-should-save-as-Integers.patch
0322-Entity-add-to-world-fixes.patch
0323-Fix-client-rendering-skulls-from-same-user.patch
0324-Add-Early-Warning-Feature-to-WatchDog.patch
0325-Make-EnderDragon-implement-Mob.patch
0326-Detect-and-repair-corrupt-Region-Files.patch
0327-Use-ConcurrentHashMap-in-JsonList.patch
0328-Use-a-Queue-for-Queueing-Commands.patch
0329-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch
0330-Allow-disabling-armour-stand-ticking.patch
0331-Optimize-BlockPosition-helper-methods.patch
0332-Send-nearby-packets-from-world-player-list-not-serve.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0333-Cache-World-Entity-Type-counts.patch
0334-Restore-vanlla-default-mob-spawn-range.patch
0335-Optimize-Hoppers.patch
0336-Optimize-CraftBlockData-Creation.patch
0337-Fix-MC-124320.patch
0338-Slime-Pathfinder-Events.patch
0339-Add-source-block-to-BlockPhysicsEvent.patch
0340-Anti-Xray.patch
0341-Configurable-speed-for-water-flowing-over-lava.patch
0342-Optimize-RegistryMaterials.patch More improvements to activation range, improve turtles 2018-10-04 23:18:46 -04:00
0343-Add-PhantomPreSpawnEvent.patch
0344-Add-More-Creeper-API.patch
0345-Implement-Force-Loaded-Chunk-API.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0346-Inventory-removeItemAnySlot.patch
0347-Optimize-getChunkIfLoaded-type-calls.patch
0348-Don-t-double-add-golems-to-world.patch
0349-fix-newlines-in-spigot-tab-list-API.patch
0350-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0351-Add-ray-tracing-methods-to-LivingEntity.patch
0352-Expose-attack-cooldown-methods-for-Player.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0353-Fix-1420.patch
0354-MC-2025-Save-and-load-entity-AABB-to-prevent-wobble.patch
0355-Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0356-Allow-chests-to-be-placed-with-NBT-data.patch Update for Minecraft 1.13.2 2018-10-23 00:16:21 +01:00
0357-Mob-Pathfinding-API.patch
0358-Prevent-chunk-loading-from-Fluid-Flowing.patch
0359-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch
0360-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch
0361-Prevent-mob-spawning-from-loading-generating-chunks.patch
0362-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch
0363-Optimize-and-Fix-ExpiringMap-Issues.patch Updated Upstream (CraftBukkit) 2018-11-03 21:23:08 -04:00
0364-Implement-furnace-cook-speed-multiplier-API.patch
0365-Support-Overriding-World-Seeds.patch
0366-Optimize-Server-World-Map.patch
0367-PreSpawnerSpawnEvent.patch
0368-Catch-JsonParseException-in-Entity-and-TE-names.patch give EAR immunity to piston pushed entities 2018-10-25 23:26:29 -04:00
0369-Avoid-dimension-id-collisions.patch
0370-Honor-EntityAgeable.ageLock.patch
0371-Async-Chunk-Loading-and-Generation.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0372-Ignore-Dimension-NBT-field-in-Entity-data.patch
0373-Optimize-Light-Recalculations.patch
0374-Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch
0375-Don-t-recheck-type-after-setting-a-block.patch
0376-Fix-Sending-Chunks-to-Client.patch
0377-Configurable-connection-throttle-kick-message.patch
0378-Fix-FileIOThread-concurrency-issues.patch
0379-Don-t-update-snapshot-blockstates.patch
0380-Hook-into-CB-plugin-rewrites.patch Fix "prevent players from moving into unloaded chunks" 2018-10-23 21:13:58 -04:00
0381-Allow-setting-the-vex-s-summoner.patch
0382-Add-LivingEntity-getTargetEntity.patch
0383-Add-sun-related-API.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0384-Check-Drowned-for-Villager-Aggression-Config.patch
0385-Here-s-Johnny.patch
0386-Turtle-API.patch
0387-Fire-EntityCombustEvent-for-phantoms.patch
0388-Limit-lightning-strike-effect-distance.patch
0389-Implement-getters-and-setters-for-EntityItem-owner-a.patch
0390-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch
0391-Call-player-spectator-target-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0392-Add-Velocity-IP-Forwarding-Support.patch
0393-Add-more-Witch-API.patch
0394-Fix-MC-93764.patch
0395-Don-t-modify-item-tag-if-interaction-is-canceled.patch Fix "prevent players from moving into unloaded chunks" 2018-10-23 21:13:58 -04:00
0396-Add-option-to-prevent-players-from-moving-into-unloa.patch
0397-Reset-players-airTicks-on-respawn.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2018-11-03 00:29:57 +00:00
0398-Strip-private-area-unicode-characters-from-signs.patch
0399-Don-t-sleep-after-profile-lookups-if-not-needed.patch
0400-Use-more-reasonable-thread-count-default-for-bootstr.patch
0401-Use-EntityTypes-for-living-entities.patch [Auto] Updated Upstream (Spigot) 2018-11-03 05:31:30 -04:00
0402-MC-136865-Use-valid-item-for-enchantment-checks-on-b.patch Use empty itemstack, not null in PlayerInteractManager 2018-11-03 04:50:42 -04:00
0403-Optimize-World-Time-Updates.patch Drop Optimize Small Entity Movements patch 2018-11-03 11:07:24 -04:00
0404-Keep-players-yaw-pitch-on-vehicle-updates.patch Drop Optimize Small Entity Movements patch 2018-11-03 11:07:24 -04:00
0405-Restore-custom-InventoryHolder-support.patch Restore custom InventoryHolder support 2018-11-05 04:57:31 +00:00