Paper/Spigot-Server-Patches
Lucavon ad8dbf3d2b
Add option to disable relative projectile velocity
Allows server owners to use 1.8 (and prior)'s projectile behavior
(ignored shooter's velocity when calculating projectile's velocity).

This patch adds an option "disable relative projectile velocity", which, when
enabled, will cause projectiles to ignore the shooter's current velocity,
like they did in Minecraft 1.8 and prior.
If a player is falling, for example, their shooting range will be drastically
reduced, as a downwards velocity is applied to the projectile. This prevents
players from saving themselves from falling off floating islands, for example,
as a thrown ender pearl will not make it back to the island, while it would
have in 1.8.

While this could easily be done with plugins, too, there are multiple problems:
1) If multiple plugins cancel the velocity by subtracting the shooter's velocity
   from the projectile's velocity, the projectile's velocity would be different.
   As there's no way to detect whether the projectile's velocity has already been
   adjusted to ignore the player's velocity, plugins can't not do it if it's not
   necessary.
2) I've noticed some inconsistencies, e.g. weird velocity when shooting while
   using an elytra. Checking for those inconsistencies is possible, but not as
   efficient as just not applying the velocity in the first place.
3) Solutions for 1) and especially 2) might not be future-proof, while this
   server-internal fix makes this change future-proof.
