Paper/patches/server
Bjarne Koll 1348e44173
Prevent NPE when serializing unresolved profile (#11407)
In the recent upstream update, the paper player profile was updated to
correctly return null for both name and id if constructed as such. This
change however broke the serialisation logic, as it depended on the name
never being null.

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