Paper/patches/server
Josh Roy 18fabc08d5
Remove CraftItemStack#setAmount null assignment (#8807)
This creates a problem with Paper's item serialization
api where deserialized items, which are internally
created as a CraftItemStack, will be completely lost if
#setAmount(0) is invoked (since the underlying handle
is set to null), while a regular Bukkit ItemStack
simply sets the amount field to zero, retaining the
item's data.

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