Paper/Spigot-Server-Patches
Jake Potrebic ac69804c73
Updated Upstream (Bukkit/Spigot) (#5048)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
bf617659 SPIGOT-6313: Revert "SPIGOT-6274: Reloading configuration does not clear previous values"
e8fa7a07 SPIGOT-6274: Reloading configuration does not clear previous values

Spigot Changes:
5fc0fb4e SPIGOT-6306: Handle watchdog reloads and disabling by 0/negative times
2021-01-12 15:06:27 -05: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
0010-Configurable-cactus-bamboo-and-reed-growth-heights.patch
0011-Configurable-baby-zombie-movement-speed.patch
0012-Configurable-fishing-time-ranges.patch added height config for bamboo 2021-01-03 17:23:10 +01:00
0013-Allow-nerfed-mobs-to-jump-and-take-water-damage.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
0018-Implement-Paper-VersionChecker.patch
0019-Add-version-history-to-version-command.patch
0020-Player-affects-spawning-API.patch
0021-Remove-invalid-mob-spawner-tile-entities.patch
0022-Optimize-TileEntity-Ticking.patch
0023-Further-improve-server-tick-loop.patch
0024-Only-refresh-abilities-if-needed.patch
0025-Entity-Origin-API.patch
0026-Prevent-tile-entity-and-entity-crashes.patch
0027-Configurable-top-of-nether-void-damage.patch
0028-Check-online-mode-before-converting-and-renaming-pla.patch
0029-Always-tick-falling-blocks.patch
0030-Configurable-end-credits.patch
0031-Fix-lag-from-explosions-processing-dead-entities.patch
0032-Optimize-explosions.patch
0033-Disable-explosion-knockback.patch
0034-Disable-thunder.patch
0035-Disable-ice-and-snow.patch
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
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-Expose-server-CommandMap.patch
0047-Be-a-bit-more-informative-in-maxHealth-exception.patch
0048-Player-Tab-List-and-Title-APIs.patch
0049-Ensure-inv-drag-is-in-bounds.patch
0050-Change-implementation-of-tile-entity-removal-list.patch
0051-Add-configurable-portal-search-radius.patch
0052-Add-velocity-warnings.patch
0053-Configurable-inter-world-teleportation-safety.patch
0054-Add-exception-reporting-event.patch
0055-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch
0056-Disable-Scoreboards-for-non-players-by-default.patch
0057-Add-methods-for-working-with-arrows-stuck-in-living-.patch
0058-Complete-resource-pack-API.patch
0059-Chunk-Save-Reattempt.patch
0060-Default-loading-permissions.yml-before-plugins.patch
0061-Allow-Reloading-of-Custom-Permissions.patch
0062-Remove-Metadata-on-reload.patch
0063-Handle-Item-Meta-Inconsistencies.patch
0064-Configurable-Non-Player-Arrow-Despawn-Rate.patch
0065-Add-World-Util-Methods.patch
0066-Custom-replacement-for-eaten-items.patch
0067-handle-NaN-health-absorb-values-and-repair-bad-data.patch
0068-Use-a-Shared-Random-for-Entities.patch
0069-Configurable-spawn-chances-for-skeleton-horses.patch
0070-Optimize-isValidLocation-getType-and-getBlockData-fo.patch
0071-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch
0072-Entity-AddTo-RemoveFrom-World-Events.patch
0073-Configurable-Chunk-Inhabited-Time.patch
0074-EntityPathfindEvent.patch
0075-Sanitise-RegionFileCache-and-make-configurable.patch
0076-Do-not-load-chunks-for-Pathfinding.patch
0077-Add-PlayerUseUnknownEntityEvent.patch
0078-Fix-reducedDebugInfo-not-initialized-on-client.patch
0079-Configurable-Grass-Spread-Tick-Rate.patch
0080-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch
0081-Optimize-DataBits.patch
0082-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch nerf nether search radius config (#4781) 2021-01-11 01:44:06 +00:00
0083-Workaround-for-setting-passengers-on-players.patch
0084-Remove-unused-World-Tile-Entity-List.patch
0085-Don-t-tick-Skulls-unused-code.patch
0086-Configurable-Player-Collision.patch
0087-Add-handshake-event-to-allow-plugins-to-handle-clien.patch
0088-Configurable-RCON-IP-address.patch
0089-Prevent-Fire-from-loading-chunks-wrongly-spread.patch
0090-Implement-PlayerLocaleChangeEvent.patch
0091-EntityRegainHealthEvent-isFastRegen-API.patch
0092-Add-ability-to-configure-frosted_ice-properties.patch
0093-remove-null-possibility-for-getServer-singleton.patch
0094-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch
0095-LootTable-API-Replenishable-Lootables-Feature.patch
0096-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Redact Velocity forwarding secret properly (#4980) 2021-01-02 04:59:30 +00:00
0097-System-property-for-disabling-watchdoge.patch Updated Upstream (Bukkit/Spigot) (#5048) 2021-01-12 15:06:27 -05:00
0098-Optimize-UserCache-Thread-Safe.patch
0099-Avoid-blocking-on-Network-Manager-creation.patch
0100-Optional-TNT-doesn-t-move-in-water.patch
0101-Faster-redstone-torch-rapid-clock-removal.patch
0102-Add-server-name-parameter.patch
0103-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch
0104-Fix-Double-World-Add-issues.patch
0105-Fix-Old-Sign-Conversion.patch
0106-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch
0107-Add-setting-for-proxy-online-mode-status.patch Redact Velocity forwarding secret properly (#4980) 2021-01-02 04:59:30 +00:00
0108-Optimise-BlockState-s-hashCode-equals.patch
0109-Configurable-packet-in-spam-threshold.patch
0110-Configurable-flying-kick-messages.patch
0111-Chunk-registration-fixes.patch
0112-Remove-FishingHook-reference-on-Craft-Entity-removal.patch
0113-Auto-fix-bad-Y-levels-on-player-login.patch
0114-Option-to-remove-corrupt-tile-entities.patch nerf nether search radius config (#4781) 2021-01-11 01:44:06 +00:00
0115-Add-EntityZapEvent.patch
0116-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch
0117-Cache-user-authenticator-threads.patch
0118-Optimise-removeQueue.patch
0119-Allow-Reloading-of-Command-Aliases.patch
0120-Add-source-to-PlayerExpChangeEvent.patch
0121-Don-t-let-fishinghooks-use-portals.patch
0122-Add-ProjectileCollideEvent.patch
0123-Prevent-Pathfinding-out-of-World-Border.patch
0124-Optimize-World.isLoaded-BlockPosition-Z.patch
0125-Bound-Treasure-Maps-to-World-Border.patch
0126-Configurable-Cartographer-Treasure-Maps.patch
0127-Optimize-ItemStack.isEmpty.patch
0128-Add-API-methods-to-control-if-armour-stands-can-move.patch
0129-Properly-fix-item-duplication-bug.patch
0130-String-based-Action-Bar-API.patch
0131-Firework-API-s.patch
0132-PlayerTeleportEndGatewayEvent.patch
0133-Provide-E-TE-Chunk-count-stat-methods.patch
0134-Enforce-Sync-Player-Saves.patch
0135-Don-t-allow-entities-to-ride-themselves-572.patch
0136-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch
0137-Cap-Entity-Collisions.patch
0138-Remove-CraftScheduler-Async-Task-Debugger.patch
0139-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch
0140-Do-not-let-armorstands-drown.patch
0141-Properly-handle-async-calls-to-restart-the-server.patch
0142-Add-system-property-to-disable-book-size-limits.patch
0143-Add-option-to-make-parrots-stay-on-shoulders-despite.patch
0144-Add-configuration-option-to-prevent-player-names-fro.patch
0145-Use-TerminalConsoleAppender-for-console-improvements.patch [Auto] Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-12-12 19:42:05 -05:00
0146-provide-a-configurable-option-to-disable-creeper-lin.patch
0147-Item-canEntityPickup.patch
0148-PlayerPickupItemEvent-setFlyAtPlayer.patch [CI-SKIP] Remove Waving banner fix (#4786) 2020-11-19 10:15:16 -05:00
0149-PlayerAttemptPickupItemEvent.patch
0150-Add-UnknownCommandEvent.patch [Auto] Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-12-12 19:42:05 -05:00
0151-Basic-PlayerProfile-API.patch
0152-Shoulder-Entities-Release-API.patch
0153-Profile-Lookup-Events.patch
0154-Block-player-logins-during-server-shutdown.patch
0155-Entity-fromMobSpawner.patch
0156-Improve-the-Saddle-API-for-Horses.patch
0157-Implement-ensureServerConversions-API.patch
0158-Implement-getI18NDisplayName.patch
0159-ProfileWhitelistVerifyEvent.patch
0160-Fix-this-stupid-bullshit.patch
0161-Ocelot-despawns-should-honor-nametags-and-leash.patch [CI-SKIP] Remove Waving banner fix (#4786) 2020-11-19 10:15:16 -05:00
0162-Reset-spawner-timer-when-spawner-event-is-cancelled.patch
0163-Fix-MC-117075-TE-Unload-Lag-Spike.patch
0164-Allow-specifying-a-custom-authentication-servers-dow.patch
0165-LivingEntity-setKiller.patch
0166-Handle-plugin-prefixes-using-Log4J-configuration.patch
0167-Include-Log4J2-SLF4J-implementation.patch
0168-Improve-Log4J-Configuration-Plugin-Loggers.patch
0169-Add-PlayerJumpEvent.patch
0170-handle-PacketPlayInKeepAlive-async.patch
0171-Expose-client-protocol-version-and-virtual-host.patch
0172-revert-serverside-behavior-of-keepalives.patch
0173-Send-attack-SoundEffects-only-to-players-who-can-see.patch
0174-Option-for-maximum-exp-value-when-merging-orbs.patch
0175-Add-PlayerArmorChangeEvent.patch
0176-Prevent-logins-from-being-processed-when-the-player-.patch
0177-use-CB-BlockState-implementations-for-captured-block.patch
0178-API-to-get-a-BlockState-without-a-snapshot.patch
0179-AsyncTabCompleteEvent.patch
0180-Avoid-NPE-in-PathfinderGoalTempt.patch
0181-PlayerPickupExperienceEvent.patch
0182-ExperienceOrbMergeEvent.patch Updated Upstream (CraftBukkit/Spigot) (#4972) 2020-12-31 23:03:19 -05:00
0183-Ability-to-apply-mending-to-XP-API.patch
0184-Make-max-squid-spawn-height-configurable.patch
0185-PreCreatureSpawnEvent.patch
0186-PlayerNaturallySpawnCreaturesEvent.patch
0187-Add-setPlayerProfile-API-for-Skulls.patch
0188-Fill-Profile-Property-Events.patch
0189-PlayerAdvancementCriterionGrantEvent.patch [CI-SKIP] Remove Waving banner fix (#4786) 2020-11-19 10:15:16 -05:00
0190-Add-ArmorStand-Item-Meta.patch
0191-Extend-Player-Interact-cancellation.patch
0192-Tameable-getOwnerUniqueId-API.patch
0193-Toggleable-player-crits-helps-mitigate-hacked-client.patch
0194-Prevent-Frosted-Ice-from-loading-holding-chunks.patch
0195-Disable-Explicit-Network-Manager-Flushing.patch
0196-Implement-extended-PaperServerListPingEvent.patch
0197-Improved-Async-Task-Scheduler.patch
0198-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch
0199-Player.setPlayerProfile-API.patch
0200-Fix-Dragon-Server-Crashes.patch
0201-getPlayerUniqueId-API.patch
0202-Make-player-data-saving-configurable.patch
0203-Make-legacy-ping-handler-more-reliable.patch
0204-Call-PaperServerListPingEvent-for-legacy-pings.patch
0205-Flag-to-disable-the-channel-limit.patch
0206-Add-method-to-open-already-placed-sign.patch
0207-Configurable-sprint-interruption-on-attack.patch
0208-Fix-exploit-that-allowed-colored-signs-to-be-created.patch
0209-EndermanEscapeEvent.patch
0210-Enderman.teleportRandomly.patch
0211-Block-Enderpearl-Travel-Exploit.patch
0212-Expand-World.spawnParticle-API-and-add-Builder.patch
0213-EndermanAttackPlayerEvent.patch
0214-WitchConsumePotionEvent.patch
0215-WitchThrowPotionEvent.patch
0216-Allow-spawning-Item-entities-with-World.spawnEntity.patch
0217-WitchReadyPotionEvent.patch
0218-ItemStack-getMaxItemUseDuration.patch
0219-Implement-EntityTeleportEndGatewayEvent.patch [CI-SKIP] Remove Waving banner fix (#4786) 2020-11-19 10:15:16 -05:00
0220-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch
0221-Fix-CraftEntity-hashCode.patch
0222-Configurable-Alternative-LootPool-Luck-Formula.patch
0223-Print-Error-details-when-failing-to-save-player-data.patch [CI-SKIP] Remove Waving banner fix (#4786) 2020-11-19 10:15:16 -05:00
0224-Make-shield-blocking-delay-configurable.patch
0225-Improve-EntityShootBowEvent.patch
0226-PlayerReadyArrowEvent.patch
0227-Implement-EntityKnockbackByEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-12-21 07:56:22 +00:00
0228-Expand-Explosions-API.patch
0229-LivingEntity-Hand-Raised-Item-Use-API.patch
0230-RangedEntity-API.patch
0231-Add-config-to-disable-ender-dragon-legacy-check.patch
0232-Implement-World.getEntity-UUID-API.patch
0233-InventoryCloseEvent-Reason-API.patch
0234-Vex-getSummoner-API.patch
0235-Refresh-player-inventory-when-cancelling-PlayerInter.patch
0236-Don-t-change-the-Entity-Random-seed-for-squids.patch
0237-Re-add-vanilla-entity-warnings-for-duplicates.patch
0238-Avoid-item-merge-if-stack-size-above-max-stack-size.patch
0239-Use-asynchronous-Log4j-2-loggers.patch
0240-add-more-information-to-Entity.toString.patch
0241-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch
0242-EnderDragon-Events.patch [CI-SKIP] Remove Waving banner fix (#4786) 2020-11-19 10:15:16 -05:00
0243-PlayerElytraBoostEvent.patch
0244-Improve-BlockPosition-inlining.patch
0245-Optimize-RegistryID.c.patch
0246-Option-to-prevent-armor-stands-from-doing-entity-loo.patch
0247-Vanished-players-don-t-have-rights.patch
0248-Mark-chunk-dirty-anytime-entities-change-to-guarante.patch
0249-Add-some-Debug-to-Chunk-Entity-slices.patch
0250-SkeletonHorse-Additions.patch
0251-Prevent-Saving-Bad-entities-to-chunks.patch
0252-Don-t-call-getItemMeta-on-hasItemMeta.patch
0253-Ignore-Dead-Entities-in-entityList-iteration.patch
0254-Implement-Expanded-ArmorStand-API.patch
0255-AnvilDamageEvent.patch
0256-Add-TNTPrimeEvent.patch
0257-Break-up-and-make-tab-spam-limits-configurable.patch
0258-Add-hand-to-bucket-events.patch
0259-MC-135506-Experience-should-save-as-Integers.patch
0260-Fix-client-rendering-skulls-from-same-user.patch
0261-Add-Early-Warning-Feature-to-WatchDog.patch
0262-Make-EnderDragon-implement-Mob.patch
0263-Use-ConcurrentHashMap-in-JsonList.patch
0264-Use-a-Queue-for-Queueing-Commands.patch
0265-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch
0266-Allow-disabling-armour-stand-ticking.patch
0267-Optimize-BlockPosition-helper-methods.patch
0268-Restore-vanlla-default-mob-spawn-range.patch
0269-Slime-Pathfinder-Events.patch
0270-Configurable-speed-for-water-flowing-over-lava.patch
0271-Optimize-CraftBlockData-Creation.patch
0272-Optimize-RegistryMaterials.patch
0273-Add-PhantomPreSpawnEvent.patch
0274-Add-More-Creeper-API.patch
0275-Inventory-removeItemAnySlot.patch
0276-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch
0277-Add-ray-tracing-methods-to-LivingEntity.patch
0278-Expose-attack-cooldown-methods-for-Player.patch
0279-Improve-death-events.patch
0280-Allow-chests-to-be-placed-with-NBT-data.patch
0281-Mob-Pathfinding-API.patch
0282-Prevent-chunk-loading-from-Fluid-Flowing.patch
0283-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch
0284-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch
0285-Prevent-mob-spawning-from-loading-generating-chunks.patch
0286-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch
0287-Implement-furnace-cook-speed-multiplier-API.patch
0288-PreSpawnerSpawnEvent.patch
0289-Catch-JsonParseException-in-Entity-and-TE-names.patch
0290-Honor-EntityAgeable.ageLock.patch
0291-Configurable-connection-throttle-kick-message.patch
0292-Hook-into-CB-plugin-rewrites.patch
0293-Allow-setting-the-vex-s-summoner.patch
0294-Add-sun-related-API.patch
0295-Turtle-API.patch
0296-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch
0297-Call-player-spectator-target-events-and-improve-impl.patch
0298-Add-Velocity-IP-Forwarding-Support.patch
0299-Add-more-Witch-API.patch
0300-Check-Drowned-for-Villager-Aggression-Config.patch
0301-Here-s-Johnny.patch
0302-Add-option-to-prevent-players-from-moving-into-unloa.patch
0303-Reset-players-airTicks-on-respawn.patch
0304-Don-t-sleep-after-profile-lookups-if-not-needed.patch
0305-Improve-Server-Thread-Pool-and-Thread-Priorities.patch
0306-Optimize-World-Time-Updates.patch
0307-Restore-custom-InventoryHolder-support.patch
0308-Use-Vanilla-Minecart-Speeds.patch
0309-Fix-SpongeAbsortEvent-handling.patch
0310-Don-t-allow-digging-into-unloaded-chunks.patch
0311-Book-Size-Limits.patch
0312-Make-the-default-permission-message-configurable.patch
0313-Prevent-rayTrace-from-loading-chunks.patch
0314-Handle-Large-Packets-disconnecting-client.patch
0315-force-entity-dismount-during-teleportation.patch
0316-Add-more-Zombie-API.patch
0317-Add-PlayerConnectionCloseEvent.patch
0318-Prevent-Enderman-from-loading-chunks.patch
0319-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch
0320-Workaround-for-vehicle-tracking-issue-on-disconnect.patch
0321-Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch
0322-Block-Entity-remove-from-being-called-on-Players.patch
0323-BlockDestroyEvent.patch
0324-Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch
0325-Fix-sign-edit-memory-leak.patch
0326-Limit-Client-Sign-length-more.patch
0327-Don-t-check-ConvertSigns-boolean-every-sign-save.patch
0328-Optimize-Network-Manager-and-add-advanced-packet-sup.patch
0329-Handle-Oversized-Tile-Entities-in-chunks.patch
0330-MC-145260-Fix-Whitelist-On-Off-inconsistency.patch
0331-Set-Zombie-last-tick-at-start-of-drowning-process.patch
0332-Allow-Saving-of-Oversized-Chunks.patch
0333-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch
0334-Add-LivingEntity-getTargetEntity.patch [Auto] Updated Upstream (CraftBukkit) 2020-12-22 16:02:19 -05:00
0335-Use-proper-max-length-when-serialising-BungeeCord-te.patch
0336-Entity-getEntitySpawnReason.patch
0337-Update-entity-Metadata-for-all-tracked-players.patch
0338-Implement-PlayerPostRespawnEvent.patch
0339-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch [CI-SKIP] Remove Waving banner fix (#4786) 2020-11-19 10:15:16 -05:00
0340-Server-Tick-Events.patch
0341-PlayerDeathEvent-getItemsToKeep.patch
0342-Optimize-Captured-TileEntity-Lookup.patch
0343-Add-Heightmap-API.patch
0344-Mob-Spawner-API-Enhancements.patch
0345-Per-Player-View-Distance-API-placeholders.patch
0346-Fix-CB-call-to-changed-postToMainThread-method.patch
0347-Fix-sounds-when-item-frames-are-modified-MC-123450.patch
0348-Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch
0349-Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch
0350-Duplicate-UUID-Resolve-Option.patch
0351-improve-CraftWorld-isChunkLoaded.patch
0352-Configurable-Keep-Spawn-Loaded-range-per-world.patch
0353-MC-114618-Fix-EntityAreaEffectCloud-from-going-negat.patch
0354-ChunkMapDistance-CME.patch
0355-Implement-CraftBlockSoundGroup.patch
0356-Chunk-debug-command.patch
0357-Catch-exceptions-from-dispenser-entity-spawns.patch
0358-Fix-World-isChunkGenerated-calls.patch
0359-Show-blockstate-location-if-we-failed-to-read-it.patch
0360-Synchronize-DataPaletteBlock-instead-of-ReentrantLoc.patch
0361-incremental-chunk-saving.patch
0362-Anti-Xray.patch
0363-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch
0364-Configurable-projectile-relative-velocity.patch
0365-Mark-entities-as-being-ticked-when-notifying-navigat.patch
0366-offset-item-frame-ticking.patch
0367-Avoid-hopper-searches-if-there-are-no-items.patch
0368-Asynchronous-chunk-IO-and-loading.patch
0369-Use-getChunkIfLoadedImmediately-in-places.patch
0370-Reduce-sync-loads.patch
0371-Implement-alternative-item-despawn-rate.patch
0372-Do-less-work-if-we-have-a-custom-Bukkit-generator.patch
0373-Fix-MC-158900.patch
0374-implement-optional-per-player-mob-spawns.patch
0375-Prevent-consuming-the-wrong-itemstack.patch
0376-Fix-nether-portal-creation.patch
0377-Generator-Settings.patch
0378-Fix-MC-161754.patch
0379-Performance-improvement-for-Chunk.getEntities.patch
0380-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch
0381-Expose-the-internal-current-tick.patch
0382-Fix-stuck-in-sneak-when-changing-worlds-MC-10657.patch
0383-Add-option-to-disable-pillager-patrols.patch
0384-Fix-AssertionError-when-player-hand-set-to-empty-typ.patch
0385-PlayerLaunchProjectileEvent.patch
0386-Add-CraftMagicNumbers.isSupportedApiVersion.patch
0387-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch
0388-MC-145656-Fix-Follow-Range-Initial-Target.patch
0389-Optimize-Hoppers.patch
0390-PlayerDeathEvent-shouldDropExperience.patch
0391-Prevent-bees-loading-chunks-checking-hive-position.patch
0392-Don-t-load-Chunks-from-Hoppers-and-other-things.patch
0393-Guard-against-serializing-mismatching-chunk-coordina.patch
0394-Optimise-IEntityAccess-getPlayerByUUID.patch Add #getEligibleHumans to SkeletonHorseTrapEvent 2020-12-05 15:51:56 +01:00
0395-Fix-items-not-falling-correctly.patch
0396-Lag-compensate-eating.patch
0397-Optimize-call-to-getFluid-for-explosions.patch
0398-Fix-last-firework-in-stack-not-having-effects-when-d.patch
0399-Add-effect-to-block-break-naturally.patch
0400-Tracking-Range-Improvements.patch
0401-Entity-Activation-Range-2.0.patch
0402-Fix-items-vanishing-through-end-portal.patch
0403-Bees-get-gravity-in-void.-Fixes-MC-167279.patch
0404-Optimise-getChunkAt-calls-for-loaded-chunks.patch Optimize Loaded Chunks Cache Lookups 2021-01-09 18:09:09 -05:00
0405-Allow-overriding-the-java-version-check.patch
0406-Add-ThrownEggHatchEvent.patch
0407-Optimise-random-block-ticking.patch
0408-Entity-Jump-API.patch
0409-Add-option-to-nerf-pigmen-from-nether-portals.patch
0410-Make-the-GUI-graph-fancier.patch
0411-add-hand-to-BlockMultiPlaceEvent.patch
0412-Prevent-teleporting-dead-entities.patch Do not perform neighbour updates when using debug stick (Fixes #2134) 2020-12-22 22:45:10 +00:00
0413-Validate-tripwire-hook-placement-before-update.patch
0414-Add-option-to-allow-iron-golems-to-spawn-in-air.patch
0415-Configurable-chance-of-villager-zombie-infection.patch
0416-Optimise-Chunk-getFluid.patch
0417-Optimise-TickListServer-by-rewriting-it.patch
0418-Pillager-patrol-spawn-settings-and-per-player-option.patch
0419-Ensure-Entity-is-never-double-registered.patch
0420-Fix-unregistering-entities-from-unloading-chunks.patch
0421-Remote-Connections-shouldn-t-hold-up-shutdown.patch
0422-Do-not-allow-bees-to-load-chunks-for-beehives.patch
0423-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch
0424-Optimize-Collision-to-not-load-chunks.patch
0425-Don-t-tick-dead-players.patch
0426-Dead-Player-s-shouldn-t-be-able-to-move.patch
0427-Optimize-PlayerChunkMap-memory-use-for-visibleChunks.patch
0428-Increase-Light-Queue-Size.patch
0429-Mid-Tick-Chunk-Tasks-Speed-up-processing-of-chunk-lo.patch
0430-Don-t-move-existing-players-to-world-spawn.patch
0431-Add-tick-times-API-and-mspt-command.patch
0432-Expose-MinecraftServer-isRunning.patch
0433-Add-Raw-Byte-ItemStack-Serialization.patch
0434-Remove-streams-from-Mob-AI-System.patch
0435-Delay-unsafe-actions-until-after-entity-ticking-is-d.patch
0436-Async-command-map-building.patch [CI-SKIP] Remove Waving banner fix (#4786) 2020-11-19 10:15:16 -05:00
0437-Improved-Watchdog-Support.patch
0438-Optimize-Pathfinding.patch
0439-Reduce-Either-Optional-allocation.patch
0440-Remove-streams-from-PairedQueue.patch
0441-Reduce-memory-footprint-of-NBTTagCompound.patch
0442-Prevent-opening-inventories-when-frozen.patch
0443-Optimise-ArraySetSorted-removeIf.patch
0444-Don-t-run-entity-collision-code-if-not-needed.patch
0445-Optimize-ChunkProviderServer-s-chunk-level-checking-.patch
0446-Restrict-vanilla-teleport-command-to-valid-locations.patch
0447-Implement-Player-Client-Options-API.patch
0448-Fix-Chunk-Post-Processing-deadlock-risk.patch
0449-Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch
0450-Broadcast-join-message-to-console.patch
0451-Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch
0452-Load-Chunks-for-Login-Asynchronously.patch
0453-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch
0454-Add-PlayerAttackEntityCooldownResetEvent.patch
0455-Allow-multiple-callbacks-to-schedule-for-Callback-Ex.patch
0456-Don-t-fire-BlockFade-on-worldgen-threads.patch
0457-Add-phantom-creative-and-insomniac-controls.patch
0458-Fix-numerous-item-duplication-issues-and-teleport-is.patch
0459-Implement-Brigadier-Mojang-API.patch
0460-Villager-Restocks-API.patch
0461-Validate-PickItem-Packet-and-kick-for-invalid.patch
0462-Expose-game-version.patch
0463-Optimize-Voxel-Shape-Merging.patch
0464-Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch
0465-Implement-Mob-Goal-API.patch
0466-Use-distance-map-to-optimise-entity-tracker.patch
0467-Optimize-isOutsideRange-to-use-distance-maps.patch
0468-Stop-copy-on-write-operations-for-updating-light-dat.patch
0469-No-Tick-view-distance-implementation.patch
0470-Add-villager-reputation-API.patch
0471-Fix-Light-Command.patch
0472-Fix-PotionEffect-ignores-icon-flag.patch
0473-Optimize-brigadier-child-sorting-performance.patch
0474-Don-t-toString-block-unless-actually-showing-the-mes.patch
0475-Potential-bed-API.patch
0476-Wait-for-Async-Tasks-during-shutdown.patch
0477-Ensure-EntityRaider-respects-game-and-entity-rules-f.patch
0478-Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch
0479-Optimize-NibbleArray-to-use-pooled-buffers.patch
0480-Reduce-MutableInt-allocations-from-light-engine.patch
0481-Reduce-allocation-of-Vec3D-by-entity-tracker.patch
0482-Ensure-safe-gateway-teleport.patch
0483-Add-option-for-console-having-all-permissions.patch
0484-Workaround-for-Client-Lag-Spikes-MC-162253.patch
0485-Implement-Chunk-Priority-Urgency-System-for-Chunks.patch
0486-Fix-Non-Full-Status-Chunk-NBT-Memory-Leak.patch
0487-Optimize-sending-packets-to-nearby-locations-sounds-.patch
0488-Improve-Chunk-Status-Transition-Speed.patch
0489-Fix-villager-trading-demand-MC-163962.patch
0490-Maps-shouldn-t-load-chunks.patch
0491-Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch
0492-Optimize-Bit-Operations-by-inlining.patch
0493-Optimize-Light-Engine.patch
0494-Delay-Chunk-Unloads-based-on-Player-Movement.patch
0495-Add-Plugin-Tickets-to-API-Chunk-Methods.patch
0496-Fix-missing-chunks-due-to-integer-overflow.patch
0497-Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch
0498-Fix-piston-physics-inconsistency-MC-188840.patch
0499-Fix-sand-duping.patch
0500-Prevent-position-desync-in-playerconnection-causing-.patch
0501-Fix-enderdragon-exp-dupe.patch
0502-Inventory-getHolder-method-without-block-snapshot.patch
0503-Expose-Arrow-getItemStack.patch
0504-Add-and-implement-PlayerRecipeBookClickEvent.patch
0505-Hide-sync-chunk-writes-behind-flag.patch
0506-Limit-lightning-strike-effect-distance.patch
0507-Add-permission-for-command-blocks.patch
0508-Ensure-Entity-AABB-s-are-never-invalid.patch
0509-Optimize-WorldBorder-collision-checks-and-air.patch
0510-Fix-Per-World-Difficulty-Remembering-Difficulty.patch
0511-Paper-dumpitem-command.patch
0512-Don-t-allow-null-UUID-s-for-chat.patch
0513-Improve-Legacy-Component-serialization-size.patch
0514-Support-old-UUID-format-for-NBT.patch
0515-Clean-up-duplicated-GameProfile-Properties.patch
0516-Convert-legacy-attributes-in-Item-Meta.patch
0517-Remove-some-streams-from-structures.patch
0518-Remove-streams-from-classes-related-villager-gossip.patch
0519-Support-components-in-ItemMeta.patch
0520-Improve-EntityTargetLivingEntityEvent-for-1.16-mobs.patch
0521-Add-entity-liquid-API.patch
0522-Update-itemstack-legacy-name-and-lore.patch
0523-Spawn-player-in-correct-world-on-login.patch
0524-Add-PrepareResultEvent.patch
0525-Allow-delegation-to-vanilla-chunk-gen.patch
0526-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch
0527-Optimize-NetworkManager-Exception-Handling.patch
0528-Fix-Concurrency-issue-in-WeightedList.patch
0529-Optimize-the-advancement-data-player-iteration-to-be.patch
0530-Fix-arrows-never-despawning-MC-125757.patch
0531-Thread-Safe-Vanilla-Command-permission-checking.patch
0532-Move-range-check-for-block-placing-up.patch
0533-Fix-SPIGOT-5989.patch
0534-Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch
0535-Fix-SPIGOT-5885-Unable-to-disable-advancements.patch
0536-Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch
0537-Add-missing-strikeLighting-call-to-World-spigot-stri.patch
0538-Fix-some-rails-connecting-improperly.patch
0539-Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch
0540-Incremental-player-saving.patch
0541-Import-fastutil-classes.patch
0542-Don-t-mark-null-chunk-sections-for-block-updates.patch
0543-Remove-armour-stand-double-add-to-world.patch
0544-Fix-MC-187716-Use-configured-height.patch
0545-Fix-regex-mistake-in-CB-NBT-int-deserialization.patch
0546-Do-not-let-the-server-load-chunks-from-newer-version.patch
0547-Brand-support.patch
0548-Fix-MC-99259-Wither-Boss-Bar-doesn-t-update-until-in.patch
0549-Fix-MC-197271.patch
0550-MC-197883-Bandaid-decode-issue.patch
0551-Add-setMaxPlayers-API.patch
0552-Add-playPickupItemAnimation-to-LivingEntity.patch
0553-Don-t-require-FACING-data.patch
0554-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch
0555-Add-moon-phase-API.patch
0556-Prevent-headless-pistons-from-being-created.patch
0557-Brand-support.patch
0558-Add-BellRingEvent.patch
0559-Add-zombie-targets-turtle-egg-config.patch
0560-Buffer-joins-to-world.patch
0561-Optimize-redstone-algorithm.patch
0562-Fix-hex-colors-not-working-in-some-kick-messages.patch
0563-PortalCreateEvent-needs-to-know-its-entity.patch
0564-Fix-CraftTeam-null-check.patch
0565-Add-more-Evoker-API.patch
0566-Add-a-way-to-get-translation-keys-for-blocks-entitie.patch
0567-Create-HoverEvent-from-ItemStack-Entity.patch
0568-Cache-block-data-strings.patch
0569-Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch
0570-Add-additional-open-container-api-to-HumanEntity.patch
0571-Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch
0572-Extend-block-drop-capture-to-capture-all-items-added.patch
0573-Don-t-mark-dirty-in-invalid-locations-SPIGOT-6086.patch
0574-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch
0575-Lazily-track-plugin-scoreboards-by-default.patch
0576-Entity-isTicking.patch
0577-Fix-deop-kicking-non-whitelisted-player-when-white-l.patch
0578-Fix-Not-a-string-Map-Conversion-spam.patch [CI-SKIP] Remove Waving banner fix (#4786) 2020-11-19 10:15:16 -05:00
0579-Fix-CME-on-adding-a-passenger-in-CreatureSpawnEvent.patch
0580-MC-147729-Drop-items-that-are-extra-from-a-crafting-.patch
0581-Reset-Ender-Crystals-on-Dragon-Spawn.patch
0582-Fix-for-large-move-vectors-crashing-server.patch
0583-Optimise-getType-calls.patch
0584-Villager-resetOffers.patch
0585-Improve-inlinig-for-some-hot-IBlockData-methods.patch
0586-Retain-block-place-order-when-capturing-blockstates.patch
0587-Reduce-blockpos-allocation-from-pathfinding.patch
0588-Fix-item-locations-dropped-from-campfires.patch
0589-Player-elytra-boost-API.patch
0590-Fixed-TileEntityBell-memory-leak.patch
0591-Avoid-error-bubbling-up-when-item-stack-is-empty-in-.patch
0592-Add-getOfflinePlayerIfCached-String.patch
0593-Add-ignore-discounts-API.patch
0594-Toggle-for-removing-existing-dragon.patch
0595-Fix-client-lag-on-advancement-loading.patch
0596-Item-no-age-no-player-pickup.patch
0597-Beacon-API-custom-effect-ranges.patch
0598-Add-API-for-quit-reason.patch
0599-Seed-based-feature-search.patch
0600-Add-Wandering-Trader-spawn-rate-config-options.patch
0601-Significantly-improve-performance-of-the-end-generat.patch
0602-Expose-world-spawn-angle.patch
0603-Add-Destroy-Speed-API.patch
0604-Fix-Player-spawnParticle-x-y-z-precision-loss.patch
0605-Add-LivingEntity-clearActiveItem.patch
0606-Add-PlayerItemCooldownEvent.patch
0607-More-lightning-API.patch
0608-Climbing-should-not-bypass-cramming-gamerule.patch
0609-Added-missing-default-perms-for-commands.patch
0610-Add-PlayerShearBlockEvent.patch
0611-Add-warning-for-servers-not-running-on-Java-11.patch
0612-Set-spigots-verbose-world-setting-to-false-by-def.patch
0613-Fix-curing-zombie-villager-discount-exploit.patch
0614-Fix-curing-villager-makes-equipment-disappear.patch
0615-Limit-recipe-packets.patch
0616-Fix-CraftSound-backwards-compatibility.patch
0617-MC-4-Fix-item-position-desync.patch
0618-Player-Chunk-Load-Unload-Events.patch
0619-Optimize-Dynamic-get-Missing-Keys.patch
0620-Expose-LivingEntity-hurt-direction.patch
0621-Add-OBSTRUCTED-reason-to-BedEnterResult.patch
0622-Do-not-crash-from-invalid-ingredient-lists-in-Villag.patch
0623-added-PlayerTradeEvent.patch
0624-Implement-TargetHitEvent.patch
0625-Additional-Block-Material-API-s.patch
0626-Fix-harming-potion-dupe.patch
0627-Implement-API-to-get-Material-from-Boats-and-Minecar.patch
0628-Optimized-tick-ready-check.patch
0629-Cache-burn-durations.patch
0630-Allow-disabling-mob-spawner-spawn-egg-transformation.patch
0631-Implement-PlayerFlowerPotManipulateEvent.patch
0632-Fix-interact-event-not-being-called-in-adventure.patch
0633-Zombie-API-breaking-doors.patch
0634-Fix-nerfed-slime-when-splitting.patch
0635-Add-EntityLoadCrossbowEvent.patch [CI-SKIP] [Auto] Rebuild Patches 2021-01-11 14:12:09 -05:00
0636-Guardian-beam-workaround.patch
0637-Added-WorldGameRuleChangeEvent.patch
0638-Added-ServerResourcesReloadedEvent.patch
0639-Added-world-settings-for-mobs-picking-up-loot.patch
0640-Implemented-BlockFailedDispenseEvent.patch
0641-Added-PlayerLecternPageChangeEvent.patch
0642-Fire-event-on-GS4-query.patch
0643-Added-PlayerLoomPatternSelectEvent.patch
0644-Configurable-door-breaking-difficulty.patch
0645-Empty-commands-shall-not-be-dispatched.patch [CI-SKIP] [Auto] Rebuild Patches 2021-01-11 14:12:09 -05:00
0646-Implement-API-to-expose-exact-interaction-point.patch
0647-Remove-stale-POIs.patch
0648-Fix-villager-boat-exploit.patch