Paper/patches/server
Bjarne Koll 425baed78f
Fully deserialise persistent anger post async load (#8560)
The modified patch prevents entity loading off the main thread when
entities are initially loaded.

However, the initial loading of an entity is not the only time the
Entity#readAdditionalSaveData method is called. Commands like /data also
invoke the method (through Entity#load) to update an entities data
without completely re-creating it.

This however breaks with the current patch, as the patch moves parts of
the entity lookup for persistent anger deserialisation into the first
tick of an entity (which obviously is only called once and hence not
re-run when an already ticking entity is modified as laid out above).

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