Paper/Spigot-Server-Patches
Aikar bacbd8805f
performance: Many Entity Activation Range Improvements
1) Immunity no longer gives 20 tick immunity, each immunity check can
give its own tick value on how long it lasts, drastically cutting down on most to 0-1 ticks.

2) Fixed Villager Immunity to use proper 1.15 check for Breeding.

3) Fixed Water Mobs being 100% immune due to the inWater check...

4) Fixed flying mobs being 100% immune due to the !onGround check...

5) Made Insentient mobs only check for the hasTasks during immunity check window, not every single tick. this made them way more active than desired
  - this puts behavior closer to inline with my original behavior in Spigot, but still does some checks to allow them temporary immunity, just not as much as before.

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