2019-07-23 20:31:21 -05:00
..
0001-POM-Changes.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0002-Paper-config-files.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0003-MC-Dev-fixes.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0004-MC-Utils.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0012-Configurable-fishing-time-ranges.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0013-Allow-nerfed-mobs-to-jump.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 03:46:54 +01:00
0014-Add-configurable-despawn-distances-for-living-entiti.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 03:46:54 +01:00
0015-Allow-for-toggling-of-spawn-chunks.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0017-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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) 2019-06-25 03:46:54 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0023-Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0033-Disable-explosion-knockback.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01:00
0034-Disable-thunder.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0035-Disable-ice-and-snow.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0036-Configurable-mob-spawner-tick-rate.patch Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 03:46:54 +01: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 Update upstream & fix some chunk related issues (#2177) 2019-06-14 03:27:40 +01: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-06-25 03:46:54 +01:00
0046-Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-05 03:13:38 +01:00
0047-Be-a-bit-more-informative-in-maxHealth-exception.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0051-Add-configurable-portal-search-radius.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01: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 Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
0054-Add-exception-reporting-event.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0057-Add-methods-for-working-with-arrows-stuck-in-living-.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01: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 Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01: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) 2019-07-05 03:13:38 +01: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 Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
0064-Handle-Item-Meta-Inconsistencies.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-11 17:59:21 +01:00
0065-Configurable-Non-Player-Arrow-Despawn-Rate.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01:00
0066-Add-World-Util-Methods.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0067-Custom-replacement-for-eaten-items.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0068-handle-NaN-health-absorb-values-and-repair-bad-data.patch Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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-07-23 20:17:32 +01:00
0075-Entity-AddTo-RemoveFrom-World-Events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0076-Configurable-Chunk-Inhabited-Time.patch Remove unused fire-physics-event-for-redstone config option (#2277) 2019-07-03 15:44:07 -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 Revert "Optimize Pathfinding" 2019-06-25 20:18:50 +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 Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0098-remove-null-possibility-for-getServer-singleton.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0099-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0100-LootTable-API-Replenishable-Lootables-Feature.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01: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) 2019-07-23 20:17:32 +01:00
0104-Avoid-blocking-on-Network-Manager-creation.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0105-Optional-TNT-doesn-t-move-in-water.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0122-Add-EntityZapEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0127-Allow-Reloading-of-Command-Aliases.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01:00
0128-Add-source-to-PlayerExpChangeEvent.patch Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +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 (CraftBukkit/Spigot) 2019-07-16 23:09:32 +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 Updated Upstream (CraftBukkit/Spigot) 2019-07-16 23:09:32 +01: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-07-23 20:17:32 +01:00
0137-Properly-fix-item-duplication-bug.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 (CraftBukkit/Spigot) 2019-07-16 23:09:32 +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 (CraftBukkit/Spigot) 2019-07-16 23:09:32 +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/Spigot) 2019-07-23 20:17:32 +01:00
0145-Cap-Entity-Collisions.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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-07-23 20:17:32 +01:00
0149-Properly-handle-async-calls-to-restart-the-server.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0152-Add-configuration-option-to-prevent-player-names-fro.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0153-Use-TerminalConsoleAppender-for-console-improvements.patch Update TerminalConsoleAppender + JLine, use Jansi instead of JNA (#2299) 2019-07-23 19:25:05 -05:00
0154-provide-a-configurable-option-to-disable-creeper-lin.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0155-Item-canEntityPickup.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0156-PlayerPickupItemEvent-setFlyAtPlayer.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0160-Shoulder-Entities-Release-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0166-Implement-getI18NDisplayName.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0174-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0175-Handle-plugin-prefixes-using-Log4J-configuration.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0183-Option-for-maximum-exp-value-when-merging-orbs.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0184-Add-PlayerArmorChangeEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0191-ExperienceOrbMergeEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0192-Ability-to-apply-mending-to-XP-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0193-Make-max-squid-spawn-height-configurable.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0200-Extend-Player-Interact-cancellation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0222-Expand-World.spawnParticle-API-and-add-Builder.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0237-PlayerReadyArrowEvent.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0240-Expand-Explosions-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0241-LivingEntity-Hand-Raised-Item-Use-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0244-Implement-World.getEntity-UUID-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0245-InventoryCloseEvent-Reason-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0246-Configurable-Bed-Search-Radius.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0261-Vanished-players-don-t-have-rights.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0268-Ignore-Dead-Entities-in-entityList-iteration.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0276-MC-135506-Experience-should-save-as-Integers.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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) 2019-07-23 20:17:32 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0283-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0284-Allow-disabling-armour-stand-ticking.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0287-Restore-vanlla-default-mob-spawn-range.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0288-Optimize-Hoppers.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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/Spigot) 2019-07-23 20:17:32 +01:00
0298-Add-ray-tracing-methods-to-LivingEntity.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0299-Expose-attack-cooldown-methods-for-Player.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0300-Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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) 2019-07-23 20:17:32 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0329-Reset-players-airTicks-on-respawn.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0340-force-entity-dismount-during-teleportation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0343-Add-more-Zombie-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0344-Prevent-rayTrace-from-loading-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05: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 Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0373-PlayerDeathEvent-getItemsToKeep.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0374-Allow-login-events-to-fire-only-after-the-server-plu.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0375-Make-region-files-more-reliable-to-write-to.patch Only write to cached header in RegionFile if write potentially succeeds (#2294) 2019-07-21 16:36:27 -05:00
0376-Optimize-GameRules-to-use-LinkedHashMap.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0377-Optimize-Captured-TileEntity-Lookup.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0378-Add-Heightmap-API.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0379-Handle-bad-chunks-more-gracefully.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0380-Mob-Spawner-API-Enhancements.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0381-Per-Player-View-Distance-API-placeholders.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0382-Async-Chunk-placeholder.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0383-Fix-CB-call-to-changed-postToMainThread-method.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0384-Fix-sounds-when-item-frames-are-modified-MC-123450.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0385-Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0386-Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0387-Duplicate-UUID-Resolve-Option.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0388-improve-CraftWorld-isChunkLoaded.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0389-Configurable-Keep-Spawn-Loaded-range-per-world.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0390-Fix-some-generation-concurrency-issues.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0391-MC-114618-Fix-EntityAreaEffectCloud-from-going-negat.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0392-ChunkMapDistance-CME.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0393-Actually-Limit-Natural-Spawns-To-Limit.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0394-Implement-CraftBlockSoundGroup.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0395-Chunk-debug-command.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0396-incremental-chunk-saving.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0397-Catch-exceptions-from-dispenser-entity-spawns.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0398-Fix-World-isChunkGenerated-calls.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2019-07-23 20:17:32 +01:00
0399-Show-blockstate-location-if-we-failed-to-read-it.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0400-Log-other-thread-in-DataPaletteBlock-lock-failure.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0401-Use-ChunkStatus-cache-when-saving-protochunks.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0402-Anti-Xray.patch Ensure xray does not perform non MT-Safe operations (#2361) 2019-07-23 10:59:48 +01:00
0403-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0404-Use-getChunkIfLoadedImmediately-in-places.patch Update to 1.14.4 (#2333) 2019-07-19 23:01:24 -05:00
0405-Configurable-projectile-relative-velocity.patch Add option to disable relative projectile velocity 2019-07-23 20:31:21 -05:00