Paper/patches/server
MrPowerGamerBR faa2f475b0
Lazily create LootContext for criterions (#9969)
For each player on each tick, enter block triggers are invoked, and these create loot contexts that are promptly thrown away since the trigger doesn't pass the predicate

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