3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-15 02:50:09 +01:00
Paper/patches/server
Bjarne Koll 3b9db2b194
Updated Upstream (Bukkit/CraftBukkit) (#11501)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
bb4e97c6 Add support for Java 23
bc6874dd Bump asm to 9.7.1
50e8a00b PR-1064: Add specific getTopInventory methods for InventoryView derivatives
758b0a0f SPIGOT-7911: Fix Location#isWorldLoaded() for re-loaded worlds
133a64a7 Improve Registry#getOrThrow messages
be0f5957 PR-1058: Add tests for Minecraft registry <-> Bukkit fields
d1b31df2 PR-1062: Clarify BeaconView documentation
3fab4384 PR-1060: Cache Material to BlockType and ItemType conversion
967a7301 SPIGOT-7906: Increase YAML nesting limit to 100
6ecf033d SPIGOT-7899: Smithing recipes don't require inputs

CraftBukkit Changes:
0a7bd6c81 PR-1493: Improve reroute performance and add some tests
54941524c Add support for Java 23
f4d957fff SPIGOT-7915: Fix World#getKeepSpawnInMemory() using Spawn Radius rather than Spawn Chunk Radius
ded183674 Fix HIDE_ENCHANTS flag in items without enchantments
308785a0a Bump asm to 9.7.1 and re-add ClassReader to ClassWriter
72ce823cd PR-1487: Add specific getTopInventory methods for InventoryView derivatives
11a5e840c SPIGOT-7907, PR-1484: Improve merchant recipe item matching behavior to more closely align with older versions
45b66f7e4 SPIGOT-7909: Always set HIDE_ENCHANTS flag to item if flag is set
963459791 Increase outdated build delay
fc5b2d75f SPIGOT-7910: Fix launching breeze wind charge from API and improve dispenser launch API
c7d6428f2 SPIGOT-7856, PR-1483: End platform not dropping items after replacing blocks
2a5572b52 SPIGOT-7780, PR-1482: Cannot edit chunks during unload event
527041ab5 SPIGOT-7902, PR-1477: Fix CraftMetaPotion#hasCustomEffects() does not check if customEffects (List) is empty
5529a1769 Implement base methods for tags
30fbdbaaf Improve Registry#getOrThrow messages
6b71a7322 PR-1475: Add tests for Minecraft registry <-> Bukkit fields
5f24c255c SPIGOT-7908: Mark junit-platform-suite-engine as test scope
e4c92ef65 PR-1473: Change tests to use suites, to run tests in different environments and feature flags
d25e1e722 PR-1481: Fix BeaconView#set[X]Effect(null)
d69a05362 PR-1480: Fix PerMaterialTest#isEdible test running for legacy materials
bb3284a89 PR-1479: Use custom #isBlock method in legacy init instead of the one in Material, since it relies on legacy being init
98c57cbbe SPIGOT-7904: Fix NPE for PlayerItemBreakEvent
f35bae9ec Fix missing hasJukeboxPlayable
8a6f8b6d8 SPIGOT-7881: CTRL+Pick Block saves position data into item
7913b3be7 SPIGOT-7899: Smithing recipes don't require inputs
2024-10-21 00:06:54 +02:00
..
0001-Setup-Gradle-project.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0002-Remap-fixes.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0003-Build-system-changes.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0004-Test-changes.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0005-Paper-config-files.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02: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) (#11501) 2024-10-21 00:06:54 +02:00
0009-MC-Utils.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0010-Adventure.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0011-Use-TerminalConsoleAppender-for-console-improvements.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +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 Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02: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) (#11501) 2024-10-21 00:06:54 +02:00
0018-Paper-Metrics.patch 62 2024-06-13 10:12:48 -07:00
0019-Paper-Plugins.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0020-Plugin-remapping.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0021-Hook-into-CB-plugin-rewrites.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0022-Remap-reflection-calls-in-plugins-using-internals.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0023-Timings-v2.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0024-Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0025-Add-command-line-option-to-load-extra-plugin-jars-no.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0026-Support-components-in-ItemMeta.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +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) (#11501) 2024-10-21 00:06:54 +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 Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +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) (#11501) 2024-10-21 00:06:54 +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) (#11501) 2024-10-21 00:06:54 +02:00
0058-Be-a-bit-more-informative-in-maxHealth-exception.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02: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) (#11501) 2024-10-21 00:06:54 +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) (#11501) 2024-10-21 00:06:54 +02:00
0068-Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0069-Remove-Metadata-on-reload.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0070-Handle-Item-Meta-Inconsistencies.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +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 wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02: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 Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +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 wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02: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 wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02: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) (#11501) 2024-10-21 00:06:54 +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) (#11501) 2024-10-21 00:06:54 +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 wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02: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) (#11501) 2024-10-21 00:06:54 +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 Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0137-Add-UnknownCommandEvent.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +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 Use components properly in ProfileWhitelistVerifyEvent (#11456) 2024-10-02 14:32:05 +02:00
0146-Fix-this-stupid-bullshit.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0147-LivingEntity-setKiller.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02: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 Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02: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) (#11501) 2024-10-21 00:06:54 +02:00
0161-AsyncTabCompleteEvent.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +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 Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +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 Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +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) (#11501) 2024-10-21 00:06:54 +02:00
0177-getPlayerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +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) (#11501) 2024-10-21 00:06:54 +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 Add PlayerInsertLecternBookEvent [1.20 port] (#7305) 2024-09-29 14:28:48 -07:00
0204-LivingEntity-Active-Item-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +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 Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0208-InventoryCloseEvent-Reason-API.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +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 Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +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) (#11501) 2024-10-21 00:06:54 +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) (#11501) 2024-10-21 00:06:54 +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 Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0262-Optimize-World-Time-Updates.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +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) (#11501) 2024-10-21 00:06:54 +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 Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +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 Use components properly in ProfileWhitelistVerifyEvent (#11456) 2024-10-02 14:32:05 +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-Server-Tick-Events.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0284-PlayerDeathEvent-getItemsToKeep.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0285-Optimize-Captured-BlockEntity-Lookup.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0286-Mob-Spawner-API-Enhancements.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0287-Fix-CB-call-to-changed-postToMainThread-method.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0288-Fix-sounds-when-item-frames-are-modified-MC-123450.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0289-Implement-CraftBlockSoundGroup.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0290-Expose-the-internal-current-tick.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0291-Show-blockstate-location-if-we-failed-to-read-it.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0292-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0293-Configurable-projectile-relative-velocity.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0294-offset-item-frame-ticking.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0295-Prevent-consuming-the-wrong-itemstack.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0296-Dont-send-unnecessary-sign-update.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0297-Add-option-to-disable-pillager-patrols.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0298-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0299-MC-145656-Fix-Follow-Range-Initial-Target.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0300-Duplicate-UUID-Resolve-Option.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0301-PlayerDeathEvent-shouldDropExperience.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0302-Prevent-bees-loading-chunks-checking-hive-position.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0303-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0304-Optimise-EntityGetter-getPlayerByUUID.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0305-Fix-items-not-falling-correctly.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0306-Optimize-call-to-getFluid-for-explosions.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0307-Guard-against-serializing-mismatching-chunk-coordina.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0308-Alternative-item-despawn-rate.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0309-Tracking-Range-Improvements.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0310-Bees-get-gravity-in-void.-Fixes-MC-167279.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0311-Improve-Block-breakNaturally-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0312-Optimise-getChunkAt-calls-for-loaded-chunks.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0313-Add-debug-for-sync-chunk-loads.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0314-Improve-java-version-check.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0315-Add-ThrownEggHatchEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0316-Entity-Jump-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0317-Add-option-to-nerf-pigmen-from-nether-portals.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0318-Make-the-GUI-graph-fancier.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0319-add-hand-to-BlockMultiPlaceEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0320-Validate-tripwire-hook-placement-before-update.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0321-Add-option-to-allow-iron-golems-to-spawn-in-air.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0322-Configurable-chance-of-villager-zombie-infection.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0323-Optimise-Chunk-getFluid.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0324-Set-spigots-verbose-world-setting-to-false-by-def.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0325-Add-tick-times-API-and-mspt-command.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0326-Expose-MinecraftServer-isRunning.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0327-Add-Raw-Byte-ItemStack-Serialization.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0328-Pillager-patrol-spawn-settings-and-per-player-option.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0329-Remote-Connections-shouldn-t-hold-up-shutdown.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0330-Do-not-allow-bees-to-load-chunks-for-beehives.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0331-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0332-Don-t-tick-dead-players.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0333-Dead-Player-s-shouldn-t-be-able-to-move.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0334-Don-t-move-existing-players-to-world-spawn.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0335-Optimize-Pathfinding.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0336-Reduce-Either-Optional-allocation.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0337-Reduce-memory-footprint-of-CompoundTag.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0338-Prevent-opening-inventories-when-frozen.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0339-Don-t-run-entity-collision-code-if-not-needed.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0340-Implement-Player-Client-Options-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0341-Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0342-Fire-PlayerJoinEvent-when-Player-is-actually-ready.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0343-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0344-Add-PlayerAttackEntityCooldownResetEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0345-Don-t-fire-BlockFade-on-worldgen-threads.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0346-Add-phantom-creative-and-insomniac-controls.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0347-Fix-item-duplication-and-teleport-issues.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0348-Villager-Restocks-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0349-Validate-PickItem-Packet-and-kick-for-invalid.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0350-Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0351-misc-debugging-dumps.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0352-Prevent-teleporting-dead-entities.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0353-Implement-Mob-Goal-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0354-Add-villager-reputation-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0355-ExperienceOrb-merging-stacking-API-and-fixes.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0356-Fix-PotionEffect-ignores-icon-flag.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0357-Potential-bed-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0358-Wait-for-Async-Tasks-during-shutdown.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0359-Ensure-EntityRaider-respects-game-and-entity-rules-f.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0360-Add-option-for-console-having-all-permissions.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0361-Fix-villager-trading-demand-MC-163962.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0362-Maps-shouldn-t-load-chunks.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0363-Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0364-Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0365-Fix-piston-physics-inconsistency-MC-188840.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0366-Fix-missing-chunks-due-to-integer-overflow.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0367-Prevent-position-desync-causing-tp-exploit.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0368-Inventory-getHolder-method-without-block-snapshot.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0369-Add-PlayerRecipeBookClickEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0370-Hide-sync-chunk-writes-behind-flag.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0371-Add-permission-for-command-blocks.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0372-Ensure-Entity-position-and-AABB-are-never-invalid.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0373-Fix-Per-World-Difficulty-Remembering-Difficulty.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0374-Paper-dumpitem-command.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0375-Improve-Legacy-Component-serialization-size.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0376-Add-Plugin-Tickets-to-API-Chunk-Methods.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0377-Add-BlockStateMeta-clearBlockState.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0378-Convert-legacy-attributes-in-Item-Meta.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0379-Do-not-accept-invalid-client-settings.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0380-Improve-fix-EntityTargetLivingEntityEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0381-Add-entity-liquid-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0382-Add-PrepareResultEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0383-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0384-Fix-arrows-never-despawning-MC-125757.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0385-Thread-Safe-Vanilla-Command-permission-checking.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0386-Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0387-Fix-SPIGOT-5885-Unable-to-disable-advancements.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0388-Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0389-Optimize-NetworkManager-Exception-Handling.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0390-Fix-some-rails-connecting-improperly.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0391-Fix-regex-mistake-in-CB-NBT-int-deserialization.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0392-Brand-support.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0393-Add-playPickupItemAnimation-to-LivingEntity.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0394-Don-t-require-FACING-data.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0395-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0396-Add-moon-phase-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0397-Do-not-let-the-server-load-chunks-from-newer-version.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0398-Prevent-headless-pistons-from-being-created.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0399-Add-BellRingEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0400-Add-zombie-targets-turtle-egg-config.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0401-Buffer-joins-to-world.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0402-Fix-hex-colors-not-working-in-some-kick-messages.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0403-Add-more-Evoker-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0404-Add-methods-to-get-translation-keys.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0405-Create-HoverEvent-from-ItemStack-Entity.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0406-Cache-block-data-strings.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0407-Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0408-Add-additional-open-container-api-to-HumanEntity.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0409-Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0410-Extend-block-drop-capture-to-capture-all-items-added.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0411-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0412-Lazily-track-plugin-scoreboards-by-default.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0413-Entity-isTicking.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0414-Fix-deop-kicking-non-whitelisted-player-when-white-l.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0415-Fix-Concurrency-issue-in-ShufflingList.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0416-Reset-Ender-Crystals-on-Dragon-Spawn.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0417-Fix-for-large-move-vectors-crashing-server.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0418-Optimise-getType-calls.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0419-Villager-resetOffers.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0420-Retain-block-place-order-when-capturing-blockstates.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0421-Fix-item-locations-dropped-from-campfires.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0422-Fix-bell-block-entity-memory-leak.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0423-Avoid-error-bubbling-up-when-item-stack-is-empty-in-.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0424-Add-getOfflinePlayerIfCached-String.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0425-Add-ignore-discounts-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0426-Toggle-for-removing-existing-dragon.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0427-Fix-client-lag-on-advancement-loading.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0428-Item-no-age-no-player-pickup.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0429-Beacon-API-custom-effect-ranges.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0430-Add-API-for-quit-reason.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0431-Add-Wandering-Trader-spawn-rate-config-options.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0432-Add-Destroy-Speed-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0433-Fix-Player-spawnParticle-x-y-z-precision-loss.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0434-Add-LivingEntity-clearActiveItem.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0435-Add-PlayerItemCooldownEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0436-Significantly-improve-performance-of-the-end-generat.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0437-More-lightning-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0438-Climbing-should-not-bypass-cramming-gamerule.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0439-Add-missing-default-perms-for-commands.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0440-Add-PlayerShearBlockEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0441-Limit-recipe-packets.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0442-Fix-CraftSound-backwards-compatibility.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0443-Player-Chunk-Load-Unload-Events.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0444-Optimize-Dynamic-get-Missing-Keys.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0445-Expose-LivingEntity-hurt-direction.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0446-Add-OBSTRUCTED-reason-to-BedEnterResult.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0447-Fix-crash-from-invalid-ingredient-lists-in-VillagerA.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0448-Add-TargetHitEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0449-MC-4-Fix-item-position-desync.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0450-Additional-Block-Material-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0451-Fix-harming-potion-dupe.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0452-API-to-get-Material-from-Boats-and-Minecarts.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0453-Allow-disabling-mob-spawner-spawn-egg-transformation.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0454-Fix-Not-a-string-Map-Conversion-spam.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0455-Add-PlayerFlowerPotManipulateEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0456-Fix-interact-event-not-being-called-sometimes.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0457-Zombie-API-breaking-doors.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0458-Fix-nerfed-slime-when-splitting.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0459-Add-EntityLoadCrossbowEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0460-Add-WorldGameRuleChangeEvent.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0461-Add-ServerResourcesReloadedEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0462-Add-world-settings-for-mobs-picking-up-loot.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0463-Add-BlockFailedDispenseEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0464-Add-PlayerLecternPageChangeEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0465-Add-PlayerLoomPatternSelectEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0466-Configurable-door-breaking-difficulty.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0467-Empty-commands-shall-not-be-dispatched.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0468-Remove-stale-POIs.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0469-Fix-villager-boat-exploit.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0470-Add-sendOpLevel-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0471-Add-RegistryAccess-for-managing-Registries.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0472-Add-StructuresLocateEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0473-Collision-option-for-requiring-a-player-participant.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0474-Return-chat-component-with-empty-text-instead-of-thr.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0475-Make-schedule-command-per-world.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0476-Configurable-max-leash-distance.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0477-Add-BlockPreDispenseEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0478-Add-PlayerChangeBeaconEffectEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0479-Add-toggle-for-always-placing-the-dragon-egg.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0480-Add-PlayerStonecutterRecipeSelectEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0481-Expand-EntityUnleashEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0482-Reset-shield-blocking-on-dimension-change.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0483-Add-DragonEggFormEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0484-Add-EntityMoveEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0485-added-option-to-disable-pathfinding-updates-on-block.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0486-Inline-shift-direction-fields.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0487-Allow-adding-items-to-BlockDropItemEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0488-Add-getMainThreadExecutor-to-BukkitScheduler.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0489-living-entity-allow-attribute-registration.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0490-fix-dead-slime-setSize-invincibility.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0491-Merchant-getRecipes-should-return-an-immutable-list.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0492-Expose-Tracked-Players.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0493-Improve-ServerGUI.patch [ci skip] rebuild patches 2024-10-17 21:24:12 +01:00
0494-fix-converting-txt-to-json-file.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0495-Add-worldborder-events.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0496-Add-PlayerNameEntityEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0497-Add-recipe-to-cook-events.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0498-Add-Block-isValidTool.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0499-Allow-using-signs-inside-spawn-protection.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0500-Expand-world-key-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0501-Add-fast-alternative-constructor-for-Rotations.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0502-Drop-carried-item-when-player-has-disconnected.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0503-forced-whitelist-use-configurable-kick-message.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0504-Don-t-ignore-result-of-PlayerEditBookEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0505-Expose-protocol-version.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0506-Enhance-console-tab-completions-for-brigadier-comman.patch Fix console completions on invalid commands (#7603) 2024-09-27 11:05:15 -07:00
0507-Fix-PlayerItemConsumeEvent-cancelling-properly.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0508-Add-bypass-host-check.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0509-Set-area-affect-cloud-rotation.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0510-add-isDeeplySleeping-to-HumanEntity.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0511-add-consumeFuel-to-FurnaceBurnEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0512-add-get-set-drop-chance-to-EntityEquipment.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0513-fix-PigZombieAngerEvent-cancellation.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0514-fix-PlayerItemHeldEvent-firing-twice.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0515-Add-PlayerDeepSleepEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0516-More-World-API.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0517-Add-PlayerBedFailEnterEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0518-Implement-methods-to-convert-between-Component-and-B.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0519-Expand-PlayerRespawnEvent-fix-passed-parameter-issue.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0520-Introduce-beacon-activation-deactivation-events.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0521-Add-Channel-initialization-listeners.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0522-Send-empty-commands-if-tab-completion-is-disabled.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0523-Add-more-WanderingTrader-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0524-Add-EntityBlockStorage-clearEntities.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0525-Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0526-Add-HiddenPotionEffect-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0527-Inventory-close.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0528-Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0529-Add-basic-Datapack-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0530-Add-environment-variable-to-disable-server-gui.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0531-Expand-PlayerGameModeChangeEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0532-ItemStack-repair-check-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0533-More-Enchantment-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0534-Move-range-check-for-block-placing-up.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0535-Add-Mob-lookAt-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0536-Correctly-check-if-bucket-dispenses-will-succeed-for.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0537-Add-Unix-domain-socket-support.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0538-Add-EntityInsideBlockEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0539-Improve-item-default-attribute-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0540-Add-cause-to-Weather-ThunderChangeEvents.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0541-More-Lidded-Block-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0542-Limit-item-frame-cursors-on-maps.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0543-Add-PlayerKickEvent-causes.patch Use components properly in ProfileWhitelistVerifyEvent (#11456) 2024-10-02 14:32:05 +02:00
0544-Add-PufferFishStateChangeEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0545-Fix-PlayerBucketEmptyEvent-result-itemstack.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0546-Synchronize-PalettedContainer-instead-of-ThreadingDe.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0547-Add-option-to-fix-items-merging-through-walls.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0548-Add-BellRevealRaiderEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0549-Fix-invulnerable-end-crystals.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0550-Add-ElderGuardianAppearanceEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0551-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0552-Line-Of-Sight-Changes.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0553-add-per-world-spawn-limits.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0554-Fix-potions-splash-events.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0555-Add-more-LimitedRegion-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0556-Fix-PlayerDropItemEvent-using-wrong-item.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0557-Missing-Entity-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0558-Fix-return-value-of-Block-applyBoneMeal-always-being.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0559-Use-getChunkIfLoadedImmediately-in-places.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0560-Fix-commands-from-signs-not-firing-command-events.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0561-Add-PlayerArmSwingEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0562-Fix-kick-event-leave-message-not-being-sent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0563-Don-t-apply-cramming-damage-to-players.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0564-Rate-options-and-timings-for-sensors-and-behaviors.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0565-Add-missing-forceDrop-toggles.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0566-Stinger-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0567-Add-System.out-err-catcher.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0568-Prevent-AFK-kick-while-watching-end-credits.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0569-Allow-skipping-writing-of-comments-to-server.propert.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0570-Add-PlayerSetSpawnEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0571-Make-hoppers-respect-inventory-max-stack-size.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0572-Optimize-entity-tracker-passenger-checks.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0573-Config-option-for-Piglins-guarding-chests.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0574-Add-EntityDamageItemEvent.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0575-Optimize-indirect-passenger-iteration.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0576-Configurable-item-frame-map-cursor-update-interval.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0577-Change-EnderEye-target-without-changing-other-things.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0578-Add-BlockBreakBlockEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0579-Option-to-prevent-data-components-copy-in-smithing-r.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0580-More-CommandBlock-API.patch Finish converting most of the undeprecated api to jspecify 2024-09-30 16:02:52 -07:00
0581-Add-missing-team-sidebar-display-slots.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0582-Add-back-EntityPortalExitEvent.patch Only call EntityPortalExitEvent if entity is actually in a portal 2024-09-22 14:36:17 -07:00
0583-Add-methods-to-find-targets-for-lightning-strikes.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0584-Get-entity-default-attributes.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0585-Left-handed-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0586-Add-more-advancement-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0587-Add-ItemFactory-getSpawnEgg-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0588-Add-critical-damage-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0589-Fix-issues-with-mob-conversion.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0590-Add-hasCollision-methods-to-various-places.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0591-Goat-ram-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0592-Add-API-for-resetting-a-single-score.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0593-Add-Raw-Byte-Entity-Serialization.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0594-Vanilla-command-permission-fixes.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0595-Do-not-run-close-logic-for-inventories-on-chunk-unlo.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0596-Fix-GameProfileCache-concurrency.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0597-Improve-and-expand-AsyncCatcher.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0598-Add-paper-mobcaps-and-paper-playermobcaps.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0599-Sanitize-ResourceLocation-error-logging.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0600-Manually-inline-methods-in-BlockPosition.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0601-Name-craft-scheduler-threads-according-to-the-plugin.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0602-Make-sure-inlined-getChunkAt-has-inlined-logic-for-l.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0603-Don-t-read-neighbour-chunk-data-off-disk-when-conver.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0604-Don-t-lookup-fluid-state-when-raytracing-skip-air-bl.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0605-Time-scoreboard-search.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0606-Oprimise-map-impl-for-tracked-players.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0607-Add-missing-InventoryType.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0608-Optimise-BlockSoil-nearby-water-lookup.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0609-Fix-merchant-inventory-not-closing-on-entity-removal.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0610-Check-requirement-before-suggesting-root-nodes.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0611-Don-t-respond-to-ServerboundCommandSuggestionPacket-.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0612-Add-packet-limiter-config.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0613-Fix-setPatternColor-on-tropical-fish-bucket-meta.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0614-Ensure-valid-vehicle-status.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0615-Prevent-softlocked-end-exit-portal-generation.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0616-Fix-CocaoDecorator-causing-a-crash-when-trying-to-ge.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0617-Don-t-log-debug-logging-being-disabled.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0618-fix-various-menus-with-empty-level-accesses.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0619-Preserve-overstacked-loot.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0620-Update-head-rotation-in-missing-places.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0621-prevent-unintended-light-block-manipulation.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0622-Fix-CraftCriteria-defaults-map.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0623-Fix-upstreams-block-state-factories.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0624-Configurable-feature-seeds.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0625-Add-root-admin-user-detection.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0626-don-t-attempt-to-teleport-dead-entities.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0627-Prevent-excessive-velocity-through-repeated-crits.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0628-Remove-client-side-code-using-deprecated-for-removal.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0629-Fix-Spigot-growth-modifiers.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0630-Prevent-ContainerOpenersCounter-openCount-from-going.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0631-Add-PlayerItemFrameChangeEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0632-Optimize-HashMapPalette.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0633-Fix-ChunkSnapshot-isSectionEmpty-int-and-optimize-Pa.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0634-Add-more-Campfire-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0635-Only-write-chunk-data-to-disk-if-it-serializes-witho.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0636-Forward-CraftEntity-in-teleport-command.patch Only call EntityPortalExitEvent if entity is actually in a portal 2024-09-22 14:36:17 -07:00
0637-Improve-scoreboard-entries.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0638-Entity-powdered-snow-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0639-Add-API-for-item-entity-health.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0640-Configurable-max-block-light-for-monster-spawning.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0641-Fix-sticky-pistons-and-BlockPistonRetractEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0642-Expose-isFuel-and-canSmelt-methods-to-FurnaceInvento.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0643-Bucketable-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0644-Validate-usernames.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0645-Make-water-animal-spawn-height-configurable.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0646-Expose-vanilla-BiomeProvider-from-WorldInfo.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0647-Add-config-option-for-worlds-affected-by-time-cmd.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0648-Add-missing-IAE-check-for-PersistentDataContainer-ha.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0649-Multiple-Entries-with-Scoreboards.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0650-Reset-placed-block-on-exception.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0651-Add-configurable-height-for-slime-spawn.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0652-Fix-xp-reward-for-baby-zombies.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0653-Multi-Block-Change-API-Implementation.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0654-Fix-NotePlayEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0655-Freeze-Tick-Lock-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0656-More-PotionEffectType-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0657-Use-a-CHM-for-StructureTemplate.Pallete-cache.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0658-API-for-creating-command-sender-which-forwards-feedb.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0659-Add-missing-structure-set-seed-configs.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0660-Fix-cancelled-powdered-snow-bucket-placement.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0661-Add-missing-Validate-calls-to-CraftServer-getSpawnLi.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0662-Add-GameEvent-tags.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0663-Execute-chunk-tasks-fairly-for-worlds-while-waiting-.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0664-Furnace-RecipesUsed-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0665-Configurable-sculk-sensor-listener-range.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0666-Add-missing-block-data-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0667-Option-to-have-default-CustomSpawners-in-custom-worl.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0668-Put-world-into-worldlist-before-initing-the-world.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0669-Custom-Potion-Mixes.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0670-Force-close-world-loading-screen.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0671-Fix-falling-block-spawn-methods.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0672-Expose-furnace-minecart-push-values.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0673-Fix-cancelling-ProjectileHitEvent-for-piercing-arrow.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0674-More-Projectile-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0675-Fix-swamp-hut-cat-generation-deadlock.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0676-Don-t-allow-vehicle-movement-from-players-while-tele.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0677-Implement-getComputedBiome-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0678-Make-some-itemstacks-nonnull.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0679-Implement-enchantWithLevels-API.patch Add enchantWithLevels with tag specification (#11438) 2024-09-27 11:04:57 -07:00
0680-Fix-saving-in-unloadWorld.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0681-Buffer-OOB-setBlock-calls.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0682-Add-TameableDeathMessageEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0683-Fix-new-block-data-for-EntityChangeBlockEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0684-fix-player-loottables-running-when-mob-loot-gamerule.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0685-Ensure-entity-passenger-world-matches-ridden-entity.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0686-Cache-resource-keys-and-optimize-reference-Holder-ta.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0687-Allow-changing-the-EnderDragon-podium.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0688-Fix-NBT-pieces-overriding-a-block-entity-during-worl.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0689-Prevent-tile-entity-copies-loading-chunks.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0690-Use-username-instead-of-display-name-in-PlayerList-g.patch Use components properly in ProfileWhitelistVerifyEvent (#11456) 2024-10-02 14:32:05 +02:00
0691-Expand-PlayerItemDamageEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0692-WorldCreator-keepSpawnLoaded.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0693-Fix-CME-in-CraftPersistentDataTypeRegistry.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0694-Trigger-bee_nest_destroyed-trigger-in-the-correct-pl.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0695-Add-EntityDyeEvent-and-CollarColorable-interface.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0696-Fire-CauldronLevelChange-on-initial-fill.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0697-fix-powder-snow-cauldrons-not-turning-to-water.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0698-Add-PlayerStopUsingItemEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0699-Don-t-tick-markers.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0700-Expand-FallingBlock-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0701-Add-support-for-Proxy-Protocol.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0702-Fix-OfflinePlayer-getBedSpawnLocation.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0703-Fix-FurnaceInventory-for-smokers-and-blast-furnaces.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0704-Sanitize-sent-BlockEntity-NBT.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0705-Disable-component-selector-resolving-in-books-by-def.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0706-Prevent-entity-loading-causing-async-lookups.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0707-Throw-exception-on-world-create-while-being-ticked.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0708-Dont-resent-entity-on-art-update.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0709-Add-WardenAngerChangeEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0710-Add-option-for-strict-advancement-dimension-checks.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0711-Add-missing-important-BlockStateListPopulator-method.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0712-Nameable-Banner-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0713-Don-t-broadcast-messages-to-command-blocks.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0714-Prevent-empty-items-from-being-added-to-world.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0715-Fix-CCE-for-SplashPotion-and-LingeringPotion-spawnin.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0716-Add-Player-getFishHook.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0717-Do-not-sync-load-chunk-for-dynamic-game-event-listen.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0718-Add-various-missing-EntityDropItemEvent-calls.patch Call EntityDropItemEvent when a container item drops its contents (#11441) 2024-09-27 18:27:14 +02:00
0719-Fix-Bee-flower-NPE.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0720-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0721-More-Teleport-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0722-Add-EntityPortalReadyEvent.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0723-Don-t-use-level-random-in-entity-constructors.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0724-Send-block-entities-after-destroy-prediction.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0725-Warn-on-plugins-accessing-faraway-chunks.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0726-Custom-Chat-Completion-Suggestions-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0727-Add-and-fix-missing-BlockFadeEvents.patch Configurable per-world void damage offset/damage(#11436) 2024-09-30 00:06:13 +02:00
0728-Collision-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0729-Fix-suggest-command-message-for-brigadier-syntax-exc.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0730-Block-Ticking-API.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0731-Add-Velocity-IP-Forwarding-Support.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0732-Add-NamespacedKey-biome-methods.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0733-Fix-plugin-loggers-on-server-shutdown.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0734-Stop-large-look-changes-from-crashing-the-server.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0735-Fire-EntityChangeBlockEvent-in-more-places.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0736-Missing-eating-regain-reason.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0737-Missing-effect-cause.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0738-Added-byte-array-serialization-deserialization-for-P.patch Remove wall-time / unused skip tick protection (#11412) 2024-09-19 16:36:07 +02:00
0739-Call-BlockPhysicsEvent-more-often.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0740-Configurable-chat-thread-limit.patch Add velocity forwarding secret env override (#10127) 2024-09-22 20:25:27 +02:00
0741-Mitigate-effects-of-WorldCreator-keepSpawnLoaded-ret.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0742-fix-Jigsaw-block-kicking-user.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0743-use-BlockFormEvent-for-mud-converting-into-clay.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0744-Add-getDrops-to-BlockState.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0745-Fix-a-bunch-of-vanilla-bugs.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0746-Remove-unnecessary-onTrackingStart-during-navigation.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0747-Fix-custom-piglin-loved-items.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0748-EntityPickupItemEvent-fixes.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0749-Correctly-handle-interactions-with-items-on-cooldown.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0750-Add-PlayerInventorySlotChangeEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0751-Elder-Guardian-appearance-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0752-Add-entity-knockback-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0753-Detect-headless-JREs.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0754-fix-entity-vehicle-collision-event-not-called.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0755-Add-EntityToggleSitEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0756-Add-fire-tick-delay-option.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0757-Add-Moving-Piston-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0758-Ignore-impossible-spawn-tick.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0759-Fix-EntityArgument-and-EntitySelectorParser-permissi.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0760-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0761-Add-PrePlayerAttackEntityEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0762-ensure-reset-EnderDragon-boss-event-name.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0763-Add-Player-Warden-Warning-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0764-More-vanilla-friendly-methods-to-update-trades.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0765-Add-paper-dumplisteners-command.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0766-check-global-player-list-where-appropriate.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0767-Fix-async-entity-add-due-to-fungus-trees.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0768-ItemStack-damage-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0769-Friction-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0770-Ability-to-control-player-s-insomnia-and-phantoms.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0771-Fix-premature-player-kicks-on-shutdown.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0772-Sync-offhand-slot-in-menus.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0773-Player-Entity-Tracking-Events.patch Only call EntityPortalExitEvent if entity is actually in a portal 2024-09-22 14:36:17 -07:00
0774-Limit-pet-look-distance.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0775-fix-Instruments.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0776-Improve-inlining-for-some-hot-BlockBehavior-and-Flui.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0777-Fix-inconsistencies-in-dispense-events-regarding-sta.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0778-Add-BlockLockCheckEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0779-Add-Sneaking-API-for-Entities.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0780-Improve-logging-and-errors.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0781-Improve-PortalEvents.patch Only call EntityPortalExitEvent if entity is actually in a portal 2024-09-22 14:36:17 -07:00
0782-Add-config-option-for-spider-worldborder-climbing.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0783-Add-missing-SpigotConfig-logCommands-check.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0784-Fix-NPE-on-Allay-stopDancing-while-not-dancing.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0785-Flying-Fall-Damage.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0786-Expose-pre-collision-moving-velocity-to-VehicleBlock.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0787-config-for-disabling-entity-tag-tags.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0788-Use-single-player-info-update-packet-on-join.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0789-Correctly-shrink-items-during-EntityResurrectEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0790-Win-Screen-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0791-Remove-CraftItemStack-setAmount-null-assignment.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0792-Fix-force-opening-enchantment-tables.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0793-Add-Entity-Body-Yaw-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0794-Fix-MC-157464-Prevent-sleeping-villagers-moving-towa.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0795-Add-EntityFertilizeEggEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0796-Fix-HumanEntity-drop-not-updating-the-client-inv.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0797-Add-CompostItemEvent-and-EntityCompostItemEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0798-Correctly-handle-ArmorStand-invisibility.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0799-Fix-advancement-triggers-for-entity-damage.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0800-Fix-text-display-error-on-spawn.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0801-Fix-inventories-returning-null-Locations.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0802-Add-Shearable-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0803-Fix-SpawnEggMeta-get-setSpawnedType.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0804-Fix-crash-relating-to-bad-recipes-in-furnace-like-ti.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0805-Treat-sequence-violations-like-they-should-be.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0806-Prevent-causing-expired-keys-from-impacting-new-join.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0807-Prevent-GameEvents-being-fired-from-unloaded-chunks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0808-Use-array-for-gamerule-storage.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0809-Fix-a-couple-of-upstream-bed-issues.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0810-Fix-demo-flag-not-enabling-demo-mode.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0811-Add-Mob-Experience-reward-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0812-Break-redstone-on-top-of-trap-doors-early.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0813-Avoid-Lazy-Initialization-for-Enum-Fields.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0814-More-accurate-isInOpenWater-impl.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0815-Expand-PlayerItemMendEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0816-Refresh-ProjectileSource-for-projectiles.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0817-Add-transient-modifier-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0818-Fix-block-place-logic.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0819-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0820-Call-BlockGrowEvent-for-missing-blocks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0821-Don-t-enforce-icanhasbukkit-default-if-alias-block-e.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0822-fix-MapLike-spam-for-missing-key-selector.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0823-Fix-sniffer-removeExploredLocation.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0824-Add-method-to-remove-all-active-potion-effects.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0825-Fix-incorrect-crafting-result-amount-for-fireworks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0826-Add-event-for-player-editing-sign.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0827-Only-tick-item-frames-if-players-can-see-it.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0828-Fix-cmd-permission-levels-for-command-blocks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0829-Add-option-to-disable-block-updates.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0830-Call-missing-BlockDispenseEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0831-Don-t-load-chunks-for-supporting-block-checks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0832-Optimize-player-lookups-for-beacons.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0833-More-Sign-Block-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0834-fix-item-meta-for-tadpole-buckets.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0835-Fix-BanList-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0836-Determine-lava-and-water-fluid-explosion-resistance-.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0837-Fix-possible-NPE-on-painting-creation.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0838-Only-set-despawnTimer-for-Wandering-Traders-spawned-.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0839-ExperienceOrb-should-call-EntitySpawnEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0840-Make-Amethyst-throw-both-Spread-and-Grow-Events.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0841-Add-whitelist-events.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0842-Implement-PlayerFailMoveEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0843-Folia-scheduler-and-owned-region-API.patch Only call EntityPortalExitEvent if entity is actually in a portal 2024-09-22 14:36:17 -07:00
0844-Only-erase-allay-memory-on-non-item-targets.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0845-API-for-updating-recipes-on-clients.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0846-Fix-rotation-when-spawning-display-entities.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0847-Only-capture-actual-tree-growth.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0848-Use-correct-source-for-mushroom-block-spread-event.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0849-Respect-randomizeData-on-more-entities-when-spawning.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0850-Use-correct-seed-on-api-world-load.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0851-Remove-UpgradeData-neighbour-ticks-outside-of-range.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0852-Cache-map-ids-on-item-frames.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0853-Fix-custom-statistic-criteria-creation.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0854-Bandaid-fix-for-Effect.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0855-SculkCatalyst-bloom-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0856-API-for-an-entity-s-scoreboard-name.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0857-Deprecate-and-replace-methods-with-old-StructureType.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0858-Don-t-tab-complete-namespaced-commands-if-send-names.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0859-Properly-handle-BlockBreakEvent-isDropItems.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0860-Fire-entity-death-event-for-ender-dragon.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0861-Configurable-entity-tracking-range-by-Y-coordinate.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0862-Add-Listing-API-for-Player.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0863-Configurable-Region-Compression-Format.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0864-Add-BlockFace-to-BlockDamageEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0865-Fix-NPE-on-Boat-getStatus.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0866-Expand-Pose-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0867-More-DragonBattle-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0868-Add-PlayerPickItemEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0869-Allow-trident-custom-damage.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0870-Expose-hand-in-BlockCanBuildEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0871-Optimize-nearest-structure-border-iteration.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0872-Implement-OfflinePlayer-isConnected.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0873-Fix-slot-desync.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0874-Add-titleOverride-to-InventoryOpenEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0875-Configure-sniffer-egg-hatch-time.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0876-Do-crystal-portal-proximity-check-before-entity-look.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0877-Skip-POI-finding-if-stuck-in-vehicle.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0878-Add-slot-sanity-checks-in-container-clicks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0879-Call-BlockRedstoneEvents-for-lecterns.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0880-Allow-proper-checking-of-empty-item-stacks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0881-Fix-silent-equipment-change-for-mobs.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0882-Fix-spigot-s-Forced-Stats.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0883-Add-missing-InventoryHolders-to-inventories.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0884-Do-not-read-tile-entities-in-chunks-that-are-positio.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0885-Add-missing-logs-for-log-ips-config-option.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0886-Fix-race-condition-on-UpgradeData.BlockFixers-class-.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0887-Fix-NPE-in-AdvancementProgress-getDateAwarded.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0888-Fix-team-sidebar-objectives-not-being-cleared.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0889-Fix-missing-map-initialize-event-call.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0890-Update-entity-data-when-attaching-firework-to-entity.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0891-Fix-UnsafeValues-loadAdvancement.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0892-Add-player-idle-duration-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0893-Don-t-check-if-we-can-see-non-visible-entities.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0894-Fix-NPE-in-SculkBloomEvent-world-access.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0895-Allow-null-itemstack-for-Player-sendEquipmentChange.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0896-Optimize-VarInts.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0897-Add-API-to-get-the-collision-shape-of-a-block-before.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0898-Add-predicate-for-blocks-when-raytracing.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0899-Broadcast-take-item-packets-with-collector-as-source.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0900-Expand-LingeringPotion-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0901-Fix-strikeLightningEffect-powers-lightning-rods-and-.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0902-Add-hand-to-fish-event-for-all-player-interactions.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0903-Fix-several-issues-with-EntityBreedEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0904-Add-UUID-attribute-modifier-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0905-Fix-missing-event-call-for-entity-teleport-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0906-Lazily-create-LootContext-for-criterions.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0907-Don-t-fire-sync-events-during-worldgen.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0908-Add-Structure-check-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0909-Fix-CraftMetaItem-getAttributeModifier-duplication-c.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0910-Restore-vanilla-entity-drops-behavior.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0911-Dont-resend-blocks-on-interactions.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0912-add-more-scoreboard-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0913-Improve-Registry.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0914-Fix-NPE-on-null-loc-for-EntityTeleportEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0915-Add-experience-points-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0916-Add-drops-to-shear-events.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0917-Add-PlayerShieldDisableEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0918-Validate-ResourceLocation-in-NBT-reading.patch Check if leash tag has a uuid 2024-10-03 17:10:27 +02:00
0919-Properly-handle-experience-dropping-on-block-break.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0920-Fixup-NamespacedKey-handling.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0921-Expose-LootTable-of-DecoratedPot.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0922-Reduce-allocation-of-Vec3D-by-entity-tracker.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0923-Add-PlayerTradeEvent-and-PlayerPurchaseEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0924-Add-ShulkerDuplicateEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0925-Add-api-for-spawn-egg-texture-colors.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0926-Add-Lifecycle-Event-system.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0927-ItemStack-Tooltip-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0928-Add-getChunkSnapshot-includeLightData-parameter.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0929-Add-FluidState-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0930-add-number-format-api.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0931-improve-BanList-types.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0932-Expanded-Hopper-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0933-Add-BlockBreakProgressUpdateEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0934-Deprecate-ItemStack-setType.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0935-Add-CartographyItemEvent.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0936-More-Raid-API.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0937-Add-onboarding-message-for-initial-server-start.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0938-Configurable-max-block-fluid-ticks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0939-Fix-bees-aging-inside-hives.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0940-Disable-memory-reserve-allocating.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0941-Fire-EntityDamageByEntityEvent-for-unowned-wither-sk.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0942-Fix-DamageSource-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0943-Fix-creation-of-invalid-block-entity-during-world-ge.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0944-Fix-possible-StackOverflowError-for-some-dispenses.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0945-Improve-tag-parser-handling.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0946-Item-Mutation-Fixes.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0947-Per-world-ticks-per-spawn-settings.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0948-Properly-track-the-changed-item-from-dispense-events.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0949-Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0950-Fix-tripwire-disarming-not-working-as-intended.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0951-Add-config-for-mobs-immune-to-default-effects.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0952-Deep-clone-nbt-tags-in-PDC.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0953-Support-old-UUID-format-for-NBT.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0954-Fix-shield-disable-inconsistency.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0955-Handle-Large-Packets-disconnecting-client.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0956-Fix-ItemFlags.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0957-Fix-helmet-damage-reduction-inconsistencies.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0958-Revert-to-vanilla-handling-of-LivingEntity-actuallyH.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0959-improve-checking-handled-tags-in-itemmeta.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0960-General-ItemMeta-fixes.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0961-Expose-hasColor-to-leather-armor.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0962-Added-API-to-get-player-ha-proxy-address.patch Adjust HAProxy's existance to log for console masters (#11433) 2024-09-27 18:19:29 +02:00
0963-More-Chest-Block-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0964-Print-data-component-type-on-encoding-error.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0965-Brigadier-based-command-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0966-Fix-issues-with-Recipe-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0967-Fix-equipment-slot-and-group-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0968-Allow-Bukkit-plugin-to-use-Paper-PluginLoader-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0969-Prevent-sending-oversized-item-data-in-equipment-and.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0970-Prevent-NPE-if-hooked-entity-was-cleared.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0971-Fix-cancelling-BlockPlaceEvent-calling-onRemove.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0972-Add-missing-fishing-event-state.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0973-Deprecate-InvAction-HOTBAR_MOVE_AND_READD.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0974-Fix-sending-disconnect-packet-in-phases-where-it-doe.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0975-Adopt-MaterialRerouting.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0976-Suspicious-Effect-Entry-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0977-check-if-itemstack-is-stackable-first.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0978-Fix-removing-recipes-from-RecipeIterator.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0979-Configurable-damage-tick-when-blocking-with-shield.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0980-Properly-remove-the-experimental-smithing-inventory-.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0981-Moonrise-optimisation-patches.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0982-Rewrite-dataconverter-system.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0983-disable-forced-empty-world-ticks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0984-Optimize-isInWorldBounds-and-getBlockState-for-inlin.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0985-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0986-Strip-raytracing-for-EntityLiving-hasLineOfSight.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0987-Optimize-Network-Manager-and-add-advanced-packet-sup.patch Adjust HAProxy's existance to log for console masters (#11433) 2024-09-27 18:19:29 +02:00
0988-Allow-Saving-of-Oversized-Chunks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0989-Flat-bedrock-generator-settings.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0990-Entity-Activation-Range-2.0.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0991-Optional-per-player-mob-spawns.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0992-Anti-Xray.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
0993-Eigencraft-redstone-implementation.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0994-Add-Alternate-Current-redstone-implementation.patch Add API for explosions to damage the explosion cause (#11180) 2024-09-28 21:32:56 +02:00
0995-Improve-cancelling-PreCreatureSpawnEvent-with-per-pl.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0996-Use-Velocity-compression-and-cipher-natives.patch Adjust HAProxy's existance to log for console masters (#11433) 2024-09-27 18:19:29 +02:00
0997-Optimize-Collision-to-not-load-chunks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0998-Optimize-GoalSelector-Goal.Flag-Set-operations.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
0999-Optimize-Hoppers.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1000-Entity-load-save-limit-per-chunk.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1001-Optimize-Voxel-Shape-Merging.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1002-Optimize-Bit-Operations-by-inlining.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1003-Remove-streams-from-hot-code.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1004-Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1005-Custom-table-implementation-for-blockstate-state-loo.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1006-Fix-entity-type-tags-suggestions-in-selectors.patch Remove redundant fillUsableCommands call (#11425) 2024-09-27 18:49:18 +02:00
1007-Handle-Oversized-block-entities-in-chunks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1008-API-for-checking-sent-chunks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1009-Check-distance-in-entity-interactions.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1010-Configurable-Sand-Duping.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1011-Optimise-general-POI-access.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1012-Improve-performance-of-mass-crafts.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1013-Properly-resend-entities.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1014-Registry-Modification-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1015-Add-registry-entry-and-builders.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1016-Improved-Watchdog-Support.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1017-Proxy-ItemStack-to-CraftItemStack.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1018-Make-a-PDC-view-accessible-directly-from-ItemStack.patch Add offline PDC API (#8117) 2024-10-12 21:38:18 +02:00
1019-Prioritize-Minecraft-commands-in-function-parsing-an.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1020-optimize-dirt-and-snow-spreading.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1021-Fix-NPE-for-Jukebox-setRecord.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1022-Fix-CraftWorld-isChunkGenerated.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1023-fix-horse-inventories.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1024-Only-call-EntityDamageEvents-before-actuallyHurt.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1025-Fix-entity-tracker-desync-when-new-players-are-added.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1026-Lag-compensation-ticks.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1027-Detail-more-information-in-watchdog-dumps.patch Only call EntityPortalExitEvent if entity is actually in a portal 2024-09-22 14:36:17 -07:00
1028-Write-SavedData-IO-async.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1029-Add-ItemType-getItemRarity.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1030-Incremental-chunk-and-player-saving.patch Use components properly in ProfileWhitelistVerifyEvent (#11456) 2024-10-02 14:32:05 +02:00
1031-Attempt-to-recalculate-regionfile-header-if-it-is-co.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1032-Bundle-spark.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1033-Add-plugin-info-at-startup.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1034-Make-interaction-leniency-distance-configurable.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1035-Fix-PickupStatus-getting-reset.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1036-Check-for-block-type-in-SculkSensorBlock-canActivate.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1037-Add-API-for-CanPlaceOn-and-CanDestroy-NBT-values.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1038-Configuration-for-horizontal-only-item-merging.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1039-Optimise-collision-checking-in-player-move-packet-ha.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1040-Add-skipping-world-symlink-scan.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1041-Add-even-more-Enchantment-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1042-Leashable-API.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1043-Fix-CraftBukkit-drag-system.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1044-Fix-SculkBloomEvent-firing-for-block-entity-loading.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1045-Remove-set-damage-lootable-item-function-from-compas.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1046-Properly-destroy-placed-blocks-on-the-end-platform.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1047-Add-enchantment-seed-update-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1048-Fix-synchronise-sending-chat-to-client-with-updating.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1049-Fix-InventoryOpenEvent-cancellation.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1050-Fire-BlockExpEvent-on-grindstone-use.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1051-Check-dead-flag-in-isAlive.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1052-Add-FeatureFlag-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1053-Tag-Lifecycle-Events.patch Fix tag lifecycle event handlers not disabling /reload 2024-09-24 19:33:30 -07:00
1054-Item-serialization-as-json.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1055-Validate-slot-in-PlayerInventory-setSlot.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1056-Remove-wall-time-unused-skip-tick-protection.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1057-Disable-pretty-printing-for-advancement-saving.patch Update launchProjectile API (#11300) 2024-09-21 21:19:02 +02:00
1058-Fix-PlayerCommandPreprocessEvent-on-signed-commands.patch Fixup command precprocess cancellation (#11424) 2024-09-22 21:25:37 +02:00
1059-Add-enchantWithLevels-with-enchantment-registry-set.patch Add enchantWithLevels with tag specification (#11438) 2024-09-27 11:04:57 -07:00
1060-Improve-entity-effect-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1061-Add-recipeBrewTime.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1062-Call-bucket-events-for-cauldrons.patch Call bucket events for cauldrons (#7486) 2024-09-29 00:04:11 +02:00
1063-Add-PlayerInsertLecternBookEvent.patch Add PlayerInsertLecternBookEvent [1.20 port] (#7305) 2024-09-29 14:28:48 -07:00
1064-Void-damage-configuration-API.patch Configurable per-world void damage offset/damage(#11436) 2024-09-30 00:06:13 +02:00
1065-Add-Offline-PDC-API.patch Add offline PDC API (#8117) 2024-10-12 21:38:18 +02:00
1066-Add-AnvilView-bypassEnchantmentLevelRestriction.patch Updated Upstream (Bukkit/CraftBukkit) (#11501) 2024-10-21 00:06:54 +02:00
1067-Add-proper-async-player-disconnections.patch Add proper async player disconnections 2024-10-16 07:00:40 -07:00