Paper/patches/server
Spottedleaf 00331d943e Fix mushrooms not generating in swamps
During feature generation, light data is not initialised and
will always return 15 in Starlight. Vanilla can possibly return
0 if partially initialised, which allows some mushroom blocks to
generate.

In general, the brightness value from the light engine should not
be used until the chunk is ready. To emulate Vanilla behavior better,
we return 0 as the brightness during world gen unless the target
chunk is finished lighting.

The regular light retrieval outside of WorldGenRegion remains
the same, as behaviorally chunks not lit should be at max
skylight and zero block light.
2023-10-16 18:52:28 -07:00
..
0001-Setup-Gradle-project.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0002-Remap-fixes.patch Fix tests 2023-10-04 07:58:30 +10:00
0003-Build-system-changes.patch sync netty version with vanilla (#9842) 2023-10-15 15:41:17 +01:00
0004-Test-changes.patch sync netty version with vanilla (#9842) 2023-10-15 15:41:17 +01:00
0005-Paper-config-files.patch Fix mobs not spawning when using an older config (#9793) 2023-10-04 10:08:47 -07:00
0006-MC-Dev-fixes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0007-ConcurrentUtil.patch rebuild old indexes, first work 2023-09-21 19:39:51 +02:00
0008-CB-fixes.patch Fixes for loot tables (#9818) 2023-10-10 10:35:49 -07:00
0009-MC-Utils.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0010-Adventure.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0011-Paper-command.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0012-Paper-Metrics.patch more work 2023-09-21 21:00:11 +02:00
0013-Paper-Plugins.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0014-Timings-v2.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0015-Rewrite-dataconverter-system.patch Fix item effects conversion if no tag is present 2023-10-05 16:03:26 +10:00
0016-Starlight.patch Fix mushrooms not generating in swamps 2023-10-16 18:52:28 -07:00
0017-Add-TickThread.patch more more work 2023-09-21 21:54:46 +02:00
0018-Rewrite-chunk-system.patch Fix mushrooms not generating in swamps 2023-10-16 18:52:28 -07:00
0019-Add-command-line-option-to-load-extra-plugin-jars-no.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0020-Configurable-cactus-bamboo-and-reed-growth-heights.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0021-Configurable-baby-zombie-movement-speed.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0022-Configurable-fishing-time-ranges.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0023-Allow-nerfed-mobs-to-jump-and-take-water-damage.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0024-Add-configurable-despawn-distances-for-living-entiti.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0025-Allow-for-toggling-of-spawn-chunks.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0026-Drop-falling-block-and-tnt-entities-at-the-specified.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0027-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0028-Implement-Paper-VersionChecker.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0029-Add-version-history-to-version-command.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0030-Player-affects-spawning-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0031-Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0032-Only-refresh-abilities-if-needed.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0033-Entity-Origin-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0034-Prevent-tile-entity-and-entity-crashes.patch Optimise chunk tick iteration 2023-09-23 22:31:00 -07:00
0035-Configurable-top-of-nether-void-damage.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0036-Check-online-mode-before-converting-and-renaming-pla.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0037-Always-tick-falling-blocks.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0038-Configurable-end-credits.patch Fix local attribute setting 2023-09-23 09:42:59 +10:00
0039-Fix-lag-from-explosions-processing-dead-entities.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0040-Optimize-explosions.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0041-Disable-explosion-knockback.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0042-Disable-thunder.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0043-Disable-ice-and-snow.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0044-Configurable-mob-spawner-tick-rate.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0045-Implement-PlayerLocaleChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0046-Add-BeaconEffectEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0047-Configurable-container-update-tick-rate.patch Fix local attribute setting 2023-09-23 09:42:59 +10:00
0048-Use-UserCache-for-player-heads.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0049-Disable-spigot-tick-limiters.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0050-Add-PlayerInitialSpawnEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0051-Configurable-Disabling-Cat-Chest-Detection.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0052-Improve-Player-chat-API-handling.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0053-All-chunks-are-slime-spawn-chunks-toggle.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0054-Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0055-Be-a-bit-more-informative-in-maxHealth-exception.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0056-Player-Tab-List-and-Title-APIs.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0057-Add-configurable-portal-search-radius.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0058-Add-velocity-warnings.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0059-Configurable-inter-world-teleportation-safety.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0060-Add-exception-reporting-event.patch Optimise chunk tick iteration 2023-09-23 22:31:00 -07:00
0061-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0062-Disable-Scoreboards-for-non-players-by-default.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0063-Add-methods-for-working-with-arrows-stuck-in-living-.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0064-Chunk-Save-Reattempt.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
0065-Complete-resource-pack-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0066-Default-loading-permissions.yml-before-plugins.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0067-Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0068-Remove-Metadata-on-reload.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0069-Handle-Item-Meta-Inconsistencies.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0070-Configurable-Non-Player-Arrow-Despawn-Rate.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0071-Add-World-Util-Methods.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0072-Custom-replacement-for-eaten-items.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0073-Strip-raytracing-for-EntityLiving-hasLineOfSight.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0074-handle-NaN-health-absorb-values-and-repair-bad-data.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0075-Use-a-Shared-Random-for-Entities.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0076-Configurable-spawn-chances-for-skeleton-horses.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0077-Optimize-isInWorldBounds-and-getBlockState-for-inlin.patch Optimise chunk tick iteration 2023-09-23 22:31:00 -07:00
0078-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0079-Entity-AddTo-RemoveFrom-World-Events.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0080-Configurable-Chunk-Inhabited-Time.patch Optimise chunk tick iteration 2023-09-23 22:31:00 -07:00
0081-EntityPathfindEvent.patch Fix recursion with pathfind entity event 2023-09-22 15:39:00 -07:00
0082-Sanitise-RegionFileCache-and-make-configurable.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0083-Do-not-load-chunks-for-Pathfinding.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0084-Add-PlayerUseUnknownEntityEvent.patch Fix chat processing 2023-09-23 09:58:19 +10:00
0085-Configurable-Grass-Spread-Tick-Rate.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0086-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0087-Optimize-DataBits.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0088-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0089-Configurable-Player-Collision.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0090-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
0091-Configurable-RCON-IP-address.patch Migrate paper log ips option to new server.properties option 2023-09-23 23:21:21 +02:00
0092-EntityRegainHealthEvent-isFastRegen-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0093-Add-ability-to-configure-frosted_ice-properties.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0094-remove-null-possibility-for-getServer-singleton.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0095-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0096-LootTable-API-Replenishable-Lootables-Feature.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0097-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0098-System-property-for-disabling-watchdoge.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0099-Async-GameProfileCache-saving.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0100-Optional-TNT-doesn-t-move-in-water.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0101-Faster-redstone-torch-rapid-clock-removal.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0102-Add-server-name-parameter.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0103-Only-send-global-sounds-to-same-world-if-limiting-ra.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0104-Avoid-blocking-on-Network-Manager-creation.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0105-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0106-Add-setting-for-proxy-online-mode-status.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0107-Optimise-BlockState-s-hashCode-equals.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0108-Configurable-packet-in-spam-threshold.patch Fix chat processing 2023-09-23 09:58:19 +10:00
0109-Configurable-flying-kick-messages.patch Fix chat processing 2023-09-23 09:58:19 +10:00
0110-Add-EntityZapEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0111-Filter-bad-tile-entity-nbt-data-from-falling-blocks.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0112-Cache-user-authenticator-threads.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0113-Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0114-Add-source-to-PlayerExpChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0115-Add-ProjectileCollideEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0116-Prevent-Pathfinding-out-of-World-Border.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0117-Optimize-World.isLoaded-BlockPosition-Z.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0118-Bound-Treasure-Maps-to-World-Border.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0119-Configurable-Cartographer-Treasure-Maps.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0120-Add-API-methods-to-control-if-armour-stands-can-move.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0121-String-based-Action-Bar-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0122-Properly-fix-item-duplication-bug.patch Fix local attribute setting 2023-09-23 09:42:59 +10:00
0123-Firework-API-s.patch Fix entity data not updated for firework attached to entity (#9783) 2023-10-03 18:29:44 -07:00
0124-PlayerTeleportEndGatewayEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0125-Provide-E-TE-Chunk-count-stat-methods.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0126-Enforce-Sync-Player-Saves.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0127-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0128-Cap-Entity-Collisions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0129-Remove-CraftScheduler-Async-Task-Debugger.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0130-Do-not-let-armorstands-drown.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0131-Properly-handle-async-calls-to-restart-the-server.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0132-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Fix chat processing 2023-09-23 09:58:19 +10:00
0133-Add-configuration-option-to-prevent-player-names-fro.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0134-Use-TerminalConsoleAppender-for-console-improvements.patch sync netty version with vanilla (#9842) 2023-10-15 15:41:17 +01:00
0135-provide-a-configurable-option-to-disable-creeper-lin.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0136-Item-canEntityPickup.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0137-PlayerPickupItemEvent-setFlyAtPlayer.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0138-PlayerAttemptPickupItemEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0139-Do-not-submit-profile-lookups-to-worldgen-threads.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0140-Add-UnknownCommandEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0141-Basic-PlayerProfile-API.patch Fix CraftPlayerProfile#setId regression (#9822) 2023-10-12 01:20:25 +00:00
0142-Shoulder-Entities-Release-API.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0143-Profile-Lookup-Events.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0144-Block-player-logins-during-server-shutdown.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0145-Entity-fromMobSpawner.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0146-Improve-the-Saddle-API-for-Horses.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0147-Implement-ensureServerConversions-API.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0148-Implement-getI18NDisplayName.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0149-ProfileWhitelistVerifyEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0150-Fix-this-stupid-bullshit.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0151-LivingEntity-setKiller.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0152-Ocelot-despawns-should-honor-nametags-and-leash.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0153-Reset-spawner-timer-when-spawner-event-is-cancelled.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0154-Allow-specifying-a-custom-authentication-servers-dow.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0155-Handle-plugin-prefixes-using-Log4J-configuration.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0156-Improve-Log4J-Configuration-Plugin-Loggers.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0157-Add-PlayerJumpEvent.patch Fix chat processing 2023-09-23 09:58:19 +10:00
0158-handle-ServerboundKeepAlivePacket-async.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0159-Expose-client-protocol-version-and-virtual-host.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0160-revert-serverside-behavior-of-keepalives.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0161-Send-attack-SoundEffects-only-to-players-who-can-see.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0162-Add-PlayerArmorChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0163-Prevent-logins-from-being-processed-when-the-player-.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0164-Fix-MC-117075-TE-Unload-Lag-Spike.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0165-use-CB-BlockState-implementations-for-captured-block.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0166-API-to-get-a-BlockState-without-a-snapshot.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0167-AsyncTabCompleteEvent.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0168-PlayerPickupExperienceEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0169-Ability-to-apply-mending-to-XP-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0170-PlayerNaturallySpawnCreaturesEvent.patch Optimise chunk tick iteration 2023-09-23 22:31:00 -07:00
0171-Add-setPlayerProfile-API-for-Skulls.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0172-PreCreatureSpawnEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0173-Fill-Profile-Property-Events.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0174-PlayerAdvancementCriterionGrantEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0175-Add-ArmorStand-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0176-Extend-Player-Interact-cancellation.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0177-Tameable-getOwnerUniqueId-API.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0178-Toggleable-player-crits-helps-mitigate-hacked-client.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0179-Disable-Explicit-Network-Manager-Flushing.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
0180-Implement-extended-PaperServerListPingEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0181-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0182-Player.setPlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0183-getPlayerUniqueId-API.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0184-Improved-Async-Task-Scheduler.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0185-Make-legacy-ping-handler-more-reliable.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0186-Call-PaperServerListPingEvent-for-legacy-pings.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0187-Flag-to-disable-the-channel-limit.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0188-Add-openSign-method-to-HumanEntity.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0189-Configurable-sprint-interruption-on-attack.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0190-EndermanEscapeEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0191-Enderman.teleportRandomly.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0192-Block-Enderpearl-Travel-Exploit.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0193-Expand-World.spawnParticle-API-and-add-Builder.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0194-Fix-exploit-that-allowed-colored-signs-to-be-created.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0195-Prevent-Frosted-Ice-from-loading-holding-chunks.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0196-EndermanAttackPlayerEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0197-WitchConsumePotionEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0198-WitchThrowPotionEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0199-Allow-spawning-Item-entities-with-World.spawnEntity.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0200-WitchReadyPotionEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0201-ItemStack-getMaxItemUseDuration.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0202-Implement-EntityTeleportEndGatewayEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0203-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0204-Fix-CraftEntity-hashCode.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0205-Configurable-Alternative-LootPool-Luck-Formula.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0206-Print-Error-details-when-failing-to-save-player-data.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0207-Make-shield-blocking-delay-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0208-Improve-EntityShootBowEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0209-PlayerReadyArrowEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0210-Implement-EntityKnockbackByEntityEvent-and-EntityPus.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0211-Expand-Explosions-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0212-LivingEntity-Hand-Raised-Item-Use-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0213-RangedEntity-API.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0214-Add-config-to-disable-ender-dragon-legacy-check.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0215-Implement-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0216-InventoryCloseEvent-Reason-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0217-Vex-get-setSummoner-API.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0218-Refresh-player-inventory-when-cancelling-PlayerInter.patch Fix chat processing 2023-09-23 09:58:19 +10:00
0219-Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0220-add-more-information-to-Entity.toString.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0221-EnderDragon-Events.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0222-PlayerElytraBoostEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0223-PlayerLaunchProjectileEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0224-Improve-BlockPosition-inlining.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0225-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0226-Vanished-players-don-t-have-rights.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0227-Allow-disabling-armour-stand-ticking.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0228-SkeletonHorse-Additions.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0229-Don-t-call-getItemMeta-on-hasItemMeta.patch Some jd fixes (#9781) 2023-10-01 00:20:51 +00:00
0230-Implement-Expanded-ArmorStand-API.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0231-AnvilDamageEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0232-Add-TNTPrimeEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0233-Break-up-and-make-tab-spam-limits-configurable.patch Fix chat processing 2023-09-23 09:58:19 +10:00
0234-Fix-NBT-type-issues.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0235-Remove-unnecessary-itemmeta-handling.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0236-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Optimise chunk tick iteration 2023-09-23 22:31:00 -07:00
0237-Add-Early-Warning-Feature-to-WatchDog.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0238-Use-ConcurrentHashMap-in-JsonList.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0239-Use-a-Queue-for-Queueing-Commands.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0240-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0241-Optimize-BlockPosition-helper-methods.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0242-Restore-vanilla-default-mob-spawn-range-and-water-an.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0243-Slime-Pathfinder-Events.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0244-Configurable-speed-for-water-flowing-over-lava.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0245-Optimize-CraftBlockData-Creation.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0246-Optimize-MappedRegistry.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0247-Add-PhantomPreSpawnEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0248-Add-More-Creeper-API.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0249-Inventory-removeItemAnySlot.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0250-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0251-Add-ray-tracing-methods-to-LivingEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0252-Expose-attack-cooldown-methods-for-Player.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0253-Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0254-Allow-chests-to-be-placed-with-NBT-data.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0255-Mob-Pathfinding-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0256-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0257-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0258-Prevent-mob-spawning-from-loading-generating-chunks.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0259-Implement-furnace-cook-speed-multiplier-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0260-Honor-EntityAgeable.ageLock.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0261-Configurable-connection-throttle-kick-message.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
0262-Prevent-chunk-loading-from-Fluid-Flowing.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0263-Hook-into-CB-plugin-rewrites.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0264-PreSpawnerSpawnEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0265-Add-LivingEntity-getTargetEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0266-Add-sun-related-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0267-Catch-JsonParseException-in-Entity-and-TE-names.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0268-Turtle-API.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0269-Call-player-spectator-target-events-and-improve-impl.patch Fix local attribute setting 2023-09-23 09:42:59 +10:00
0270-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0271-Add-more-Witch-API.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0272-Check-Drowned-for-Villager-Aggression-Config.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0273-Add-option-to-prevent-players-from-moving-into-unloa.patch Fix chat processing 2023-09-23 09:58:19 +10:00
0274-Reset-players-airTicks-on-respawn.patch Fix local attribute setting 2023-09-23 09:42:59 +10:00
0275-Don-t-sleep-after-profile-lookups-if-not-needed.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0276-Improve-Server-Thread-Pool-and-Thread-Priorities.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0277-Optimize-World-Time-Updates.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0278-Restore-custom-InventoryHolder-support.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0279-Use-Vanilla-Minecart-Speeds.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0280-Fix-SpongeAbsortEvent-handling.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0281-Don-t-allow-digging-into-unloaded-chunks.patch Fix chat processing 2023-09-23 09:58:19 +10:00
0282-Make-the-default-permission-message-configurable.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0283-Prevent-rayTrace-from-loading-chunks.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0284-Handle-Large-Packets-disconnecting-client.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
0285-force-entity-dismount-during-teleportation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0286-Add-more-Zombie-API.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0287-Book-Size-Limits.patch Fix chat processing 2023-09-23 09:58:19 +10:00
0288-Add-PlayerConnectionCloseEvent.patch Fire PlayerConnectionCloseEvent for configuration packet listener 2023-09-26 09:20:17 -07:00
0289-Prevent-Enderman-from-loading-chunks.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0290-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0291-Workaround-for-vehicle-tracking-issue-on-disconnect.patch Fix local attribute setting 2023-09-23 09:42:59 +10:00
0292-Block-Entity-remove-from-being-called-on-Players.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-23 12:21:59 +10:00
0293-BlockDestroyEvent.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0294-Async-command-map-building.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0295-Implement-Brigadier-Mojang-API.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0296-Improve-exact-choice-recipe-ingredients.patch Chunk system patch 2023-09-22 13:13:57 -07:00
0297-Limit-Client-Sign-length-more.patch Fix chat processing 2023-09-23 09:58:19 +10:00
0298-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Add some patches, fix compile 2023-09-22 15:33:14 -07:00
0299-Handle-Oversized-Tile-Entities-in-chunks.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0300-Entity-getEntitySpawnReason.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0301-Optimize-Network-Manager-and-add-advanced-packet-sup.patch Fire PlayerConnectionCloseEvent for configuration packet listener 2023-09-26 09:20:17 -07:00
0302-Fire-event-on-GS4-query.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0303-Implement-PlayerPostRespawnEvent.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0304-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0305-Server-Tick-Events.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0306-PlayerDeathEvent-getItemsToKeep.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0307-Optimize-Captured-TileEntity-Lookup.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0308-Add-Heightmap-API.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0309-Mob-Spawner-API-Enhancements.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0310-Fix-CB-call-to-changed-postToMainThread-method.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0311-Fix-sounds-when-item-frames-are-modified-MC-123450.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0312-Implement-CraftBlockSoundGroup.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0313-Configurable-Keep-Spawn-Loaded-range-per-world.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0314-Allow-Saving-of-Oversized-Chunks.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0315-Expose-the-internal-current-tick.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0316-Fix-World-isChunkGenerated-calls.patch Optimise chunk tick iteration 2023-09-23 22:31:00 -07:00
0317-Show-blockstate-location-if-we-failed-to-read-it.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0318-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0319-Configurable-projectile-relative-velocity.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0320-offset-item-frame-ticking.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0321-Fix-MC-158900.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0322-Prevent-consuming-the-wrong-itemstack.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0323-Dont-send-unnecessary-sign-update.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0324-Add-option-to-disable-pillager-patrols.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0325-Flat-bedrock-generator-settings.patch fix flat bedrock world config (#9728) 2023-10-10 14:43:10 -07:00
0326-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0327-MC-145656-Fix-Follow-Range-Initial-Target.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0328-Duplicate-UUID-Resolve-Option.patch Optimise chunk tick iteration 2023-09-23 22:31:00 -07:00
0329-PlayerDeathEvent-shouldDropExperience.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0330-Prevent-bees-loading-chunks-checking-hive-position.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0331-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0332-Optimise-EntityGetter-getPlayerByUUID.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0333-Fix-items-not-falling-correctly.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0334-Optimize-call-to-getFluid-for-explosions.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0335-Fix-last-firework-in-stack-not-having-effects-when-d.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0336-Entity-Activation-Range-2.0.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0337-Guard-against-serializing-mismatching-chunk-coordina.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0338-Implement-alternative-item-despawn-rate.patch Readd anti xray and oversized block entity patches 2023-09-24 12:35:16 +10:00
0339-Tracking-Range-Improvements.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0340-Fix-items-vanishing-through-end-portal.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0341-implement-optional-per-player-mob-spawns.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0342-Anti-Xray.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0343-Bees-get-gravity-in-void.-Fixes-MC-167279.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0344-Improve-Block-breakNaturally-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0345-Optimise-getChunkAt-calls-for-loaded-chunks.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0346-Add-debug-for-sync-chunk-loads.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0347-Improve-java-version-check.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0348-Add-ThrownEggHatchEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0349-Entity-Jump-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0350-Add-option-to-nerf-pigmen-from-nether-portals.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0351-Make-the-GUI-graph-fancier.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0352-add-hand-to-BlockMultiPlaceEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0353-Validate-tripwire-hook-placement-before-update.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0354-Add-option-to-allow-iron-golems-to-spawn-in-air.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0355-Configurable-chance-of-villager-zombie-infection.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0356-Optimise-Chunk-getFluid.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0357-Set-spigots-verbose-world-setting-to-false-by-def.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0358-Add-tick-times-API-and-mspt-command.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0359-Expose-MinecraftServer-isRunning.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0360-Add-Raw-Byte-ItemStack-Serialization.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0361-Pillager-patrol-spawn-settings-and-per-player-option.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0362-Remote-Connections-shouldn-t-hold-up-shutdown.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0363-Do-not-allow-bees-to-load-chunks-for-beehives.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0364-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0365-Don-t-tick-dead-players.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0366-Dead-Player-s-shouldn-t-be-able-to-move.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0367-Optimize-Collision-to-not-load-chunks.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0368-Don-t-move-existing-players-to-world-spawn.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0369-Optimize-GoalSelector-Goal.Flag-Set-operations.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0370-Improved-Watchdog-Support.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0371-Optimize-Pathfinding.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0372-Reduce-Either-Optional-allocation.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0373-Reduce-memory-footprint-of-NBTTagCompound.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0374-Prevent-opening-inventories-when-frozen.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0375-Don-t-run-entity-collision-code-if-not-needed.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0376-Implement-Player-Client-Options-API.patch Don't call options events on login (#9834) 2023-10-14 11:32:00 -07:00
0377-Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0378-Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0379-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0380-Add-PlayerAttackEntityCooldownResetEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0381-Don-t-fire-BlockFade-on-worldgen-threads.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0382-Add-phantom-creative-and-insomniac-controls.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0383-Fix-numerous-item-duplication-issues-and-teleport-is.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0384-Villager-Restocks-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0385-Validate-PickItem-Packet-and-kick-for-invalid.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0386-Expose-game-version.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0387-Optimize-Voxel-Shape-Merging.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0388-Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0389-misc-debugging-dumps.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0390-Prevent-teleporting-dead-entities.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0391-Deobfuscate-stacktraces-in-log-messages-crash-report.patch sync netty version with vanilla (#9842) 2023-10-15 15:41:17 +01:00
0392-Implement-Mob-Goal-API.patch sync netty version with vanilla (#9842) 2023-10-15 15:41:17 +01:00
0393-Add-villager-reputation-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0394-Option-for-maximum-exp-value-when-merging-orbs.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0395-ExperienceOrbMergeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0396-Fix-PotionEffect-ignores-icon-flag.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0397-Optimize-brigadier-child-sorting-performance.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0398-Potential-bed-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0399-Wait-for-Async-Tasks-during-shutdown.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0400-Ensure-EntityRaider-respects-game-and-entity-rules-f.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0401-Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0402-Ensure-safe-gateway-teleport.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0403-Add-option-for-console-having-all-permissions.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0404-Fix-villager-trading-demand-MC-163962.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0405-Maps-shouldn-t-load-chunks.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0406-Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0407-Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0408-Fix-piston-physics-inconsistency-MC-188840.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0409-Fix-sand-duping.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0410-Fix-missing-chunks-due-to-integer-overflow.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0411-Prevent-position-desync-in-playerconnection-causing-.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0412-Inventory-getHolder-method-without-block-snapshot.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0413-Improve-Arrow-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0414-Add-and-implement-PlayerRecipeBookClickEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0415-Hide-sync-chunk-writes-behind-flag.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0416-Add-permission-for-command-blocks.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0417-Ensure-Entity-AABB-s-are-never-invalid.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0418-Fix-Per-World-Difficulty-Remembering-Difficulty.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0419-Paper-dumpitem-command.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0420-Improve-Legacy-Component-serialization-size.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0421-Optimize-Bit-Operations-by-inlining.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0422-Add-Plugin-Tickets-to-API-Chunk-Methods.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0423-incremental-chunk-and-player-saving.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0424-Support-old-UUID-format-for-NBT.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0425-Convert-legacy-attributes-in-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0426-Remove-some-streams-from-structures.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0427-Remove-streams-from-classes-related-villager-gossip.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0428-Support-components-in-ItemMeta.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0429-Improve-fix-EntityTargetLivingEntityEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0430-Add-entity-liquid-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0431-Update-itemstack-legacy-name-and-lore.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0432-Spawn-player-in-correct-world-on-login.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0433-Add-PrepareResultEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0434-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0435-Fix-arrows-never-despawning-MC-125757.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0436-Thread-Safe-Vanilla-Command-permission-checking.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0437-Fix-SPIGOT-5989.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0438-Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0439-Fix-SPIGOT-5885-Unable-to-disable-advancements.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0440-Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0441-Optimize-NetworkManager-Exception-Handling.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0442-Fix-some-rails-connecting-improperly.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0443-Fix-regex-mistake-in-CB-NBT-int-deserialization.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0444-Brand-support.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0445-Add-playPickupItemAnimation-to-LivingEntity.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0446-Don-t-require-FACING-data.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0447-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0448-Add-moon-phase-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0449-Do-not-let-the-server-load-chunks-from-newer-version.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0450-Prevent-headless-pistons-from-being-created.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0451-Add-BellRingEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0452-Add-zombie-targets-turtle-egg-config.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0453-Buffer-joins-to-world.patch Fire PlayerConnectionCloseEvent for configuration packet listener 2023-09-26 09:20:17 -07:00
0454-Eigencraft-redstone-implementation.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0455-Fix-hex-colors-not-working-in-some-kick-messages.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0456-PortalCreateEvent-needs-to-know-its-entity.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0457-Add-more-Evoker-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0458-Add-methods-to-get-translation-keys.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0459-Create-HoverEvent-from-ItemStack-Entity.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0460-Cache-block-data-strings.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0461-Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0462-Add-additional-open-container-api-to-HumanEntity.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0463-Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0464-Extend-block-drop-capture-to-capture-all-items-added.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0465-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0466-Lazily-track-plugin-scoreboards-by-default.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0467-Entity-isTicking.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0468-Fix-deop-kicking-non-whitelisted-player-when-white-l.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0469-Fix-Concurrency-issue-in-ShufflingList.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0470-Reset-Ender-Crystals-on-Dragon-Spawn.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0471-Fix-for-large-move-vectors-crashing-server.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0472-Optimise-getType-calls.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0473-Villager-resetOffers.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0474-Retain-block-place-order-when-capturing-blockstates.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0475-Reduce-blockpos-allocation-from-pathfinding.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0476-Fix-item-locations-dropped-from-campfires.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0477-Player-elytra-boost-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0478-Fixed-TileEntityBell-memory-leak.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0479-Avoid-error-bubbling-up-when-item-stack-is-empty-in-.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0480-Add-getOfflinePlayerIfCached-String.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0481-Add-ignore-discounts-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0482-Toggle-for-removing-existing-dragon.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0483-Fix-client-lag-on-advancement-loading.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0484-Item-no-age-no-player-pickup.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0485-Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0486-Beacon-API-custom-effect-ranges.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0487-Add-API-for-quit-reason.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0488-Add-Wandering-Trader-spawn-rate-config-options.patch Some jd fixes (#9781) 2023-10-01 00:20:51 +00:00
0489-Expose-world-spawn-angle.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0490-Add-Destroy-Speed-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0491-Fix-Player-spawnParticle-x-y-z-precision-loss.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0492-Add-LivingEntity-clearActiveItem.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0493-Add-PlayerItemCooldownEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0494-Significantly-improve-performance-of-the-end-generat.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0495-More-lightning-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0496-Climbing-should-not-bypass-cramming-gamerule.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0497-Added-missing-default-perms-for-commands.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0498-Add-PlayerShearBlockEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0499-Fix-curing-zombie-villager-discount-exploit.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0500-Limit-recipe-packets.patch fix recipe packet limiter (#9841) 2023-10-15 15:11:15 +01:00
0501-Fix-CraftSound-backwards-compatibility.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0502-Player-Chunk-Load-Unload-Events.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0503-Optimize-Dynamic-get-Missing-Keys.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0504-Expose-LivingEntity-hurt-direction.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0505-Add-OBSTRUCTED-reason-to-BedEnterResult.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0506-Do-not-crash-from-invalid-ingredient-lists-in-Villag.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0507-Add-PlayerTradeEvent-and-PlayerPurchaseEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0508-Implement-TargetHitEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0509-MC-4-Fix-item-position-desync.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0510-Additional-Block-Material-API-s.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0511-Fix-harming-potion-dupe.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0512-Implement-API-to-get-Material-from-Boats-and-Minecar.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0513-Cache-burn-durations.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0514-Allow-disabling-mob-spawner-spawn-egg-transformation.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0515-Fix-Not-a-string-Map-Conversion-spam.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0516-Implement-PlayerFlowerPotManipulateEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0517-Fix-interact-event-not-being-called-sometimes.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0518-Zombie-API-breaking-doors.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0519-Fix-nerfed-slime-when-splitting.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0520-Add-EntityLoadCrossbowEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0521-Added-WorldGameRuleChangeEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0522-Added-ServerResourcesReloadedEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0523-Added-world-settings-for-mobs-picking-up-loot.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0524-Implemented-BlockFailedDispenseEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0525-Added-PlayerLecternPageChangeEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0526-Added-PlayerLoomPatternSelectEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0527-Configurable-door-breaking-difficulty.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0528-Empty-commands-shall-not-be-dispatched.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0529-Remove-stale-POIs.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0530-Fix-villager-boat-exploit.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0531-Add-sendOpLevel-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0532-TODO-Registry-Modification-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0533-Add-StructuresLocateEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0534-Collision-option-for-requiring-a-player-participant.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0535-Remove-ProjectileHitEvent-call-when-fireballs-dead.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0536-Return-chat-component-with-empty-text-instead-of-thr.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0537-Make-schedule-command-per-world.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0538-Configurable-max-leash-distance.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0539-Implement-BlockPreDispenseEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0540-Added-firing-of-PlayerChangeBeaconEffectEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0541-Add-toggle-for-always-placing-the-dragon-egg.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0542-Added-PlayerStonecutterRecipeSelectEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0543-Add-dropLeash-variable-to-EntityUnleashEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0544-Reset-shield-blocking-on-dimension-change.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0545-add-DragonEggFormEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0546-EntityMoveEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0547-added-option-to-disable-pathfinding-updates-on-block.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0548-Inline-shift-direction-fields.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0549-Allow-adding-items-to-BlockDropItemEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0550-Add-getMainThreadExecutor-to-BukkitScheduler.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0551-living-entity-allow-attribute-registration.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0552-fix-dead-slime-setSize-invincibility.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0553-Merchant-getRecipes-should-return-an-immutable-list.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0554-Expose-Tracked-Players.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0555-Remove-streams-from-SensorNearest.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0556-Improve-ServerGUI.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0557-fix-converting-txt-to-json-file.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0558-Add-worldborder-events.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0559-added-PlayerNameEntityEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0560-Prevent-grindstones-from-overstacking-items.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0561-Add-recipe-to-cook-events.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0562-Add-Block-isValidTool.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0563-Allow-using-signs-inside-spawn-protection.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0564-Expand-world-key-API.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0565-Add-fast-alternative-constructor-for-Rotations.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0566-Item-Rarity-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0567-Drop-carried-item-when-player-has-disconnected.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0568-forced-whitelist-use-configurable-kick-message.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0569-Don-t-ignore-result-of-PlayerEditBookEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0570-Expose-protocol-version.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0571-Enhance-console-tab-completions-for-brigadier-comman.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0572-Fix-PlayerItemConsumeEvent-cancelling-properly.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0573-Add-bypass-host-check.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0574-Set-area-affect-cloud-rotation.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0575-add-isDeeplySleeping-to-HumanEntity.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0576-add-consumeFuel-to-FurnaceBurnEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0577-add-get-set-drop-chance-to-EntityEquipment.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0578-fix-PigZombieAngerEvent-cancellation.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0579-fix-PlayerItemHeldEvent-firing-twice.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0580-Added-PlayerDeepSleepEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0581-More-World-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0582-Added-PlayerBedFailEnterEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0583-Implement-methods-to-convert-between-Component-and-B.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0584-Fix-anchor-respawn-acting-as-a-bed-respawn-from-the-.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0585-Introduce-beacon-activation-deactivation-events.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0586-add-RespawnFlags-to-PlayerRespawnEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0587-Add-Channel-initialization-listeners.patch Fire PlayerConnectionCloseEvent for configuration packet listener 2023-09-26 09:20:17 -07:00
0588-Send-empty-commands-if-tab-completion-is-disabled.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0589-Add-more-WanderingTrader-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0590-Add-EntityBlockStorage-clearEntities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0591-Entity-load-save-limit-per-chunk.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0592-Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0593-Add-raw-address-to-AsyncPlayerPreLoginEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0594-Inventory-close.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0595-Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0596-Fix-CraftPotionBrewer-cache.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0597-Add-basic-Datapack-API.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0598-Add-environment-variable-to-disable-server-gui.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0599-additions-to-PlayerGameModeChangeEvent.patch Don't call options events on login (#9834) 2023-10-14 11:32:00 -07:00
0600-ItemStack-repair-check-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0601-More-Enchantment-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0602-Move-range-check-for-block-placing-up.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0603-Fix-and-optimise-world-force-upgrading.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0604-Add-Mob-lookAt-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0605-Add-Unix-domain-socket-support.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0606-Add-EntityInsideBlockEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0607-Attributes-API-for-item-defaults.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0608-Add-cause-to-Weather-ThunderChangeEvents.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0609-More-Lidded-Block-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0610-Limit-item-frame-cursors-on-maps.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0611-Add-PlayerKickEvent-causes.patch fix recipe packet limiter (#9841) 2023-10-15 15:11:15 +01:00
0612-Add-PufferFishStateChangeEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0613-Fix-PlayerBucketEmptyEvent-result-itemstack.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0614-Synchronize-PalettedContainer-instead-of-ThreadingDe.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0615-Add-option-to-fix-items-merging-through-walls.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0616-Add-BellRevealRaiderEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0617-Fix-invulnerable-end-crystals.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0618-Add-ElderGuardianAppearanceEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0619-Fix-dangerous-end-portal-logic.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0620-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0621-Make-item-validations-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0622-Line-Of-Sight-Changes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0623-add-per-world-spawn-limits.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0624-Fix-potions-splash-events.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0625-Add-more-LimitedRegion-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0626-Fix-PlayerDropItemEvent-using-wrong-item.patch Don't call options events on login (#9834) 2023-10-14 11:32:00 -07:00
0627-Missing-Entity-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0628-Ensure-disconnect-for-book-edit-is-called-on-main.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0629-Fix-return-value-of-Block-applyBoneMeal-always-being.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0630-Use-getChunkIfLoadedImmediately-in-places.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0631-Fix-commands-from-signs-not-firing-command-events.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0632-Adds-PlayerArmSwingEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0633-Fixes-kick-event-leave-message-not-being-sent.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0634-Add-config-for-mobs-immune-to-default-effects.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0635-Fix-incorrect-message-for-outdated-client.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0636-Don-t-apply-cramming-damage-to-players.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0637-Rate-options-and-timings-for-sensors-and-behaviors.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0638-Add-a-bunch-of-missing-forceDrop-toggles.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0639-Stinger-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0640-Fix-incosistency-issue-with-empty-map-items-in-CB.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0641-Add-System.out-err-catcher.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0642-Rewrite-LogEvents-to-contain-the-source-jars-in-stac.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0643-Improve-boat-collision-performance.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0644-Prevent-AFK-kick-while-watching-end-credits.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0645-Allow-skipping-writing-of-comments-to-server.propert.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0646-Add-PlayerSetSpawnEvent.patch Don't call options events on login (#9834) 2023-10-14 11:32:00 -07:00
0647-Make-hoppers-respect-inventory-max-stack-size.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0648-Optimize-entity-tracker-passenger-checks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0649-Config-option-for-Piglins-guarding-chests.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0650-Added-EntityDamageItemEvent.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0651-Optimize-indirect-passenger-iteration.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0652-Configurable-item-frame-map-cursor-update-interval.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0653-Make-EntityUnleashEvent-cancellable.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0654-Clear-bucket-NBT-after-dispense.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0655-Change-EnderEye-target-without-changing-other-things.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0656-Add-BlockBreakBlockEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0657-Option-to-prevent-NBT-copy-in-smithing-recipes.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0658-More-CommandBlock-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0659-Add-missing-team-sidebar-display-slots.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0660-Add-back-EntityPortalExitEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0661-Add-methods-to-find-targets-for-lightning-strikes.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0662-Get-entity-default-attributes.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0663-Left-handed-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0664-Add-more-advancement-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0665-Add-ItemFactory-getSpawnEgg-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0666-Add-critical-damage-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0667-Fix-issues-with-mob-conversion.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0668-Add-isCollidable-methods-to-various-places.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0669-Goat-ram-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0670-Add-API-for-resetting-a-single-score.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0671-Add-Raw-Byte-Entity-Serialization.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0672-Vanilla-command-permission-fixes.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0673-Do-not-run-close-logic-for-inventories-on-chunk-unlo.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0674-Fix-GameProfileCache-concurrency.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0675-Improve-and-expand-AsyncCatcher.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0676-Add-paper-mobcaps-and-paper-playermobcaps.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0677-Sanitize-ResourceLocation-error-logging.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0678-Optimise-general-POI-access.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0679-Custom-table-implementation-for-blockstate-state-loo.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0680-Manually-inline-methods-in-BlockPosition.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0681-Name-craft-scheduler-threads-according-to-the-plugin.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0682-Make-sure-inlined-getChunkAt-has-inlined-logic-for-l.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0683-Don-t-read-neighbour-chunk-data-off-disk-when-conver.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0684-Don-t-lookup-fluid-state-when-raytracing.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0685-Time-scoreboard-search.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0686-Send-full-pos-packets-for-hard-colliding-entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0687-Do-not-run-raytrace-logic-for-AIR.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0688-Execute-chunk-tasks-mid-tick.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0689-Oprimise-map-impl-for-tracked-players.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0690-Optimise-BlockSoil-nearby-water-lookup.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0691-Optimise-random-block-ticking.patch Properly check water block when random ticking ice (#9804) 2023-10-06 21:34:00 +01:00
0692-Attempt-to-recalculate-regionfile-header-if-it-is-co.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0693-Use-Velocity-compression-and-cipher-natives.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0694-Detail-more-information-in-watchdog-dumps.patch Properly check water block when random ticking ice (#9804) 2023-10-06 21:34:00 +01:00
0695-Reduce-worldgen-thread-worker-count-for-low-core-cou.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0696-Fix-Bukkit-NamespacedKey-shenanigans.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0697-Distance-manager-tick-timings.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0698-Fix-merchant-inventory-not-closing-on-entity-removal.patch Properly check water block when random ticking ice (#9804) 2023-10-06 21:34:00 +01:00
0699-Check-requirement-before-suggesting-root-nodes.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0700-Don-t-respond-to-ServerboundCommandSuggestionPacket-.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0701-Add-packet-limiter-config.patch Fire PlayerConnectionCloseEvent for configuration packet listener 2023-09-26 09:20:17 -07:00
0702-Fix-setPatternColor-on-tropical-fish-bucket-meta.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0703-Ensure-valid-vehicle-status.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0704-Prevent-softlocked-end-exit-portal-generation.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0705-Fix-CocaoDecorator-causing-a-crash-when-trying-to-ge.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0706-Don-t-log-debug-logging-being-disabled.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0707-fix-various-menus-with-empty-level-accesses.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0708-Preserve-overstacked-loot.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0709-Update-head-rotation-in-missing-places.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0710-prevent-unintended-light-block-manipulation.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0711-Fix-CraftCriteria-defaults-map.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0712-Fix-upstreams-block-state-factories.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0713-Configurable-feature-seeds.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0714-Add-root-admin-user-detection.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0715-Always-allow-item-changing-in-Fireball.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0716-don-t-attempt-to-teleport-dead-entities.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0717-Prevent-excessive-velocity-through-repeated-crits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0718-Remove-client-side-code-using-deprecated-for-removal.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0719-Fix-removing-recipes-from-RecipeIterator.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0720-Prevent-sending-oversized-item-data-in-equipment-and.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0721-Hide-unnecessary-itemmeta-from-clients.patch Add additional tags to ItemMeta obfuscation filtering (#9665) 2023-10-14 23:41:15 +02:00
0722-Fix-Spigot-growth-modifiers.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0723-Prevent-ContainerOpenersCounter-openCount-from-going.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0724-Add-PlayerItemFrameChangeEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0725-Optimize-HashMapPalette.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0726-Allow-delegation-to-vanilla-chunk-gen.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0727-Collision-optimisations.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0728-Optimise-collision-checking-in-player-move-packet-ha.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0729-Fix-ChunkSnapshot-isSectionEmpty-int-and-optimize-Pa.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0730-Add-more-Campfire-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0731-Only-write-chunk-data-to-disk-if-it-serializes-witho.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0732-Fix-tripwire-state-inconsistency.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0733-Forward-CraftEntity-in-teleport-command.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0734-Improve-scoreboard-entries.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0735-Entity-powdered-snow-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0736-Add-API-for-item-entity-health.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0737-Fix-entity-type-tags-suggestions-in-selectors.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0738-Configurable-max-block-light-for-monster-spawning.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0739-Fix-sticky-pistons-and-BlockPistonRetractEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0740-Load-effect-amplifiers-greater-than-127-correctly.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0741-Expose-isFuel-and-canSmelt-methods-to-FurnaceInvento.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0742-Fix-bees-aging-inside-hives.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0743-Bucketable-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0744-Validate-usernames.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0745-Make-water-animal-spawn-height-configurable.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0746-Expose-vanilla-BiomeProvider-from-WorldInfo.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0747-Add-config-option-for-worlds-affected-by-time-cmd.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0748-Add-new-overload-to-PersistentDataContainer-has.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0749-Multiple-Entries-with-Scoreboards.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0750-Reset-placed-block-on-exception.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0751-Add-configurable-height-for-slime-spawn.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0752-Added-getHostname-to-AsyncPlayerPreLoginEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0753-Fix-xp-reward-for-baby-zombies.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0754-Kick-on-main-for-illegal-chat.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0755-Multi-Block-Change-API-Implementation.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0756-Fix-NotePlayEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0757-Freeze-Tick-Lock-API.patch Add additional tags to ItemMeta obfuscation filtering (#9665) 2023-10-14 23:41:15 +02:00
0758-Dolphin-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0759-More-PotionEffectType-API.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0760-Use-a-CHM-for-StructureTemplate.Pallete-cache.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0761-API-for-creating-command-sender-which-forwards-feedb.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0762-Add-missing-structure-set-seed-configs.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0763-Implement-regenerateChunk.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0764-Fix-cancelled-powdered-snow-bucket-placement.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0765-Add-missing-Validate-calls-to-CraftServer-getSpawnLi.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0766-Add-GameEvent-tags.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0767-Execute-chunk-tasks-fairly-for-worlds-while-waiting-.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0768-Furnace-RecipesUsed-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0769-Configurable-sculk-sensor-listener-range.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0770-Add-missing-block-data-mins-and-maxes.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0771-Option-to-have-default-CustomSpawners-in-custom-worl.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0772-Put-world-into-worldlist-before-initing-the-world.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0773-Fix-Entity-Position-Desync.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0774-Custom-Potion-Mixes.patch add predicate recipe choice only for potion mixes (#9486) 2023-10-10 16:07:21 -07:00
0775-Force-close-world-loading-screen.patch Use correct ClientboundLevelChunkWithLightPacket constructor in later patch 2023-09-24 16:29:07 +10:00
0776-Fix-falling-block-spawn-methods.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0777-Expose-furnace-minecart-push-values.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0778-Fix-cancelling-ProjectileHitEvent-for-piercing-arrow.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0779-More-Projectile-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0780-Fix-swamp-hut-cat-generation-deadlock.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0781-Don-t-allow-vehicle-movement-from-players-while-tele.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0782-Implement-getComputedBiome-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0783-Make-some-itemstacks-nonnull.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0784-Implement-enchantWithLevels-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0785-Fix-saving-in-unloadWorld.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0786-Buffer-OOB-setBlock-calls.patch Fix mushrooms not generating in swamps 2023-10-16 18:52:28 -07:00
0787-Add-TameableDeathMessageEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0788-Fix-new-block-data-for-EntityChangeBlockEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0789-fix-player-loottables-running-when-mob-loot-gamerule.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0790-Ensure-entity-passenger-world-matches-ridden-entity.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0791-Guard-against-invalid-entity-positions.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0792-cache-resource-keys.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0793-Allow-to-change-the-podium-for-the-EnderDragon.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0794-Fix-NBT-pieces-overriding-a-block-entity-during-worl.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0795-Fix-StructureGrowEvent-species-for-RED_MUSHROOM.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0796-Prevent-tile-entity-copies-loading-chunks.patch fix recipe packet limiter (#9841) 2023-10-15 15:11:15 +01:00
0797-Use-username-instead-of-display-name-in-PlayerList-g.patch Rebuild patches 2023-09-23 23:41:38 -07:00
0798-Fix-slime-spawners-not-spawning-outside-slime-chunks.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0799-Pass-ServerLevel-for-gamerule-callbacks.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0800-Add-pre-unbreaking-amount-to-PlayerItemDamageEvent.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0801-WorldCreator-keepSpawnLoaded.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0802-Fix-CME-in-CraftPersistentDataTypeRegistry.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0803-Trigger-bee_nest_destroyed-trigger-in-the-correct-pl.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0804-Add-EntityDyeEvent-and-CollarColorable-interface.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0805-Fire-CauldronLevelChange-on-initial-fill.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0806-fix-powder-snow-cauldrons-not-turning-to-water.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0807-Add-PlayerStopUsingItemEvent.patch Add additional tags to ItemMeta obfuscation filtering (#9665) 2023-10-14 23:41:15 +02:00
0808-Expand-FallingBlock-API.patch Add BlockData setter for FallingBlock (#9829) 2023-10-14 22:46:31 +02:00
0809-Don-t-tick-markers.patch Properly check water block when random ticking ice (#9804) 2023-10-06 21:34:00 +01:00
0810-Do-not-accept-invalid-client-settings.patch fix recipe packet limiter (#9841) 2023-10-15 15:11:15 +01:00
0811-Add-support-for-Proxy-Protocol.patch sync netty version with vanilla (#9842) 2023-10-15 15:41:17 +01:00
0812-Fix-OfflinePlayer-getBedSpawnLocation.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0813-Fix-FurnaceInventory-for-smokers-and-blast-furnaces.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0814-Sanitize-Sent-BlockEntity-NBT.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0815-Disable-component-selector-resolving-in-books-by-def.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0816-Prevent-entity-loading-causing-async-lookups.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0817-Throw-exception-on-world-create-while-being-ticked.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0818-Add-Alternate-Current-redstone-implementation.patch Properly check water block when random ticking ice (#9804) 2023-10-06 21:34:00 +01:00
0819-Dont-resent-entity-on-art-update.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0820-Add-WardenAngerChangeEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0821-Add-option-for-strict-advancement-dimension-checks.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0822-Add-missing-important-BlockStateListPopulator-method.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0823-Nameable-Banner-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0824-Don-t-broadcast-messages-to-command-blocks.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0825-Prevent-empty-items-from-being-added-to-world.patch Properly check water block when random ticking ice (#9804) 2023-10-06 21:34:00 +01:00
0826-Fix-CCE-for-SplashPotion-and-LingeringPotion-spawnin.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0827-Add-Player-getFishHook.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0828-Do-not-sync-load-chunk-for-dynamic-game-event-listen.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0829-Add-various-missing-EntityDropItemEvent-calls.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0830-Add-some-minimal-debug-information-to-chat-packet-er.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0831-Fix-Bee-flower-NPE.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0832-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0833-More-Teleport-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0834-Add-EntityPortalReadyEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0835-Don-t-use-level-random-in-entity-constructors.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0836-Send-block-entities-after-destroy-prediction.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0837-Warn-on-plugins-accessing-faraway-chunks.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0838-Custom-Chat-Completion-Suggestions-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0839-Add-and-fix-missing-BlockFadeEvents.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0840-Collision-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0841-Fix-suggest-command-message-for-brigadier-syntax-exc.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0842-Block-Ticking-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0843-Add-Velocity-IP-Forwarding-Support.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0844-Use-thread-safe-random-in-ServerLoginPacketListenerI.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0845-Add-NamespacedKey-biome-methods.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0846-Fix-plugin-loggers-on-server-shutdown.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0847-Stop-large-look-changes-from-crashing-the-server.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0848-Fire-EntityChangeBlockEvent-in-more-places.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0849-Missing-eating-regain-reason.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0850-Missing-effect-cause.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0851-Added-byte-array-serialization-deserialization-for-P.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0852-Add-a-consumer-parameter-to-ProjectileSource-launchP.patch Replace bukkit Consumers with java consumers (#9836) 2023-10-14 22:43:32 +02:00
0853-Call-BlockPhysicsEvent-more-often.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0854-Configurable-chat-thread-limit.patch update configurate (#9230) 2023-10-03 18:06:23 -07:00
0855-Mitigate-effects-of-WorldCreator-keepSpawnLoaded-ret.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0856-fix-Jigsaw-block-kicking-user.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0857-use-BlockFormEvent-for-mud-converting-into-clay.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0858-Add-getDrops-to-BlockState.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0859-Fix-a-bunch-of-vanilla-bugs.patch Properly check water block when random ticking ice (#9804) 2023-10-06 21:34:00 +01:00
0860-Remove-unnecessary-onTrackingStart-during-navigation.patch Properly check water block when random ticking ice (#9804) 2023-10-06 21:34:00 +01:00
0861-Fix-custom-piglin-loved-items.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0862-EntityPickupItemEvent-fixes.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0863-Correctly-handle-interactions-with-items-on-cooldown.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0864-Add-PlayerInventorySlotChangeEvent.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0865-Elder-Guardian-appearance-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0866-Allow-changing-bed-s-occupied-property.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0867-Add-entity-knockback-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0868-Detect-headless-JREs.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0869-fixed-entity-vehicle-collision-event-not-called.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0870-optimized-dirt-and-snow-spreading.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0871-Added-EntityToggleSitEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0872-Add-fire-tick-delay-option.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0873-Add-Moving-Piston-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0874-Ignore-impossible-spawn-tick.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0875-Track-projectile-source-for-fireworks-from-dispenser.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0876-Fix-EntityArgument-suggestion-permissions-to-align-w.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0877-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0878-Prevent-compass-from-loading-chunks.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0879-Add-PrePlayerAttackEntityEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0880-ensure-reset-EnderDragon-boss-event-name.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0881-fix-MC-252817-green-map-markers-do-not-disappear.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0882-Add-Player-Warden-Warning-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0883-More-vanilla-friendly-methods-to-update-trades.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0884-Add-paper-dumplisteners-command.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0885-check-global-player-list-where-appropriate.patch Add additional tags to ItemMeta obfuscation filtering (#9665) 2023-10-14 23:41:15 +02:00
0886-Fix-async-entity-add-due-to-fungus-trees.patch Fix mushrooms not generating in swamps 2023-10-16 18:52:28 -07:00
0887-ItemStack-damage-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0888-Friction-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0889-Ability-to-control-player-s-insomnia-and-phantoms.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0890-Fix-player-kick-on-shutdown.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0891-Sync-offhand-slot-in-menus.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
0892-Player-Entity-Tracking-Events.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0893-Limit-pet-look-distance.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0894-Properly-resend-entities.patch Make setVelocity method of Fireballs change the travel direction to an arbitrary vector (#9815) 2023-10-10 23:09:45 +02:00
0895-Fixes-and-additions-to-the-SpawnReason-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0896-fix-Instruments.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0897-Improve-inlining-for-some-hot-BlockBehavior-and-Flui.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0898-Fix-inconsistencies-in-dispense-events-regarding-sta.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0899-Add-BlockLockCheckEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0900-Add-Sneaking-API-for-Entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0901-Improve-logging-and-errors.patch fix recipe packet limiter (#9841) 2023-10-15 15:11:15 +01:00
0902-Improve-PortalEvents.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0903-Add-config-option-for-spider-worldborder-climbing.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0904-Add-missing-SpigotConfig-logCommands-check.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0905-Fix-NPE-on-Allay-stopDancing-while-not-dancing.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0906-Flying-Fall-Damage.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0907-Add-exploded-block-state-to-BlockExplodeEvent-and-En.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0908-Expose-pre-collision-moving-velocity-to-VehicleBlock.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0909-config-for-disabling-entity-tag-tags.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0910-Use-single-player-info-update-packet-on-join.patch fix recipe packet limiter (#9841) 2023-10-15 15:11:15 +01:00
0911-Correctly-shrink-items-during-EntityResurrectEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0912-Win-Screen-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0913-Remove-CraftItemStack-setAmount-null-assignment.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0914-Fix-force-opening-enchantment-tables.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0915-Add-Entity-Body-Yaw-API.patch Make setVelocity method of Fireballs change the travel direction to an arbitrary vector (#9815) 2023-10-10 23:09:45 +02:00
0916-Fix-MC-157464-Prevent-sleeping-villagers-moving-towa.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0917-Update-the-flag-when-a-captured-block-state-is-outda.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0918-Add-EntityFertilizeEggEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0919-Fix-HumanEntity-drop-not-updating-the-client-inv.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0920-Add-CompostItemEvent-and-EntityCompostItemEvent.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0921-Correctly-handle-ArmorStand-invisibility.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0922-Fix-advancement-triggers-for-entity-damage.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0923-Fix-text-display-error-on-spawn.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0924-Fix-certain-inventories-returning-null-Locations.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0925-Add-Shearable-API.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0926-Fix-SpawnEggMeta-get-setSpawnedType.patch Add lag compensation for breaking blocks 2023-09-23 22:31:42 -07:00
0927-Optimize-Hoppers.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0928-Fix-beehives-generating-from-using-bonemeal.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0929-Fix-crash-relating-to-bad-recipes-in-furnace-like-ti.patch rebuild patches 2023-09-23 22:35:37 -07:00
0930-Treat-sequence-violations-like-they-should-be.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0931-remove-duplicate-animate-packet-for-records.patch rebuild patches 2023-09-23 22:35:37 -07:00
0932-Prevent-causing-expired-keys-from-impacting-new-join.patch fix recipe packet limiter (#9841) 2023-10-15 15:11:15 +01:00
0933-Prevent-GameEvents-being-fired-from-unloaded-chunks.patch Properly check water block when random ticking ice (#9804) 2023-10-06 21:34:00 +01:00
0934-Use-array-for-gamerule-storage.patch rebuild patches 2023-09-23 22:35:37 -07:00
0935-Fix-a-couple-of-upstream-bed-issues.patch rebuild patches 2023-09-23 22:35:37 -07:00
0936-Fix-demo-flag-not-enabling-demo-mode.patch rebuild patches 2023-09-23 22:35:37 -07:00
0937-Add-Mob-Experience-reward-API.patch rebuild patches 2023-09-23 22:35:37 -07:00
0938-Break-redstone-on-top-of-trap-doors-early.patch rebuild patches 2023-09-23 22:35:37 -07:00
0939-Fix-DamageCause-for-Falling-Blocks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0940-Avoid-Lazy-Initialization-for-Enum-Fields.patch rebuild patches 2023-09-23 22:35:37 -07:00
0941-More-accurate-isInOpenWater-impl.patch rebuild patches 2023-09-23 22:35:37 -07:00
0942-Fix-concurrenct-access-to-lookups-field-in-RegistryO.patch rebuild patches 2023-09-23 22:35:37 -07:00
0943-Optimise-recalcBlockCounts-for-empty-sections.patch rebuild patches 2023-09-23 22:35:37 -07:00
0944-Expand-PlayerItemMendEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0945-Refresh-ProjectileSource-for-projectiles.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0946-Add-transient-modifier-API.patch rebuild patches 2023-09-23 22:35:37 -07:00
0947-Fix-block-place-logic.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0948-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0949-Ignore-inline-definitions-of-trim-material-pattern.patch rebuild patches 2023-09-23 22:35:37 -07:00
0950-Call-BlockGrowEvent-for-missing-blocks.patch rebuild patches 2023-09-23 22:35:37 -07:00
0951-Don-t-enforce-icanhasbukkit-default-if-alias-block-e.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0952-fix-MapLike-spam-for-missing-key-selector.patch rebuild patches 2023-09-23 22:35:37 -07:00
0953-Fix-sniffer-removeExploredLocation.patch rebuild patches 2023-09-23 22:35:37 -07:00
0954-Add-method-to-remove-all-active-potion-effects.patch rebuild patches 2023-09-23 22:35:37 -07:00
0955-Temp-Pre-init-PlayerChunkLoaderData-in-order-to-prep.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0956-Fix-incorrect-crafting-result-amount-for-fireworks.patch rebuild patches 2023-09-23 22:35:37 -07:00
0957-Properly-Cancel-Usable-Items.patch Add additional tags to ItemMeta obfuscation filtering (#9665) 2023-10-14 23:41:15 +02:00
0958-Add-event-for-player-editing-sign.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0959-Only-tick-item-frames-if-players-can-see-it.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0960-Improve-command-function-perm-level-checks.patch rebuild patches 2023-09-23 22:35:37 -07:00
0961-Add-option-to-disable-block-updates.patch rebuild patches 2023-09-23 22:35:37 -07:00
0962-Call-missing-BlockDispenseEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0963-Don-t-load-chunks-for-supporting-block-checks.patch rebuild patches 2023-09-23 22:35:37 -07:00
0964-Optimize-player-lookups-for-beacons.patch rebuild patches 2023-09-23 22:35:37 -07:00
0965-Add-Sign-getInteractableSideFor.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0966-Array-backed-synched-entity-data.patch rebuild patches 2023-09-23 22:35:37 -07:00
0967-fix-item-meta-for-tadpole-buckets.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0968-Suppress-Item-Meta-Validation-Checks.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0969-Fix-BanList-API.patch rebuild patches 2023-09-23 22:35:37 -07:00
0970-Determine-lava-and-water-fluid-explosion-resistance-.patch rebuild patches 2023-09-23 22:35:37 -07:00
0971-Fix-possible-NPE-on-painting-creation.patch rebuild patches 2023-09-23 22:35:37 -07:00
0972-Only-set-despawnTimer-for-Wandering-Traders-spawned-.patch rebuild patches 2023-09-23 22:35:37 -07:00
0973-ExperienceOrb-should-call-EntitySpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
0974-Don-t-tick-signs.patch rebuild patches 2023-09-23 22:35:37 -07:00
0975-Make-Amethyst-throw-both-Spread-and-Grow-Events.patch rebuild patches 2023-09-23 22:35:37 -07:00
0976-Add-whitelist-events.patch rebuild patches 2023-09-23 22:35:37 -07:00
0977-Implement-PlayerFailMoveEvent.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0978-Folia-scheduler-and-owned-region-API.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0979-Only-erase-allay-memory-on-non-item-targets.patch rebuild patches 2023-09-23 22:35:37 -07:00
0980-API-for-updating-recipes-on-clients.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0981-Fix-rotation-when-spawning-display-entities.patch rebuild patches 2023-09-23 22:35:37 -07:00
0982-Only-capture-actual-tree-growth.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0983-Use-correct-source-for-mushroom-block-spread-event.patch rebuild patches 2023-09-23 22:35:37 -07:00
0984-Respect-randomizeData-on-more-entities-when-spawning.patch rebuild patches 2023-09-23 22:35:37 -07:00
0985-Use-correct-seed-on-api-world-load.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0986-Remove-UpgradeData-neighbour-ticks-outside-of-range.patch rebuild patches 2023-09-23 22:35:37 -07:00
0987-Cache-map-ids-on-item-frames.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0988-Fix-custom-statistic-criteria-creation.patch rebuild patches 2023-09-23 22:35:37 -07:00
0989-Bandaid-fix-for-Effect.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
0990-SculkCatalyst-bloom-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
0991-API-for-an-entity-s-scoreboard-name.patch Make setVelocity method of Fireballs change the travel direction to an arbitrary vector (#9815) 2023-10-10 23:09:45 +02:00
0992-Improve-cancelling-PreCreatureSpawnEvent-with-per-pl.patch rebuild patches 2023-09-23 22:35:37 -07:00
0993-Deprecate-and-replace-methods-with-old-StructureType.patch Fixup player profile getters and constructor to expected nullability (#9770) 2023-10-05 05:31:24 +00:00
0994-Don-t-tab-complete-namespaced-commands-if-send-names.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
0995-Properly-handle-BlockBreakEvent-isDropItems.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
0996-Fire-entity-death-event-for-ender-dragon.patch rebuild patches 2023-09-23 22:35:37 -07:00
0997-Configurable-entity-tracking-range-by-Y-coordinate.patch rebuild patches 2023-09-23 22:35:37 -07:00
0998-Add-Listing-API-for-Player.patch Rebuild patches 2023-09-23 23:41:38 -07:00
0999-Configurable-Region-Compression-Format.patch rebuild patches 2023-09-23 22:35:37 -07:00
1000-Expose-clicked-BlockFace-during-BlockDamageEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
1001-Fix-NPE-on-Boat-getStatus.patch rebuild patches 2023-09-23 22:35:37 -07:00
1002-Expand-Pose-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-10-03 22:00:24 +10:00
1003-More-DragonBattle-API.patch rebuild patches 2023-09-23 22:35:37 -07:00
1004-Deep-clone-unhandled-nbt-tags.patch Updated Upstream (Bukkit/CraftBukkit) 2023-09-24 18:25:25 +10:00
1005-Add-PlayerPickItemEvent.patch Properly call overloaded super onDisconnect 2023-09-26 13:16:24 -07:00
1006-Improve-performance-of-mass-crafts.patch rebuild patches 2023-09-23 22:35:37 -07:00
1007-Allow-trident-custom-damage.patch rebuild patches 2023-09-23 22:35:37 -07:00
1008-Expose-hand-during-BlockCanBuildEvent.patch rebuild patches 2023-09-23 22:35:37 -07:00
1009-Optimize-nearest-structure-border-iteration.patch rebuild patches 2023-09-23 22:35:37 -07:00
1010-Implement-OfflinePlayer-isConnected.patch rebuild patches 2023-09-23 22:35:37 -07:00
1011-Fix-inventory-desync.patch rebuild patches 2023-09-23 22:35:37 -07:00
1012-Add-titleOverride-to-InventoryOpenEvent.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
1013-Configure-sniffer-egg-hatch-time.patch rebuild patches 2023-09-23 22:35:37 -07:00
1014-Do-crystal-portal-proximity-check-before-entity-look.patch rebuild patches 2023-09-23 22:35:37 -07:00
1015-Skip-POI-finding-if-stuck-in-vehicle.patch rebuild patches 2023-09-23 22:35:37 -07:00
1016-Add-slot-sanity-checks-in-container-clicks.patch rebuild patches 2023-09-23 22:35:37 -07:00
1017-Call-BlockRedstoneEvents-for-lecterns.patch rebuild patches 2023-09-23 22:35:37 -07:00
1018-Allow-proper-checking-of-empty-item-stacks.patch rebuild patches 2023-09-23 22:35:37 -07:00
1019-Fix-silent-equipment-change-for-mobs.patch Fix tests that broke during the junit 5 update (#9757) 2023-09-25 09:05:05 +10:00
1020-Fix-spigot-s-Forced-Stats.patch rebuild patches 2023-09-23 22:35:37 -07:00
1021-Add-missing-InventoryHolders-to-inventories.patch rebuild patches 2023-09-23 22:35:37 -07:00
1022-Do-not-read-tile-entities-in-chunks-that-are-positio.patch rebuild patches 2023-09-23 22:35:37 -07:00
1023-Actually-optimise-explosions.patch rebuild patches 2023-09-23 22:35:37 -07:00
1024-Add-missing-logs-for-log-ips-config-option.patch rebuild patches 2023-09-23 22:35:37 -07:00
1025-Remove-Spigot-Bug-Fix-for-MC-109346.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-09-29 13:05:28 +10:00
1026-Fix-SuspiciousStewMeta.patch rebuild patches 2023-09-23 22:35:37 -07:00
1027-Optimise-chunk-tick-iteration.patch Move clientBrandName over to ServerPlayer (#9809) 2023-10-08 12:07:48 +02:00
1028-Lag-compensation-ticks.patch Add additional tags to ItemMeta obfuscation filtering (#9665) 2023-10-14 23:41:15 +02:00
1029-Fix-race-condition-on-UpgradeData.BlockFixers-class-.patch rebuild patches 2023-09-23 22:35:37 -07:00
1030-Fix-NPE-in-AdvancementProgress-getDateAwarded.patch rebuild patches 2023-09-23 22:35:37 -07:00
1031-Fix-team-sidebar-objectives-not-being-cleared.patch rebuild patches 2023-09-23 22:35:37 -07:00
1032-Optimise-nearby-player-retrieval.patch Optimise nearby player retrieval 2023-09-23 23:40:49 -07:00
1033-Remove-streams-for-villager-AI.patch Re-add remove streams for Brain AI patch 2023-09-23 23:40:49 -07:00
1034-Fix-missing-map-initialize-event-call.patch Properly check water block when random ticking ice (#9804) 2023-10-06 21:34:00 +01:00
1035-Update-entity-data-when-attaching-firework-to-entity.patch Fix entity data not updated for firework attached to entity (#9783) 2023-10-03 18:29:44 -07:00
1036-Use-correct-variable-for-initializing-CraftLootTable.patch Fixes for loot tables (#9818) 2023-10-10 10:35:49 -07:00
1037-Make-setVelocity-method-of-Fireballs-change-the-trav.patch Make setVelocity method of Fireballs change the travel direction to an arbitrary vector (#9815) 2023-10-10 23:09:45 +02:00
1038-Fix-UnsafeValues-loadAdvancement.patch Fix UnsafeValues#loadAdvancement (#9753) 2023-10-10 15:19:00 -07:00