PaperMC/patches/server
Bjarne Koll da7138233f
Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11702)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
ed0ec489 SPIGOT-7965: Unknown TransformReason for Hoglins
9db03457 SPIGOT-7964: Fix typo in Deprecation annotation
d14119af PR-1082: Add "since" to Deprecation annotations
e8a318d4 PR-1067: Add method to get Advancement requirements

CraftBukkit Changes:
40dd796db SPIGOT-7971: NotSerializableException on serialize CraftUseCooldownComponent
fa85c5e0a SPIGOT-7968: ProjectileHitEvent not trigerred when arrow hits entity
b75b792ec SPIGOT-7970: World#getMaxHeight() returning incorrect value
2b9a094bb SPIGOT-7965: Unknown TransformReason for Hoglins
fd3f5a380 SPIGOT-7966: Some trees do not generate with #generateTree
f2822317c PR-1515: Add a Class reader and Class node argument provider
07abf6852 PR-1514: Add a test case for ClassTraverser
a7577cb24 Fix Inventory#addItem not respecting max stack size
066a74e74 PR-1490: Add method to get Advancement requirements
4a1df30e4 PR-1512: Test Art class based on specific values instead of the implementation, to better catch implementation changes
53254c56f PR-1503: Simplify CAS loop to getAndSet
e9447dc5e Make BlockDataMeta#setBlockData hide unspecified states
dd08a7120 SPIGOT-7960: Fix inconsistency between natural item drop coordinates
e9e8ed753 SPIGOT-7960: Improve natural item drop methods

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