Paper/Spigot-Server-Patches
Spottedleaf 10c29e7369 Fix racey NextTickListEntry creation. (#2683)
The counter is used to distinguish entries from each other, however
since we can concurrently increment the counter we could totally
screw over the comparision of entries (see a() in NextTickListEntry),
as it compares only the time when the entry will tick, the priority
at which it will tick, and the counter. The block is not compared.

Async loading loads the chunk asynchronously which creates these
entries asynchronously.
2019-11-10 12:00:16 -06:00
..
0001-POM-Changes.patch Revert "Fix jline with git builds under Windows (#2624)" (#2632) 2019-10-13 01:19:22 -05:00
0002-Paper-config-files.patch Update config version 2019-10-27 00:07:42 +01:00
0003-MC-Dev-fixes.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0004-MC-Utils.patch Do not schedule to main for getChunkImmediately type calls (#2362) 2019-07-26 02:36:26 +01:00
0005-Paper-Metrics.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0006-Add-MinecraftKey-Information-to-Objects.patch Fix some API and commands usage of inactive chunks (#2457) 2019-08-14 21:47:38 -05:00
0007-Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0008-Store-counts-for-each-Entity-Block-Entity-Type.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0009-Timings-v2.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0010-Configurable-cactus-and-reed-natural-growth-heights.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0011-Configurable-baby-zombie-movement-speed.patch Update config version 2019-10-27 00:07:42 +01:00
0012-Configurable-fishing-time-ranges.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0013-Allow-nerfed-mobs-to-jump.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0014-Add-configurable-despawn-distances-for-living-entiti.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0015-Allow-for-toggling-of-spawn-chunks.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0017-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Add server oversleep to timings (#2509) 2019-09-29 15:49:38 -05:00
0018-Implement-Paper-VersionChecker.patch Update upstream B/CB/S 2019-07-01 23:51:06 -05:00
0019-Add-version-history-to-version-command.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0020-Player-affects-spawning-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0021-Remove-invalid-mob-spawner-tile-entities.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0022-Optimize-TileEntity-Ticking.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0023-Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0024-Only-refresh-abilities-if-needed.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 03:46:54 +01:00
0025-Entity-Origin-API.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0026-Prevent-tile-entity-and-entity-crashes.patch Fix more issues with timings 2019-07-08 03:54:40 +01:00
0027-Configurable-top-of-nether-void-damage.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0028-Check-online-mode-before-converting-and-renaming-pla.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0029-Always-tick-falling-blocks.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0030-Configurable-end-credits.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0031-Fix-lag-from-explosions-processing-dead-entities.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0032-Optimize-explosions.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0033-Disable-explosion-knockback.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0034-Disable-thunder.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0035-Disable-ice-and-snow.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0036-Configurable-mob-spawner-tick-rate.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0037-Send-absolute-position-the-first-time-an-entity-is-s.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0038-Add-BeaconEffectEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0039-Configurable-container-update-tick-rate.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0040-Use-UserCache-for-player-heads.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0041-Disable-spigot-tick-limiters.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0042-Add-PlayerInitialSpawnEvent.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0043-Configurable-Disabling-Cat-Chest-Detection.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0044-Ensure-commands-are-not-ran-async.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0045-All-chunks-are-slime-spawn-chunks-toggle.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0046-Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0047-Be-a-bit-more-informative-in-maxHealth-exception.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 23:12:45 -05:00
0048-Player-Tab-List-and-Title-APIs.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
0049-Ensure-inv-drag-is-in-bounds.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
0050-Change-implementation-of-tile-entity-removal-list.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0051-Add-configurable-portal-search-radius.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0052-Add-velocity-warnings.patch Update upstream B/CB/S 2019-07-01 23:51:06 -05:00
0053-Configurable-inter-world-teleportation-safety.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0054-Add-exception-reporting-event.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0055-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
0056-Disable-Scoreboards-for-non-players-by-default.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0057-Add-methods-for-working-with-arrows-stuck-in-living-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 23:12:45 -05:00
0058-Complete-resource-pack-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0059-Chunk-Save-Reattempt.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0060-Default-loading-permissions.yml-before-plugins.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-05 03:13:38 +01:00
0061-Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0062-Remove-Metadata-on-reload.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-05 03:13:38 +01:00
0063-Undead-horse-leashing.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0064-Handle-Item-Meta-Inconsistencies.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0065-Configurable-Non-Player-Arrow-Despawn-Rate.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0066-Add-World-Util-Methods.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0067-Custom-replacement-for-eaten-items.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0068-handle-NaN-health-absorb-values-and-repair-bad-data.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0069-Waving-banner-workaround.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
0070-Use-a-Shared-Random-for-Entities.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
0071-Configurable-spawn-chances-for-skeleton-horses.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0072-Optimize-isValidLocation-getType-and-getBlockData-fo.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
0073-Access-items-by-EquipmentSlot.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
0074-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-10-18 17:31:01 +01:00
0075-Entity-AddTo-RemoveFrom-World-Events.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0076-Configurable-Chunk-Inhabited-Time.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0077-EntityPathfindEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0078-Reduce-IO-ops-opening-a-new-region-file.patch Fix java cross-version compilation 2019-08-08 16:12:57 +01:00
0079-Sanitise-RegionFileCache-and-make-configurable.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
0080-Do-not-load-chunks-for-Pathfinding.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0081-Do-not-load-chunks-for-light-checks.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0082-Add-PlayerUseUnknownEntityEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0083-Fix-reducedDebugInfo-not-initialized-on-client.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0084-Configurable-Grass-Spread-Tick-Rate.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0085-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0086-Remove-Debug-checks-from-DataBits.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0087-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0088-Workaround-for-setting-passengers-on-players.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0089-Remove-unused-World-Tile-Entity-List.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0090-Don-t-tick-Skulls-unused-code.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0091-Configurable-Player-Collision.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0092-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0093-Configurable-RCON-IP-address.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0094-Prevent-Fire-from-loading-chunks.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0095-Implement-PlayerLocaleChangeEvent.patch Update upstream CB 2019-10-13 00:28:46 -05:00
0096-EntityRegainHealthEvent-isFastRegen-API.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0097-Add-ability-to-configure-frosted_ice-properties.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0098-remove-null-possibility-for-getServer-singleton.patch Add server oversleep to timings (#2509) 2019-09-29 15:49:38 -05:00
0099-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0100-LootTable-API-Replenishable-Lootables-Feature.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0101-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0102-System-property-for-disabling-watchdoge.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0103-Optimize-UserCache-Thread-Safe.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0104-Avoid-blocking-on-Network-Manager-creation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0105-Optional-TNT-doesn-t-move-in-water.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0106-Faster-redstone-torch-rapid-clock-removal.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0107-Add-server-name-parameter.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0108-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0109-Fix-Double-World-Add-issues.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0110-Fix-Old-Sign-Conversion.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0111-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0112-More-informative-vehicle-moved-wrongly-message.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0113-Re-track-players-that-dismount-from-other-players.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0114-Add-setting-for-proxy-online-mode-status.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0115-Optimise-BlockState-s-hashCode-equals.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0116-Configurable-packet-in-spam-threshold.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0117-Configurable-flying-kick-messages.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0118-Chunk-registration-fixes.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0119-Remove-FishingHook-reference-on-Craft-Entity-removal.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0120-Auto-fix-bad-Y-levels-on-player-login.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0121-Option-to-remove-corrupt-tile-entities.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0122-Add-EntityZapEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0123-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0124-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0125-Cache-user-authenticator-threads.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0126-Optimise-removeQueue.patch Update upstream CB 2019-10-13 00:28:46 -05:00
0127-Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0128-Add-source-to-PlayerExpChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0129-Optimize-World.isLoaded-BlockPosition-Z.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0130-Don-t-let-fishinghooks-use-portals.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0131-Add-ProjectileCollideEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0132-Prevent-Pathfinding-out-of-World-Border.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0133-Bound-Treasure-Maps-to-World-Border.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0134-Configurable-Cartographer-Treasure-Maps.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0135-Optimize-ItemStack.isEmpty.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0136-Add-API-methods-to-control-if-armour-stands-can-move.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
0137-Properly-fix-item-duplication-bug.patch Update upstream CB 2019-10-13 00:28:46 -05:00
0138-String-based-Action-Bar-API.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0139-Firework-API-s.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
0140-PlayerTeleportEndGatewayEvent.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0141-Provide-E-TE-Chunk-count-stat-methods.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0142-Enforce-Sync-Player-Saves.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0143-Don-t-allow-entities-to-ride-themselves-572.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0144-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0145-Cap-Entity-Collisions.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0146-Remove-CraftScheduler-Async-Task-Debugger.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0147-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0148-Do-not-let-armorstands-drown.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
0149-Properly-handle-async-calls-to-restart-the-server.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0150-Add-system-property-to-disable-book-size-limits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0151-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0152-Add-configuration-option-to-prevent-player-names-fro.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0153-Use-TerminalConsoleAppender-for-console-improvements.patch Really fix JLine on Windows 2019-10-13 16:36:23 -05:00
0154-provide-a-configurable-option-to-disable-creeper-lin.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0155-Item-canEntityPickup.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0156-PlayerPickupItemEvent-setFlyAtPlayer.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-02 17:28:24 +01:00
0157-PlayerAttemptPickupItemEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0158-Add-UnknownCommandEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0159-Basic-PlayerProfile-API.patch Add server oversleep to timings (#2509) 2019-09-29 15:49:38 -05:00
0160-Shoulder-Entities-Release-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:36:37 +01:00
0161-Profile-Lookup-Events.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0162-Block-player-logins-during-server-shutdown.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0163-Entity-fromMobSpawner.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 23:12:45 -05:00
0164-Improve-the-Saddle-API-for-Horses.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0165-Implement-ensureServerConversions-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-10 19:51:02 +01:00
0166-Implement-getI18NDisplayName.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-10 19:51:02 +01:00
0167-ProfileWhitelistVerifyEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0168-Fix-this-stupid-bullshit.patch Update upstream CB/S 2019-08-10 12:44:57 -05:00
0169-Ocelot-despawns-should-honor-nametags-and-leash.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0170-Reset-spawner-timer-when-spawner-event-is-cancelled.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0171-Fix-MC-117075-TE-Unload-Lag-Spike.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0172-Allow-specifying-a-custom-authentication-servers-dow.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0173-LivingEntity-setKiller.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 23:12:45 -05:00
0174-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0175-Handle-plugin-prefixes-using-Log4J-configuration.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0176-Include-Log4J2-SLF4J-implementation.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0177-Disable-logger-prefix-for-various-plugins-bypassing-.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0178-Add-PlayerJumpEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0179-handle-PacketPlayInKeepAlive-async.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0180-Expose-client-protocol-version-and-virtual-host.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0181-revert-serverside-behavior-of-keepalives.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0182-Send-attack-SoundEffects-only-to-players-who-can-see.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:36:37 +01:00
0183-Option-for-maximum-exp-value-when-merging-orbs.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0184-Add-PlayerArmorChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0185-Prevent-logins-from-being-processed-when-the-player-.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0186-use-CB-BlockState-implementations-for-captured-block.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0187-API-to-get-a-BlockState-without-a-snapshot.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0188-AsyncTabCompleteEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0189-Avoid-NPE-in-PathfinderGoalTempt.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0190-PlayerPickupExperienceEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:36:37 +01:00
0191-ExperienceOrbMergeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
0192-Ability-to-apply-mending-to-XP-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:36:37 +01:00
0193-Make-max-squid-spawn-height-configurable.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0194-PreCreatureSpawnEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0195-PlayerNaturallySpawnCreaturesEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0196-Add-setPlayerProfile-API-for-Skulls.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0197-Fill-Profile-Property-Events.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0198-PlayerAdvancementCriterionGrantEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0199-Add-ArmorStand-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0200-Extend-Player-Interact-cancellation.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0201-Tameable-getOwnerUniqueId-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0202-Toggleable-player-crits-helps-mitigate-hacked-client.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0203-Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0204-Prevent-Frosted-Ice-from-loading-holding-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0205-Disable-Explicit-Network-Manager-Flushing.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0206-Implement-extended-PaperServerListPingEvent.patch Add server oversleep to timings (#2509) 2019-09-29 15:49:38 -05:00
0207-Improved-Async-Task-Scheduler.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0208-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0209-Player.setPlayerProfile-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0210-Fix-Dragon-Server-Crashes.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0211-getPlayerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0212-Make-player-data-saving-configurable.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0213-Make-legacy-ping-handler-more-reliable.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0214-Call-PaperServerListPingEvent-for-legacy-pings.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0215-Flag-to-disable-the-channel-limit.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0216-Add-method-to-open-already-placed-sign.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0217-Configurable-sprint-interruption-on-attack.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0218-Fix-exploit-that-allowed-colored-signs-to-be-created.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0219-EndermanEscapeEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0220-Enderman.teleportRandomly.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0221-Block-Enderpearl-Travel-Exploit.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0222-Expand-World.spawnParticle-API-and-add-Builder.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0223-EndermanAttackPlayerEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0224-WitchConsumePotionEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0225-WitchThrowPotionEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0226-Allow-spawning-Item-entities-with-World.spawnEntity.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0227-WitchReadyPotionEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0228-ItemStack-getMaxItemUseDuration.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0229-Implement-EntityTeleportEndGatewayEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0230-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0231-Fix-CraftEntity-hashCode.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 23:12:45 -05:00
0232-Configurable-Alternative-LootPool-Luck-Formula.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0233-Print-Error-details-when-failing-to-save-player-data.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0234-Make-shield-blocking-delay-configurable.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0235-Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0236-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
0237-PlayerReadyArrowEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:36:37 +01:00
0238-Fire-EntityShootBowEvent-for-Illusioner.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0239-Implement-EntityKnockbackByEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0240-Expand-Explosions-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0241-LivingEntity-Hand-Raised-Item-Use-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 23:12:45 -05:00
0242-RangedEntity-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0243-Add-config-to-disable-ender-dragon-legacy-check.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0244-Implement-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0245-InventoryCloseEvent-Reason-API.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0246-Configurable-Bed-Search-Radius.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0247-Vex-getSummoner-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0248-Refresh-player-inventory-when-cancelling-PlayerInter.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0249-Don-t-change-the-Entity-Random-seed-for-squids.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0250-Re-add-vanilla-entity-warnings-for-duplicates.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0251-Avoid-item-merge-if-stack-size-above-max-stack-size.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0252-Use-asynchronous-Log4j-2-loggers.patch Update TerminalConsoleAppender + JLine, use Jansi instead of JNA (#2299) 2019-07-23 19:25:05 -05:00
0253-add-more-information-to-Entity.toString.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0254-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0255-EnderDragon-Events.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0256-PlayerElytraBoostEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0257-PlayerLaunchProjectileEvent.patch Fix enderpearl item use cooldown (fix #2412) (#2413) 2019-08-05 03:15:53 +01:00
0258-Speedup-BlockPos-by-fixing-inlining.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0259-Optimize-RegistryID.c.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0260-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0261-Vanished-players-don-t-have-rights.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0262-Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0263-Add-some-Debug-to-Chunk-Entity-slices.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0264-EntityTransformedEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2019-07-28 15:32:14 +01:00
0265-SkeletonHorse-Additions.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0266-Prevent-Saving-Bad-entities-to-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0267-Don-t-call-getItemMeta-on-hasItemMeta.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-10 19:51:02 +01:00
0268-Ignore-Dead-Entities-in-entityList-iteration.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0269-Provide-option-to-use-a-versioned-world-folder-for-t.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0270-MC-111480-Start-Entity-ID-s-at-1.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0271-Implement-Expanded-ArmorStand-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0272-AnvilDamageEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0273-Add-TNTPrimeEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0274-Break-up-and-make-tab-spam-limits-configurable.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0275-Add-hand-to-bucket-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
0276-MC-135506-Experience-should-save-as-Integers.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:36:37 +01:00
0277-Fix-client-rendering-skulls-from-same-user.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0278-Add-Early-Warning-Feature-to-WatchDog.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0279-Make-EnderDragon-implement-Mob.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0280-Detect-and-repair-corrupt-Region-Files.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0281-Use-ConcurrentHashMap-in-JsonList.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0282-Use-a-Queue-for-Queueing-Commands.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0283-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Updated Upstream (Bukkit/CraftBukkit) 2019-09-10 19:51:02 +01:00
0284-Allow-disabling-armour-stand-ticking.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0285-Optimize-BlockPosition-helper-methods.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0286-Send-nearby-packets-from-world-player-list-not-serve.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0287-Restore-vanlla-default-mob-spawn-range.patch Update upstream CB/S 2019-08-10 12:44:57 -05:00
0288-Optimize-Hoppers.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0289-Optimize-CraftBlockData-Creation.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0290-Fix-MC-124320.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0291-Slime-Pathfinder-Events.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0292-Configurable-speed-for-water-flowing-over-lava.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0293-Optimize-RegistryMaterials.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0294-Add-PhantomPreSpawnEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0295-Add-More-Creeper-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0296-Inventory-removeItemAnySlot.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0297-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0298-Add-ray-tracing-methods-to-LivingEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 23:12:45 -05:00
0299-Expose-attack-cooldown-methods-for-Player.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:36:37 +01:00
0300-Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0301-Allow-chests-to-be-placed-with-NBT-data.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0302-Mob-Pathfinding-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0303-Prevent-chunk-loading-from-Fluid-Flowing.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0304-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0305-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0306-Prevent-mob-spawning-from-loading-generating-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0307-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0308-Implement-furnace-cook-speed-multiplier-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0309-Support-Overriding-World-Seeds.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0310-Optimize-Server-World-Map.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0311-PreSpawnerSpawnEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0312-Catch-JsonParseException-in-Entity-and-TE-names.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0313-Avoid-dimension-id-collisions.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0314-Honor-EntityAgeable.ageLock.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0315-Configurable-connection-throttle-kick-message.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0316-Hook-into-CB-plugin-rewrites.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0317-Allow-setting-the-vex-s-summoner.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0318-Add-sun-related-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0319-Check-Drowned-for-Villager-Aggression-Config.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0320-Here-s-Johnny.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0321-Turtle-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0322-Limit-lightning-strike-effect-distance.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0323-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0324-Call-player-spectator-target-events.patch Update upstream CB 2019-10-13 00:28:46 -05:00
0325-Add-Velocity-IP-Forwarding-Support.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0326-Add-more-Witch-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0327-Fix-MC-93764.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0328-Add-option-to-prevent-players-from-moving-into-unloa.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0329-Reset-players-airTicks-on-respawn.patch Update upstream CB 2019-10-13 00:28:46 -05:00
0330-Strip-private-area-unicode-characters-from-signs.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0331-Don-t-sleep-after-profile-lookups-if-not-needed.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0332-Use-more-reasonable-thread-count-default-for-bootstr.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0333-MC-136865-Use-valid-item-for-enchantment-checks-on-b.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0334-Optimize-World-Time-Updates.patch Add server oversleep to timings (#2509) 2019-09-29 15:49:38 -05:00
0335-Restore-custom-InventoryHolder-support.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0336-Use-Vanilla-Minecart-Speeds.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0337-Fix-SpongeAbsortEvent-handling.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-08-31 20:30:44 +01:00
0338-Don-t-allow-digging-into-unloaded-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0339-Optimize-redstone-algorithm.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0340-force-entity-dismount-during-teleportation.patch Updated Upstream (Bukkit/CraftBukkit) 2019-08-26 15:36:37 +01:00
0341-Book-Size-Limits.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0342-Make-the-default-permission-message-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2415) 2019-08-05 11:35:40 -05:00
0343-Add-more-Zombie-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-07-28 15:32:14 +01:00
0344-Prevent-rayTrace-from-loading-chunks.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0345-Handle-Large-Packets-disconnecting-client.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0346-Lazy-init-world-storage-in-CraftOfflinePlayer.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0347-Add-PlayerConnectionCloseEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0348-Prevent-Enderman-from-loading-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0349-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0350-Fix-PlayerEditBookEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0351-Workaround-for-vehicle-tracking-issue-on-disconnect.patch Update upstream CB 2019-10-13 00:28:46 -05:00
0352-Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0353-Block-Entity-remove-from-being-called-on-Players.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0354-Allow-Saving-of-Oversized-Chunks.patch Fix java cross-version compilation 2019-08-08 16:12:57 +01:00
0355-BlockDestroyEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0356-Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0357-Fix-sign-edit-memory-leak.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0358-Limit-Client-Sign-length-more.patch Fix sign line capping check (#2522) 2019-09-01 17:21:08 -05:00
0359-Don-t-check-ConvertSigns-boolean-every-sign-save.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0360-Handle-Excessive-Signs-in-Chunks-creating-too-large-.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0361-MC-145260-Fix-Whitelist-On-Off-inconsistency.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0362-Set-Zombie-last-tick-at-start-of-drowning-process.patch Updated Upstream (Bukkit/CraftBukkit) 2019-07-28 15:32:14 +01:00
0363-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0364-Add-LivingEntity-getTargetEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#2576) 2019-09-21 23:12:45 -05:00
0365-Use-proper-max-length-when-serialising-BungeeCord-te.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0366-Entity-getEntitySpawnReason.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0367-Update-entity-Metadata-for-all-tracked-players.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0368-Fire-event-on-GS4-query.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0369-Implement-PlayerPostRespawnEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0370-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0371-Implement-getters-and-setters-for-EntityItem-owner-a.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0372-Server-Tick-Events.patch Add server oversleep to timings (#2509) 2019-09-29 15:49:38 -05:00
0373-PlayerDeathEvent-getItemsToKeep.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0374-Optimize-Captured-TileEntity-Lookup.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0375-Add-Heightmap-API.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0376-Handle-bad-chunks-more-gracefully.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0377-Mob-Spawner-API-Enhancements.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0378-Per-Player-View-Distance-API-placeholders.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0379-Fix-CB-call-to-changed-postToMainThread-method.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0380-Fix-sounds-when-item-frames-are-modified-MC-123450.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0381-Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch Add server oversleep to timings (#2509) 2019-09-29 15:49:38 -05:00
0382-Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0383-Duplicate-UUID-Resolve-Option.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0384-improve-CraftWorld-isChunkLoaded.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0385-Configurable-Keep-Spawn-Loaded-range-per-world.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0386-Fix-some-generation-concurrency-issues.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0387-MC-114618-Fix-EntityAreaEffectCloud-from-going-negat.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0388-ChunkMapDistance-CME.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0389-Implement-CraftBlockSoundGroup.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0390-Chunk-debug-command.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0391-incremental-chunk-saving.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0392-Catch-exceptions-from-dispenser-entity-spawns.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0393-Fix-World-isChunkGenerated-calls.patch Updated Upstream (Bukkit/CraftBukkit) 2019-10-08 19:37:02 +01:00
0394-Show-blockstate-location-if-we-failed-to-read-it.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0395-Log-other-thread-in-DataPaletteBlock-lock-failure.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0396-Use-ChunkStatus-cache-when-saving-protochunks.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0397-Anti-Xray.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0398-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0399-Use-getChunkIfLoadedImmediately-in-places.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0400-Configurable-projectile-relative-velocity.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0401-Mark-entities-as-being-ticked-when-notifying-navigat.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0402-offset-item-frame-ticking.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0403-Preserve-old-flush-on-save-flag-for-reliable-regionf.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0404-Avoid-hopper-searches-if-there-are-no-items.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0405-Fixed-MC-156852.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0406-Implement-alternative-item-despawn-rate.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0407-Do-less-work-if-we-have-a-custom-Bukkit-generator.patch Fix server deadlock when loading some chunks (#2647) 2019-10-20 10:03:39 +01:00
0408-Fix-MC-158900.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0409-Asynchronous-chunk-IO-and-loading.patch Fix racey NextTickListEntry creation. (#2683) 2019-11-10 12:00:16 -06:00
0410-Reduce-sync-loads.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-10-18 17:31:01 +01:00
0411-implement-optional-per-player-mob-spawns.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0412-Improve-POI-data-saving-logic.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0413-Prevent-consuming-the-wrong-itemstack.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0414-only-add-passanger-entities-once-from-spawners.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0415-Fix-nether-portal-creation.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0416-Generator-Settings.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0417-Fix-zero-tick-instant-grow-farms-MC-113809.patch Rename baby zombie movement config option 2019-10-26 17:55:58 -05:00
0418-Fix-MC-161754.patch [CI-SKIP] Rebuild patches 2019-09-29 15:02:04 -05:00
0419-Performance-improvement-for-Chunk.getEntities.patch performance improvement for CraftChunk.getEntities() (#2629) 2019-10-19 23:33:35 +01:00
0420-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch [PATCH] bounding box check for hanging entities (#2664) 2019-10-30 17:29:40 +00:00
0421-Expose-the-internal-current-tick.patch Expose the internal current tick 2019-10-30 18:10:42 +00:00