Paper/patches/server
Nassim Jahnke efd47e3a68
Updated Upstream (Bukkit/CraftBukkit/Spigot) (#9188)
* Updated Upstream (Bukkit/CraftBukkit/Spigot)

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:
2fcba9b2 SPIGOT-7347: Add missing documentation and details to ShapedRecipe
c278419d PR-854: Move getHighestBlockYAt methods from World to RegionAccessor
201399fb PR-853: Add API for directly setting Display transformation matrices
ecfa559a PR-849: Add InventoryView#setTitle
653d7edb SPIGOT-519: Add TNTPrimeEvent
22fccc09 PR-846: Add method to get chunk load level
a070a52c PR-844: Add methods to convert Vector to and from JOML vectors
cc7111fe PR-276: Add accessors to Wither's invulnerability ticks
777d24e9 SPIGOT-7209: Accessors and events for player's exp cooldown
ccb2d01b SPIGOT-6308: Deprecate the location name property of map items
cd04a31b PR-780: Add PlayerSpawnChangeEvent
7d1f5b64 SPIGOT-6780: Improve documentation for World#spawnFallingBlock
5696668a SPIGOT-6885: Add test and easier to debug code for reference in yaml configuration comments
2e13cff7 PR-589: Expand the FishHook API
2c7d3da5 PR-279: Minor edits to various Javadocs

CraftBukkit Changes:
01b2e1af4 SPIGOT-7346: Disallow players from executing commands after disconnecting
7fe5ee022 PR-1186: Move getHighestBlockYAt methods from World to RegionAccessor
bcc85ef67 PR-1185: Add API for directly setting Display transformation matrices
a7cfc778f PR-1176: Add InventoryView#setTitle
563d42226 SPIGOT-519: Add TNTPrimeEvent
ccbc6abca Add test for Chunk.LoadLevel mirroring
2926e0513 PR-1171: Add method to get chunk load level
63cad7f84 PR-375: Add accessors to Wither's invulnerability ticks
bfd8b1ac8 SPIGOT-7209: Accessors and events for player's exp cooldown
f92a41c39 PR-1181: Consolidate Location conversion code
10f866759 SPIGOT-6308: Deprecate the location name property of map items
82f7b658a PR-1095: Add PlayerSpawnChangeEvent
b421af7e4 PR-808: Expand the FishHook API
598ad7b3f Increase outdated build delay

Spigot Changes:
d1bd3bd2 Rebuild patches
e4265cc8 SPIGOT-7297: Entity Tracking Range option for Display entities

* Work around javac bug

* Call PlayerSpawnChangeEvent

* Updated Upstream (Bukkit/CraftBukkit/Spigot)

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:
2fcba9b2 SPIGOT-7347: Add missing documentation and details to ShapedRecipe
c278419d PR-854: Move getHighestBlockYAt methods from World to RegionAccessor
201399fb PR-853: Add API for directly setting Display transformation matrices

CraftBukkit Changes:
01b2e1af4 SPIGOT-7346: Disallow players from executing commands after disconnecting
7fe5ee022 PR-1186: Move getHighestBlockYAt methods from World to RegionAccessor
bcc85ef67 PR-1185: Add API for directly setting Display transformation matrices

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