3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-15 19:10:09 +01:00
Paper/patches/server
Bjarne Koll 70ff1ec079
Only skip damage tick if damage is unmodified zero (#11058)
Only skip the damage tick logic on player entities if the original
damage was zero and was not modified by plugins down the line.

This way all the following three scenarios trigger the damage tick

  a) vanilla damage was 0, plugin set it to non zero
  b) vanilla damage was non zero, plugin did not modify it
  c) vanilla damage was non zero, plugin set it to zero.

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