Paper/Spigot-Server-Patches
Shevchik c8dea96ee1
Prevent blocking on adding a new network manager (#3027)
Previous solution could still block network thread (while addPending is executing). This window is small, but removing it completely is better. This should probably also speed up concurrent adds, because no locking will be performed anymore.
The only possible downside is that adding elements one by one to synchronized list might be slower (But it's done while already locked, so maybe jvm will avoid additional locking?),
2020-03-14 11:20:50 +00:00
..
0001-POM-Changes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-01 15:20:54 +00:00
0002-Paper-config-files.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0003-MC-Dev-fixes.patch Performance patches prerequisite (#2802) 2020-01-27 18:16:53 -06:00
0004-MC-Utils.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00: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 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0035-Disable-ice-and-snow.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06: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 1.15.2 update (#2887) 2020-01-21 20:02:07 -06: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 Performance patches prerequisite (#2802) 2020-01-27 18:16:53 -06: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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00: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 Performance patches prerequisite (#2802) 2020-01-27 18:16:53 -06: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 Prevent blocking on adding a new network manager (#3027) 2020-03-14 11:20:50 +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 Performance patches prerequisite (#2802) 2020-01-27 18:16:53 -06: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 1.15.2 update (#2887) 2020-01-21 20:02:07 -06: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 Performance patches prerequisite (#2802) 2020-01-27 18:16:53 -06: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 Update upstream B/CB 2020-02-08 18:32:48 -06: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 Fix ProjectilCollideEvent cancellation (Fixes #2953) 2020-02-22 15:00:41 +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 Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +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-10 11:01:21 +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 Update upstream B/CB 2020-02-08 18:32:48 -06: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-Ignore-Missing-Recipes-in-RecipeBook-to-avoid-data-e.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0233-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0234-PlayerReadyArrowEvent.patch Updated Upstream (CraftBukkit) 2020-01-25 01:22:52 +00:00
0235-Fire-EntityShootBowEvent-for-Illusioner.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0236-Implement-EntityKnockbackByEntityEvent.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0237-Expand-Explosions-API.patch Update upstream B/CB 2020-02-08 18:32:48 -06:00
0238-LivingEntity-Hand-Raised-Item-Use-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-02-25 18:57:15 +00:00
0239-RangedEntity-API.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0240-Add-config-to-disable-ender-dragon-legacy-check.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0241-Implement-World.getEntity-UUID-API.patch Update upstream B/CB 2020-02-08 18:32:48 -06:00
0242-InventoryCloseEvent-Reason-API.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0243-Configurable-Bed-Search-Radius.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0244-Vex-getSummoner-API.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0245-Refresh-player-inventory-when-cancelling-PlayerInter.patch Update upstream B/CB 2020-02-08 18:32:48 -06:00
0246-Don-t-change-the-Entity-Random-seed-for-squids.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0247-Re-add-vanilla-entity-warnings-for-duplicates.patch Performance patches prerequisite (#2802) 2020-01-27 18:16:53 -06:00
0248-Avoid-item-merge-if-stack-size-above-max-stack-size.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0249-Use-asynchronous-Log4j-2-loggers.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0250-add-more-information-to-Entity.toString.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0251-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0252-EnderDragon-Events.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0253-PlayerElytraBoostEvent.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0254-Speedup-BlockPos-by-fixing-inlining.patch Performance patches prerequisite (#2802) 2020-01-27 18:16:53 -06:00
0255-Optimize-RegistryID.c.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0256-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0257-Vanished-players-don-t-have-rights.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0258-Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Remove entities from per-chunk list (Fixes #2918) 2020-01-31 16:09:56 +00:00
0259-Add-some-Debug-to-Chunk-Entity-slices.patch Remove entities from per-chunk list (Fixes #2918) 2020-01-31 16:09:56 +00:00
0260-EntityTransformedEvent.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0261-SkeletonHorse-Additions.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0262-Prevent-Saving-Bad-entities-to-chunks.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0263-Don-t-call-getItemMeta-on-hasItemMeta.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0264-Ignore-Dead-Entities-in-entityList-iteration.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0265-MC-111480-Start-Entity-ID-s-at-1.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0266-Implement-Expanded-ArmorStand-API.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0267-AnvilDamageEvent.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0268-Add-TNTPrimeEvent.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0269-Break-up-and-make-tab-spam-limits-configurable.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0270-Add-hand-to-bucket-events.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0271-MC-135506-Experience-should-save-as-Integers.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0272-Fix-client-rendering-skulls-from-same-user.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0273-Add-Early-Warning-Feature-to-WatchDog.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0274-Make-EnderDragon-implement-Mob.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0275-Use-ConcurrentHashMap-in-JsonList.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0276-Use-a-Queue-for-Queueing-Commands.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-01-28 19:43:57 +00:00
0277-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0278-Allow-disabling-armour-stand-ticking.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0279-Optimize-BlockPosition-helper-methods.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0280-Send-nearby-packets-from-world-player-list-not-serve.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0281-Restore-vanlla-default-mob-spawn-range.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0282-Optimize-CraftBlockData-Creation.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0283-Fix-MC-124320.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0284-Slime-Pathfinder-Events.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0285-Configurable-speed-for-water-flowing-over-lava.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0286-Optimize-RegistryMaterials.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0287-Add-PhantomPreSpawnEvent.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0288-Add-More-Creeper-API.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0289-Inventory-removeItemAnySlot.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0290-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Update upstream B/CB 2020-02-08 18:32:48 -06:00
0291-Add-ray-tracing-methods-to-LivingEntity.patch Updated Upstream (Bukkit/CraftBukkit) 2020-02-25 18:57:15 +00:00
0292-Expose-attack-cooldown-methods-for-Player.patch Do not send PlayerProfile info before initial server send 2020-02-22 14:13:29 +00:00
0293-Improve-death-events.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0294-Allow-chests-to-be-placed-with-NBT-data.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0295-Mob-Pathfinding-API.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0296-Prevent-chunk-loading-from-Fluid-Flowing.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0297-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Updated Upstream (CraftBukkit) 2020-03-02 19:17:49 +00:00
0298-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0299-Prevent-mob-spawning-from-loading-generating-chunks.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0300-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0301-Implement-furnace-cook-speed-multiplier-API.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0302-Support-Overriding-World-Seeds.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0303-Optimize-Server-World-Map.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0304-PreSpawnerSpawnEvent.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0305-Catch-JsonParseException-in-Entity-and-TE-names.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0306-Avoid-dimension-id-collisions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0307-Honor-EntityAgeable.ageLock.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0308-Configurable-connection-throttle-kick-message.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0309-Hook-into-CB-plugin-rewrites.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0310-Allow-setting-the-vex-s-summoner.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0311-Add-sun-related-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0312-Check-Drowned-for-Villager-Aggression-Config.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0313-Here-s-Johnny.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0314-Turtle-API.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0315-Limit-lightning-strike-effect-distance.patch Performance patches prerequisite (#2802) 2020-01-27 18:16:53 -06:00
0316-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0317-Call-player-spectator-target-events.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0318-Add-Velocity-IP-Forwarding-Support.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-02 11:53:48 +00:00
0319-Add-more-Witch-API.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0320-Fix-MC-93764.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0321-Add-option-to-prevent-players-from-moving-into-unloa.patch 1.15.2 update (#2887) 2020-01-21 20:02:07 -06:00
0322-Reset-players-airTicks-on-respawn.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0323-Don-t-sleep-after-profile-lookups-if-not-needed.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0324-Use-more-reasonable-thread-count-default-for-bootstr.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0325-Optimize-World-Time-Updates.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0326-Restore-custom-InventoryHolder-support.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0327-Use-Vanilla-Minecart-Speeds.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0328-Fix-SpongeAbsortEvent-handling.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0329-Don-t-allow-digging-into-unloaded-chunks.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0330-Optimize-redstone-algorithm.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0331-force-entity-dismount-during-teleportation.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0332-Book-Size-Limits.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0333-Make-the-default-permission-message-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0334-Add-more-Zombie-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0335-Prevent-rayTrace-from-loading-chunks.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0336-Handle-Large-Packets-disconnecting-client.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0337-Lazy-init-world-storage-in-CraftOfflinePlayer.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0338-Add-PlayerConnectionCloseEvent.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0339-Prevent-Enderman-from-loading-chunks.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0340-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0341-Fix-PlayerEditBookEvent.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0342-Workaround-for-vehicle-tracking-issue-on-disconnect.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0343-Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0344-Block-Entity-remove-from-being-called-on-Players.patch Do not send PlayerProfile info before initial server send 2020-02-22 14:13:29 +00:00
0345-BlockDestroyEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0346-Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0347-Fix-sign-edit-memory-leak.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0348-Limit-Client-Sign-length-more.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0349-Don-t-check-ConvertSigns-boolean-every-sign-save.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0350-Handle-Excessive-Signs-in-Chunks-creating-too-large-.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0351-MC-145260-Fix-Whitelist-On-Off-inconsistency.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0352-Set-Zombie-last-tick-at-start-of-drowning-process.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0353-Allow-Saving-of-Oversized-Chunks.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0354-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0355-Add-LivingEntity-getTargetEntity.patch Updated Upstream (Bukkit/CraftBukkit) 2020-02-25 18:57:15 +00:00
0356-Use-proper-max-length-when-serialising-BungeeCord-te.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0357-Entity-getEntitySpawnReason.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0358-Update-entity-Metadata-for-all-tracked-players.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0359-Fire-event-on-GS4-query.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0360-Implement-PlayerPostRespawnEvent.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0361-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0362-Implement-getters-and-setters-for-EntityItem-owner-a.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0363-Server-Tick-Events.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0364-PlayerDeathEvent-getItemsToKeep.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0365-Optimize-Captured-TileEntity-Lookup.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0366-Add-Heightmap-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0367-Mob-Spawner-API-Enhancements.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0368-Per-Player-View-Distance-API-placeholders.patch Do not send PlayerProfile info before initial server send 2020-02-22 14:13:29 +00:00
0369-Fix-CB-call-to-changed-postToMainThread-method.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0370-Fix-sounds-when-item-frames-are-modified-MC-123450.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0371-Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0372-Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0373-Duplicate-UUID-Resolve-Option.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0374-improve-CraftWorld-isChunkLoaded.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0375-Configurable-Keep-Spawn-Loaded-range-per-world.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0376-Fix-some-generation-concurrency-issues.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0377-MC-114618-Fix-EntityAreaEffectCloud-from-going-negat.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0378-ChunkMapDistance-CME.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0379-Implement-CraftBlockSoundGroup.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0380-Chunk-debug-command.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0381-incremental-chunk-saving.patch Updated Upstream (CraftBukkit) 2020-03-07 08:47:53 +00:00
0382-Catch-exceptions-from-dispenser-entity-spawns.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0383-Fix-World-isChunkGenerated-calls.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0384-Show-blockstate-location-if-we-failed-to-read-it.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0385-Log-other-thread-in-DataPaletteBlock-lock-failure.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0386-Use-ChunkStatus-cache-when-saving-protochunks.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0387-Anti-Xray.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0388-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0389-Configurable-projectile-relative-velocity.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0390-Mark-entities-as-being-ticked-when-notifying-navigat.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0391-offset-item-frame-ticking.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0392-Avoid-hopper-searches-if-there-are-no-items.patch [CI-SKIP] fix avoid-hopper-search obfhelper hint type (#2989) 2020-02-25 18:42:52 +00:00
0393-Asynchronous-chunk-IO-and-loading.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0394-Use-getChunkIfLoadedImmediately-in-places.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0395-Reduce-sync-loads.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0396-Implement-alternative-item-despawn-rate.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0397-Do-less-work-if-we-have-a-custom-Bukkit-generator.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0398-Fix-MC-158900.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0399-implement-optional-per-player-mob-spawns.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0400-Prevent-consuming-the-wrong-itemstack.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0401-only-add-passanger-entities-once-from-spawners.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0402-Fix-nether-portal-creation.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0403-Generator-Settings.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0404-Fix-zero-tick-instant-grow-farms-MC-113809.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0405-Fix-MC-161754.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0406-Performance-improvement-for-Chunk.getEntities.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0407-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0408-Expose-the-internal-current-tick.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0409-Fix-stuck-in-sneak-when-changing-worlds-MC-10657.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0410-Add-option-to-disable-pillager-patrols.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0411-Fix-AssertionError-when-player-hand-set-to-empty-typ.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0412-PlayerLaunchProjectileEvent.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0413-Add-CraftMagicNumbers.isSupportedApiVersion.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0414-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0415-Fix-spawn-radius-being-treated-as-0.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0416-MC-145656-Fix-Follow-Range-Initial-Target.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0417-Optimize-Hoppers.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0418-PlayerDeathEvent-shouldDropExperience.patch Reduce PlayerNaturallySpawnCreaturesEvent calls 2020-02-29 23:49:45 +00:00
0419-Prevent-bees-loading-chunks-checking-hive-position.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0420-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0421-Guard-against-serializing-mismatching-chunk-coordina.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0422-Optimise-IEntityAccess-getPlayerByUUID.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0423-Fix-items-not-falling-correctly.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0424-Lag-compensate-eating.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0425-Optimize-call-to-getFluid-for-explosions.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0426-Fix-last-firework-in-stack-not-having-effects-when-d.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0427-Activation-Range-Improvements.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0428-Add-effect-to-block-break-naturally.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0429-Tracking-Range-Improvements.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0430-Fix-comparator-behavior-for-EntityPhanton-goal.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0431-Fix-items-vanishing-through-end-portal.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0432-Seed-based-feature-search.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0433-Bees-get-gravity-in-void.-Fixes-MC-167279.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0434-Optimise-getChunkAt-calls-for-loaded-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0435-Be-more-tolerant-of-invalid-attributes.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0436-Allow-overriding-the-java-version-check.patch Updated Upstream (CraftBukkit) 2020-03-02 19:17:49 +00:00
0437-Add-ThrownEggHatchEvent.patch Stop stripping private use block Unicode from signs 2020-02-10 22:35:46 -06:00
0438-Optimise-random-block-ticking.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0439-Entity-Jump-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-02-25 18:57:15 +00:00
0440-Add-option-to-nerf-pigmen-from-nether-portals.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
0441-fix-blockstate-capture-undoing.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-03-10 11:01:21 +00:00
0442-Make-the-GUI-graph-fancier.patch Fix NPE on GUI during Windows Lock Screen (#3023) 2020-03-13 07:02:30 +00:00
0443-Backport-fix-for-MC-167561.patch Backport fix for MC-167561 (Fixes #2886, closes#2960) 2020-02-21 18:46:00 +00:00
0444-add-hand-to-BlockMultiPlaceEvent.patch Add hand to BlockMultiPlaceEvent (fixes #2997) (#2998) 2020-03-02 20:55:31 +00:00
0445-Prevent-teleporting-dead-entities.patch Fix dead telepotation logger format 2020-03-06 23:29:13 +00:00
0446-Validate-tripwire-hook-placement-before-update.patch Validate tripwire hook placement before update 2020-03-07 00:08:51 +00:00
0447-Add-option-to-allow-iron-golems-to-spawn-in-air.patch Add option to allow iron golems to spawn in air (Closes #1965, Closes #1851) 2020-03-10 15:35:54 +00:00
0448-Configurable-chance-of-villager-zombie-infection.patch Configurable chance of villager zombie infection (Closes #2501) 2020-03-10 16:13:58 +00:00