Paper/patches/server
Spottedleaf 8c5b837e05 Rework async chunk api implementation
Firstly, the old methods all routed to the CompletableFuture method.
However, the CF method could not guarantee that if the caller
was off-main that the future would be "completed" on-main. Since
the callback methods used the CF one, this meant that the callback
methods did not guarantee that the callbacks were to be called on
the main thread.

Now, all methods route to getChunkAtAsync(x, z, gen, urgent, cb)
so that the methods with the callback are guaranteed to invoke
the callback on the main thread. The CF behavior remains unchanged;
it may still appear to complete on main if invoked off-main.

Secondly, remove the scheduleOnMain invocation in the async
chunk completion. This unnecessarily delays the callback
by 1 tick.

Thirdly, add getChunksAtAsync(minX, minZ, maxX, maxZ, ...) which
will load chunks within an area. This method is provided as a helper
as keeping all chunks loaded within an area can be complicated to
implement for plugins (due to the lacking ticket API), and is
already implemented internally anyways.

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