Paper/patches/server
Bjarne Koll 938559b3e0 Fix incorrect invulnerability damage reduction (#11599)
Fixes incorrect spigot handling of the invulnerability damage
reduction applied when an already invulnerable entity is damaged with a
larger damage amount than the initial damage.
Vanilla still damages entities even if invulnerable if the damage to be
applied is larger than the previous damage taken. In that case, vanilla
applies the difference between the previous damage taken and the
proposed damage.

Spigot's damage modifier API takes over the computation of damage
reducing effects, however spigot invokes this handling with the initial
damage before computing the difference to the previous damage amount.
This leads to the reduction values to generally be larger than expected,
as they are computed on the not-yet-reduced value.
Spigot applies these reductions after calling the EntityDamageEvent and
*then* subtracts the previous damage point, leading to the final damage
amount being smaller than expected.

This patch cannot simply call the EntityDamageEvent with the reduced
damage, as that would lead to EntityDamageEvent#getDamage() returning
the already reduced damage, which breaks its method contract.
Instead, this patch makes use of the DamageModifier API, implementing
the last-damage-reduction as a DamageModifier.
2024-11-19 11:54:58 +01:00
..
Ability-to-apply-mending-to-XP-API.patch Compiler issue v5 2024-10-25 18:08:28 +02:00
Ability-to-control-player-s-insomnia-and-phantoms.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Ability-to-get-block-entities-from-a-chunk-without-s.patch 242 2024-10-23 12:32:08 +02:00
Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch 553 2024-10-23 20:15:25 +02:00
Add-ability-to-configure-frosted_ice-properties.patch first 100! 2024-10-22 20:04:31 +02:00
Add-additional-open-container-api-to-HumanEntity.patch 440 2024-10-23 17:13:43 +02:00
Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch 553 2024-10-23 20:15:25 +02:00
Add-Alternate-Current-redstone-implementation.patch [ci skip] Add missing feature patch identifiers 2024-11-18 12:31:36 +01:00
Add-and-fix-missing-BlockFadeEvents.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Add-AnvilView-bypassEnchantmentLevelRestriction.patch 1037 2024-10-25 12:28:34 +02:00
Add-API-for-CanPlaceOn-and-CanDestroy-NBT-values.patch Compiler issues v2 2024-10-25 13:52:04 +02:00
Add-API-for-item-entity-health.patch moooore 2024-10-23 22:52:43 +02:00
Add-API-for-quit-reason.patch 440 2024-10-23 17:13:43 +02:00
Add-API-for-resetting-a-single-score.patch A bunch of patches 2024-10-23 20:43:06 +01:00
Add-api-for-spawn-egg-texture-colors.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Add-API-methods-to-control-if-armor-stands-can-move.patch Some work 2024-10-22 22:00:33 +02:00
Add-API-to-get-the-collision-shape-of-a-block-before.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-ArmorStand-Item-Meta.patch Work it 2024-10-22 23:30:51 +02:00
Add-back-EntityPortalExitEvent.patch Use target pitch in teleport (generally the same thing) 2024-10-30 14:31:03 +01:00
Add-basic-Datapack-API.patch 553 2024-10-23 20:15:25 +02:00
Add-BeaconEffectEvent.patch first 100! 2024-10-22 20:04:31 +02:00
Add-BellRevealRaiderEvent.patch 553 2024-10-23 20:15:25 +02:00
Add-BellRingEvent.patch 400 2024-10-23 16:55:24 +02:00
Add-Block-isValidTool.patch 503 2024-10-23 19:46:06 +02:00
Add-BlockBreakBlockEvent.patch A bunch of patches 2024-10-23 20:43:06 +01:00
Add-BlockBreakProgressUpdateEvent.patch Patch 2024-10-24 09:53:28 -04:00
Add-BlockFace-to-BlockDamageEvent.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Add-BlockFailedDispenseEvent.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-BlockLockCheckEvent.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Add-BlockPreDispenseEvent.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-BlockStateMeta-clearBlockState.patch 400 2024-10-23 16:55:24 +02:00
Add-bypass-host-check.patch 553 2024-10-23 20:15:25 +02:00
Add-CartographyItemEvent.patch Patch 2024-10-24 09:53:28 -04:00
Add-cause-to-Weather-ThunderChangeEvents.patch 553 2024-10-23 20:15:25 +02:00
Add-Channel-initialization-listeners.patch 553 2024-10-23 20:15:25 +02:00
Add-command-line-option-to-load-extra-plugin-jars-no.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Add-CompostItemEvent-and-EntityCompostItemEvent.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Add-config-for-mobs-immune-to-default-effects.patch Patch 2024-10-24 09:53:28 -04:00
Add-config-option-for-spider-worldborder-climbing.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Add-config-option-for-worlds-affected-by-time-cmd.patch moooore 2024-10-23 22:52:43 +02:00
Add-config-to-disable-ender-dragon-legacy-check.patch Breakpoint before projectile mess 2024-10-23 11:04:00 +02:00
Add-configurable-entity-despawn-distances.patch first 100! 2024-10-22 20:04:31 +02:00
Add-configurable-height-for-slime-spawn.patch moooore 2024-10-23 22:52:43 +02:00
Add-configurable-portal-search-radius.patch first 100! 2024-10-22 20:04:31 +02:00
Add-configuration-option-to-prevent-player-names-fro.patch More work? 2024-10-22 22:38:26 +02:00
add-consumeFuel-to-FurnaceBurnEvent.patch 553 2024-10-23 20:15:25 +02:00
Add-critical-damage-API.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch 242 2024-10-23 12:32:08 +02:00
Add-debug-for-sync-chunk-loads.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Add-Destroy-Speed-API.patch 440 2024-10-23 17:13:43 +02:00
Add-DragonEggFormEvent.patch 503 2024-10-23 19:46:06 +02:00
Add-drops-to-shear-events.patch Fix drops for shearing mushroom cow (#11632) 2024-11-19 11:14:19 +01:00
Add-Early-Warning-Feature-to-WatchDog.patch 242 2024-10-23 12:32:08 +02:00
Add-ElderGuardianAppearanceEvent.patch 553 2024-10-23 20:15:25 +02:00
Add-enchantment-seed-update-API.patch 1020 2024-10-25 00:08:35 +02:00
Add-enchantWithLevels-with-enchantment-registry-set.patch 1037 2024-10-25 12:28:34 +02:00
Add-Entity-Body-Yaw-API.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Add-entity-knockback-API.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Add-entity-knockback-events.patch Breakpoint before projectile mess 2024-10-23 11:04:00 +02:00
Add-entity-liquid-API.patch 400 2024-10-23 16:55:24 +02:00
Add-EntityBlockStorage-clearEntities.patch 553 2024-10-23 20:15:25 +02:00
Add-EntityDamageItemEvent.patch Work work work work 2024-10-23 20:50:46 +02:00
Add-EntityDyeEvent-and-CollarColorable-interface.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Add-EntityFertilizeEggEvent.patch fix some issues 2024-10-25 20:09:45 +02:00
Add-EntityInsideBlockEvent.patch 553 2024-10-23 20:15:25 +02:00
Add-EntityLoadCrossbowEvent.patch Some more work 2024-10-23 17:58:11 +02:00
Add-EntityMoveEvent.patch 503 2024-10-23 19:46:06 +02:00
Add-EntityPortalReadyEvent.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Add-EntityTeleportEndGatewayEvent.patch Work work work 2024-10-23 00:02:50 +02:00
Add-EntityToggleSitEvent.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Add-EntityZapEvent.patch Some work 2024-10-22 22:00:33 +02:00
Add-environment-variable-to-disable-server-gui.patch 553 2024-10-23 20:15:25 +02:00
Add-even-more-Enchantment-API.patch 1020 2024-10-25 00:08:35 +02:00
Add-event-for-player-editing-sign.patch good luck americans 2024-10-24 00:42:38 +02:00
Add-exception-reporting-event.patch first 100! 2024-10-22 20:04:31 +02:00
Add-experience-points-API.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-fast-alternative-constructor-for-Rotations.patch 503 2024-10-23 19:46:06 +02:00
Add-FeatureFlag-API.patch Updated Upstream (Bukkit/CraftBukkit) (#11543) 2024-10-31 23:44:34 +01:00
Add-fire-tick-delay-option.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Add-FluidState-API.patch Patch 2024-10-24 09:53:28 -04:00
Add-GameEvent-tags.patch Compiler issue v5 2024-10-25 18:08:28 +02:00
add-get-set-drop-chance-to-EntityEquipment.patch 553 2024-10-23 20:15:25 +02:00
Add-getChunkSnapshot-includeLightData-parameter.patch Patch 2024-10-24 09:53:28 -04:00
Add-getDrops-to-BlockState.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Add-getMainThreadExecutor-to-BukkitScheduler.patch 503 2024-10-23 19:46:06 +02:00
Add-getOfflinePlayerIfCached-String.patch 440 2024-10-23 17:13:43 +02:00
add-hand-to-BlockMultiPlaceEvent.patch Patches 2024-10-23 09:54:09 -04:00
Add-hand-to-fish-event-for-all-player-interactions.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch first 100! 2024-10-22 20:04:31 +02:00
Add-hasCollision-methods-to-various-places.patch A bunch of patches 2024-10-23 20:43:06 +01:00
Add-HiddenPotionEffect-API.patch 553 2024-10-23 20:15:25 +02:00
Add-ignore-discounts-API.patch 440 2024-10-23 17:13:43 +02:00
add-isDeeplySleeping-to-HumanEntity.patch 553 2024-10-23 20:15:25 +02:00
Add-ItemFactory-getSpawnEgg-API.patch Compiler issues v2 2024-10-25 13:52:04 +02:00
Add-ItemType-getItemRarity.patch 1020 2024-10-25 00:08:35 +02:00
Add-Lifecycle-Event-system.patch Patch 2024-10-24 09:53:28 -04:00
Add-Listing-API-for-Player.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Add-LivingEntity-clearActiveItem.patch 440 2024-10-23 17:13:43 +02:00
Add-LivingEntity-getTargetEntity.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Add-method-to-remove-all-active-potion-effects.patch good luck americans 2024-10-24 00:42:38 +02:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch first 100! 2024-10-22 20:04:31 +02:00
Add-methods-to-find-targets-for-lightning-strikes.patch A bunch of patches 2024-10-23 20:43:06 +01:00
Add-methods-to-get-translation-keys.patch Fix NPE with enchantable (#11557) 2024-11-09 23:26:01 +01:00
Add-missing-block-data-API.patch moooore 2024-10-23 22:52:43 +02:00
Add-missing-default-perms-for-commands.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11561) 2024-11-04 09:42:38 -08:00
Add-missing-fishing-event-state.patch 963 2024-10-24 17:16:31 +02:00
Add-missing-forceDrop-toggles.patch Fix drops for shearing bogged (#11628) 2024-11-19 11:05:54 +01:00
Add-missing-IAE-check-for-PersistentDataContainer-ha.patch moooore 2024-10-23 22:52:43 +02:00
Add-missing-important-BlockStateListPopulator-method.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Add-missing-InventoryHolders-to-inventories.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-missing-InventoryType.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Add-missing-logs-for-log-ips-config-option.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-missing-SpigotConfig-logCommands-check.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Add-missing-structure-set-seed-configs.patch Test compile fixes 2024-10-25 19:15:40 +02:00
Add-missing-team-sidebar-display-slots.patch A bunch of patches 2024-10-23 20:43:06 +01:00
Add-missing-Validate-calls-to-CraftServer-getSpawnLi.patch moooore 2024-10-23 22:52:43 +02:00
Add-Mob-Experience-reward-API.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Add-Mob-lookAt-API.patch 553 2024-10-23 20:15:25 +02:00
Add-moon-phase-API.patch 400 2024-10-23 16:55:24 +02:00
Add-more-advancement-API.patch A bunch of patches 2024-10-23 20:43:06 +01:00
Add-more-Campfire-API.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Add-More-Creeper-API.patch 242 2024-10-23 12:32:08 +02:00
Add-more-entities-to-activation-range-ignore-list.patch first 100! 2024-10-22 20:04:31 +02:00
Add-more-Evoker-API.patch 400 2024-10-23 16:55:24 +02:00
Add-more-fields-to-AsyncPreLoginEvent.patch Work it 2024-10-22 23:30:51 +02:00
add-more-information-to-Entity.toString.patch Breakpoint before projectile mess 2024-10-23 11:04:00 +02:00
Add-more-LimitedRegion-API.patch 553 2024-10-23 20:15:25 +02:00
add-more-scoreboard-API.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-more-WanderingTrader-API.patch 553 2024-10-23 20:15:25 +02:00
Add-more-Witch-API.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Add-more-Zombie-API.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Add-Moving-Piston-API.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Add-NamespacedKey-biome-methods.patch Updated Upstream (Bukkit/CraftBukkit) (#11543) 2024-10-31 23:44:34 +01:00
add-number-format-api.patch Patch 2024-10-24 09:53:28 -04:00
Add-OBSTRUCTED-reason-to-BedEnterResult.patch 440 2024-10-23 17:13:43 +02:00
Add-Offline-PDC-API.patch 1037 2024-10-25 12:28:34 +02:00
Add-onboarding-message-for-initial-server-start.patch Patch 2024-10-24 09:53:28 -04:00
Add-openSign-method-to-HumanEntity.patch Work it 2024-10-22 23:30:51 +02:00
Add-option-for-console-having-all-permissions.patch Patch 2024-10-23 10:08:40 -04:00
Add-option-for-strict-advancement-dimension-checks.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Add-option-to-allow-iron-golems-to-spawn-in-air.patch Patches 2024-10-23 09:54:09 -04:00
Add-option-to-disable-block-updates.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Add-option-to-disable-pillager-patrols.patch 298 2024-10-23 15:02:51 +02:00
Add-option-to-fix-items-merging-through-walls.patch 553 2024-10-23 20:15:25 +02:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch More work? 2024-10-22 22:38:26 +02:00
Add-option-to-nerf-pigmen-from-nether-portals.patch Patches 2024-10-23 09:54:09 -04:00
Add-option-to-prevent-players-from-moving-into-unloa.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Add-packet-limiter-config.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Add-paper-dumplisteners-command.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Add-paper-mobcaps-and-paper-playermobcaps.patch A bunch more 637 2024-10-23 21:10:14 +01:00
add-per-world-spawn-limits.patch 553 2024-10-23 20:15:25 +02:00
Add-permission-for-command-blocks.patch 400 2024-10-23 16:55:24 +02:00
Add-phantom-creative-and-insomniac-controls.patch Patch 2024-10-23 10:04:01 -04:00
Add-PhantomPreSpawnEvent.patch 242 2024-10-23 12:32:08 +02:00
Add-Player-getFishHook.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Add-player-idle-duration-API.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-Player-Warden-Warning-API.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Add-PlayerAdvancementCriterionGrantEvent.patch Work it 2024-10-22 23:30:51 +02:00
Add-PlayerArmorChangeEvent.patch Fix Naming issue inside Add PlayerArmorChangeEvent (#11614) 2024-11-15 09:00:33 +00:00
Add-PlayerArmSwingEvent.patch Work work work work 2024-10-23 20:50:46 +02:00
Add-PlayerAttackEntityCooldownResetEvent.patch Patch 2024-10-23 10:04:01 -04:00
Add-PlayerBedFailEnterEvent.patch 553 2024-10-23 20:15:25 +02:00
Add-PlayerChangeBeaconEffectEvent.patch 503 2024-10-23 19:46:06 +02:00
Add-PlayerConnectionCloseEvent.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Add-PlayerDeepSleepEvent.patch 553 2024-10-23 20:15:25 +02:00
Add-PlayerFlowerPotManipulateEvent.patch Compiler issues v3 2024-10-25 14:55:49 +02:00
Add-PlayerInsertLecternBookEvent.patch 1037 2024-10-25 12:28:34 +02:00
Add-PlayerInventorySlotChangeEvent.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Add-PlayerItemCooldownEvent.patch Add PlayerItemGroupCooldownEvent (#11625) 2024-11-19 11:33:06 +01:00
Add-PlayerItemFrameChangeEvent.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Add-PlayerJumpEvent.patch 440 2024-10-23 17:13:43 +02:00
Add-PlayerKickEvent-causes.patch 553 2024-10-23 20:15:25 +02:00
Add-PlayerLecternPageChangeEvent.patch Some more work 2024-10-23 17:58:11 +02:00
Add-PlayerLoomPatternSelectEvent.patch Some more work 2024-10-23 17:58:11 +02:00
Add-PlayerNameEntityEvent.patch 503 2024-10-23 19:46:06 +02:00
Add-PlayerPickItemEvent.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-PlayerPostRespawnEvent.patch 298 2024-10-23 15:02:51 +02:00
Add-PlayerRecipeBookClickEvent.patch 400 2024-10-23 16:55:24 +02:00
Add-PlayerSetSpawnEvent.patch Work work work work 2024-10-23 20:50:46 +02:00
Add-PlayerShearBlockEvent.patch Compiler issues v3 2024-10-25 14:55:49 +02:00
Add-PlayerShieldDisableEvent.patch Patch 2024-10-24 09:25:36 -04:00
Add-PlayerStonecutterRecipeSelectEvent.patch 503 2024-10-23 19:46:06 +02:00
Add-PlayerStopUsingItemEvent.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Add-PlayerTradeEvent-and-PlayerPurchaseEvent.patch Patch 2024-10-24 09:25:36 -04:00
Add-PlayerUseUnknownEntityEvent.patch first 100! 2024-10-22 20:04:31 +02:00
Add-playPickupItemAnimation-to-LivingEntity.patch 400 2024-10-23 16:55:24 +02:00
Add-plugin-info-at-startup.patch 1020 2024-10-25 00:08:35 +02:00
Add-predicate-for-blocks-when-raytracing.patch Work on compile errors 2024-10-25 12:30:19 +02:00
Add-PrepareResultEvent.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-PrePlayerAttackEntityEvent.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Add-ProjectileCollideEvent.patch Some work 2024-10-22 22:00:33 +02:00
Add-proper-async-player-disconnections.patch Compiler issues v2 2024-10-25 13:52:04 +02:00
Add-PufferFishStateChangeEvent.patch 553 2024-10-23 20:15:25 +02:00
Add-Raw-Byte-Entity-Serialization.patch Compiler issues v3 2024-10-25 14:55:49 +02:00
Add-Raw-Byte-ItemStack-Serialization.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Add-ray-tracing-methods-to-LivingEntity.patch 242 2024-10-23 12:32:08 +02:00
Add-recipe-to-cook-events.patch 503 2024-10-23 19:46:06 +02:00
Add-recipeBrewTime.patch 1037 2024-10-25 12:28:34 +02:00
Add-registry-entry-and-builders.patch Fix NPE with enchantable (#11557) 2024-11-09 23:26:01 +01:00
Add-RegistryAccess-for-managing-Registries.patch Fix NPE with enchantable (#11557) 2024-11-09 23:26:01 +01:00
Add-root-admin-user-detection.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Add-sendOpLevel-API.patch 503 2024-10-23 19:46:06 +02:00
Add-server-name-parameter.patch first 100! 2024-10-22 20:04:31 +02:00
Add-ServerResourcesReloadedEvent.patch Some more work 2024-10-23 17:58:11 +02:00
Add-setPlayerProfile-API-for-Skulls.patch Work it 2024-10-22 23:30:51 +02:00
Add-setting-for-proxy-online-mode-status.patch Some work 2024-10-22 22:00:33 +02:00
Add-Shearable-API.patch Compiler issues v4 2024-10-25 17:08:48 +02:00
Add-ShulkerDuplicateEvent.patch Patch 2024-10-24 09:25:36 -04:00
Add-skipping-world-symlink-scan.patch 1020 2024-10-25 00:08:35 +02:00
Add-slot-sanity-checks-in-container-clicks.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-Sneaking-API-for-Entities.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Add-source-to-PlayerExpChangeEvent.patch Some work 2024-10-22 22:00:33 +02:00
Add-startup-flag-to-disable-gamerule-limits.patch Update disableGameRuleLimits casing 2024-11-18 12:24:37 +01:00
Add-Structure-check-API.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-StructuresLocateEvent.patch Compiler issues v3 2024-10-25 14:55:49 +02:00
Add-sun-related-API.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Add-support-for-Proxy-Protocol.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Add-System.out-err-catcher.patch Work work work work 2024-10-23 20:50:46 +02:00
Add-TameableDeathMessageEvent.patch fix some issues 2024-10-25 20:09:45 +02:00
Add-TargetHitEvent.patch Some more work 2024-10-23 17:58:11 +02:00
Add-ThrownEggHatchEvent.patch Patches 2024-10-23 09:54:09 -04:00
Add-tick-times-API-and-mspt-command.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Add-titleOverride-to-InventoryOpenEvent.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-TNTPrimeEvent.patch 242 2024-10-23 12:32:08 +02:00
Add-toggle-for-always-placing-the-dragon-egg.patch 503 2024-10-23 19:46:06 +02:00
Add-transient-modifier-API.patch good luck americans 2024-10-24 00:42:38 +02:00
Add-Unix-domain-socket-support.patch 553 2024-10-23 20:15:25 +02:00
Add-UnknownCommandEvent.patch More work? 2024-10-22 22:38:26 +02:00
Add-UUID-attribute-modifier-API.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Add-various-missing-EntityDropItemEvent-calls.patch Compiler issues v2 2024-10-25 13:52:04 +02:00
Add-Velocity-IP-Forwarding-Support.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Add-velocity-warnings.patch first 100! 2024-10-22 20:04:31 +02:00
Add-villager-reputation-API.patch Patch 2024-10-23 10:08:40 -04:00
Add-Wandering-Trader-spawn-rate-config-options.patch 440 2024-10-23 17:13:43 +02:00
Add-WardenAngerChangeEvent.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Add-whitelist-events.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Add-world-settings-for-mobs-picking-up-loot.patch Some more work 2024-10-23 17:58:11 +02:00
Add-World-Util-Methods.patch first 100! 2024-10-22 20:04:31 +02:00
Add-worldborder-events.patch 503 2024-10-23 19:46:06 +02:00
Add-WorldGameRuleChangeEvent.patch Some more work 2024-10-23 17:58:11 +02:00
Add-zombie-targets-turtle-egg-config.patch 400 2024-10-23 16:55:24 +02:00
Added-API-to-get-player-ha-proxy-address.patch Patch 2024-10-24 10:02:45 -04:00
Added-byte-array-serialization-deserialization-for-P.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
added-option-to-disable-pathfinding-updates-on-block.patch 503 2024-10-23 19:46:06 +02:00
Additional-Block-Material-API.patch Some more work 2024-10-23 17:58:11 +02:00
Adopt-MaterialRerouting.patch 963 2024-10-24 17:16:31 +02:00
Adventure.patch Item DataComponent API (#10845) 2024-11-18 15:09:44 -05:00
All-chunks-are-slime-spawn-chunks-toggle.patch first 100! 2024-10-22 20:04:31 +02:00
Allow-adding-items-to-BlockDropItemEvent.patch 503 2024-10-23 19:46:06 +02:00
Allow-Bukkit-plugin-to-use-Paper-PluginLoader-API.patch 963 2024-10-24 17:16:31 +02:00
Allow-changing-the-EnderDragon-podium.patch fix some issues 2024-10-25 20:09:45 +02:00
Allow-chests-to-be-placed-with-NBT-data.patch Fluid Flowing ifLoaded patch 2024-10-23 13:13:00 +02:00
Allow-disabling-armor-stand-ticking.patch 242 2024-10-23 12:32:08 +02:00
Allow-disabling-mob-spawner-spawn-egg-transformation.patch Some more work 2024-10-23 17:58:11 +02:00
Allow-nerfed-mobs-to-jump.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Allow-null-itemstack-for-Player-sendEquipmentChange.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Allow-proper-checking-of-empty-item-stacks.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Allow-Reloading-of-Command-Aliases.patch Some work 2024-10-22 22:00:33 +02:00
Allow-Reloading-of-Custom-Permissions.patch first 100! 2024-10-22 20:04:31 +02:00
Allow-Saving-of-Oversized-Chunks.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Allow-skipping-writing-of-comments-to-server.propert.patch Work work work work 2024-10-23 20:50:46 +02:00
Allow-specifying-a-custom-authentication-servers-dow.patch Work it 2024-10-22 23:30:51 +02:00
Allow-trident-custom-damage.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Allow-using-old-ender-pearl-behavior.patch Allow using old ender pearl behavior & apply ender pearl exploit patch (#11524) 2024-10-30 10:09:05 -07:00
Allow-using-signs-inside-spawn-protection.patch 503 2024-10-23 19:46:06 +02:00
Alternative-item-despawn-rate.patch Patches 2024-10-23 09:54:09 -04:00
Always-send-Banner-patterns-to-the-client.patch 1037 2024-10-25 12:28:34 +02:00
Anti-Xray.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
AnvilDamageEvent.patch 242 2024-10-23 12:32:08 +02:00
API-for-an-entity-s-scoreboard-name.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
API-for-checking-sent-chunks.patch fix compile issues 2024-10-25 12:47:52 -07:00
API-for-creating-command-sender-which-forwards-feedb.patch moooore 2024-10-23 22:52:43 +02:00
API-for-updating-recipes-on-clients.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11561) 2024-11-04 09:42:38 -08:00
API-to-get-a-BlockState-without-a-snapshot.patch Work it 2024-10-22 23:30:51 +02:00
API-to-get-Material-from-Boats-and-Minecarts.patch Improve Minecart#getMinecartMaterial (#11544) 2024-11-09 23:22:01 +01:00
Async-command-map-building.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Async-GameProfileCache-saving.patch first 100! 2024-10-22 20:04:31 +02:00
AsyncTabCompleteEvent.patch Work it 2024-10-22 23:30:51 +02:00
Attempt-to-recalculate-regionfile-header-if-it-is-co.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Avoid-blocking-on-Network-Manager-creation.patch Some work 2024-10-22 22:00:33 +02:00
Avoid-error-bubbling-up-when-item-stack-is-empty-in-.patch 440 2024-10-23 17:13:43 +02:00
Avoid-issues-with-certain-tasks-not-processing-durin.patch Avoid issues with certain tasks not processing during sleep (#11526) 2024-10-29 12:46:33 -07:00
Avoid-Lazy-Initialization-for-Enum-Fields.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Bandaid-fix-for-Effect.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Basic-PlayerProfile-API.patch More work? 2024-10-22 22:38:26 +02:00
Be-a-bit-more-informative-in-maxHealth-exception.patch first 100! 2024-10-22 20:04:31 +02:00
Beacon-API-custom-effect-ranges.patch 440 2024-10-23 17:13:43 +02:00
Bees-get-gravity-in-void.-Fixes-MC-167279.patch Some more compile issues 2024-10-25 13:34:01 +02:00
Block-Enderpearl-Travel-Exploit.patch Allow using old ender pearl behavior & apply ender pearl exploit patch (#11524) 2024-10-30 10:09:05 -07:00
Block-player-logins-during-server-shutdown.patch Work it 2024-10-22 23:30:51 +02:00
Block-Ticking-API.patch Compile issues 1 2024-10-25 13:19:23 +02:00
BlockDestroyEvent.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Book-size-limits.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Bound-Treasure-Maps-to-World-Border.patch Some work 2024-10-22 22:00:33 +02:00
Brand-support.patch 400 2024-10-23 16:55:24 +02:00
Break-redstone-on-top-of-trap-doors-early.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Break-up-and-make-tab-spam-limits-configurable.patch 440 2024-10-23 17:13:43 +02:00
Brigadier-based-command-API.patch Updated Upstream (Bukkit/CraftBukkit) 2024-11-09 17:01:35 +01:00
Brigadier-Mojang-API.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Broadcast-take-item-packets-with-collector-as-source.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Bucketable-API.patch moooore 2024-10-23 22:52:43 +02:00
Buffer-joins-to-world.patch 400 2024-10-23 16:55:24 +02:00
Buffer-OOB-setBlock-calls.patch moooore 2024-10-23 22:52:43 +02:00
Build-system-changes.patch Updated Upstream (Bukkit/CraftBukkit) (#11626) 2024-11-17 16:52:44 +01:00
Bundle-spark.patch Fix NPE with spark when CraftServer is not init yet (#11558) 2024-11-01 21:37:45 +01:00
Cache-block-data-strings.patch 400 2024-10-23 16:55:24 +02:00
Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch 440 2024-10-23 17:13:43 +02:00
Cache-map-ids-on-item-frames.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Cache-resource-keys-and-optimize-reference-Holder-ta.patch Updated Upstream (Bukkit/CraftBukkit) (#11543) 2024-10-31 23:44:34 +01:00
Cache-user-authenticator-threads.patch Some work 2024-10-22 22:00:33 +02:00
Call-BlockGrowEvent-for-missing-blocks.patch good luck americans 2024-10-24 00:42:38 +02:00
Call-BlockPhysicsEvent-more-often.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Call-BlockRedstoneEvents-properly.patch get previous redstone level from the right state for experimental wires 2024-10-31 16:48:37 +01:00
Call-bucket-events-for-cauldrons.patch 1037 2024-10-25 12:28:34 +02:00
Call-CraftPlayer-onEntityRemove-for-all-online-playe.patch Re-add exact choice shapeless support (#11546) 2024-11-09 13:53:53 -08:00
Call-missing-BlockDispenseEvent.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Call-PaperServerListPingEvent-for-legacy-pings.patch Work it 2024-10-22 23:30:51 +02:00
Call-player-spectator-target-events-and-improve-impl.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch 298 2024-10-23 15:02:51 +02:00
Cap-Entity-Collisions.patch More work? 2024-10-22 22:38:26 +02:00
CB-fixes.patch Updated Upstream (Bukkit/CraftBukkit) (#11543) 2024-10-31 23:44:34 +01:00
Change-EnderEye-target-without-changing-other-things.patch Work work work work 2024-10-23 20:50:46 +02:00
Check-dead-flag-in-isAlive.patch 1020 2024-10-25 00:08:35 +02:00
Check-distance-in-entity-interactions.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Check-Drowned-for-Villager-Aggression-Config.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Check-for-block-type-in-SculkSensorBlock-canActivate.patch 1020 2024-10-25 00:08:35 +02:00
check-global-player-list-where-appropriate.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
check-if-itemstack-is-stackable-first.patch 963 2024-10-24 17:16:31 +02:00
Check-online-mode-before-converting-and-renaming-pla.patch first 100! 2024-10-22 20:04:31 +02:00
Check-requirement-before-suggesting-root-nodes.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Chunk-Save-Reattempt.patch first 100! 2024-10-22 20:04:31 +02:00
Climbing-should-not-bypass-cramming-gamerule.patch 440 2024-10-23 17:13:43 +02:00
Collision-API.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Collision-option-for-requiring-a-player-participant.patch 503 2024-10-23 19:46:06 +02:00
Complete-resource-pack-API.patch first 100! 2024-10-22 20:04:31 +02:00
ConcurrentUtil.patch Rebase fixups 2024-10-25 12:24:15 -07:00
config-for-disabling-entity-tag-tags.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Config-option-for-Piglins-guarding-chests.patch Work work work work 2024-10-23 20:50:46 +02:00
Configurable-baby-zombie-movement-speed.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Configurable-cactus-bamboo-and-reed-growth-height.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Configurable-Cartographer-Treasure-Maps.patch Some work 2024-10-22 22:00:33 +02:00
Configurable-chance-of-villager-zombie-infection.patch Patches 2024-10-23 09:54:09 -04:00
Configurable-chat-thread-limit.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Configurable-Chunk-Inhabited-Time.patch first 100! 2024-10-22 20:04:31 +02:00
Configurable-connection-throttle-kick-message.patch Fluid Flowing ifLoaded patch 2024-10-23 13:13:00 +02:00
Configurable-container-update-tick-rate.patch first 100! 2024-10-22 20:04:31 +02:00
Configurable-damage-tick-when-blocking-with-shield.patch 963 2024-10-24 17:16:31 +02:00
Configurable-Disabling-Cat-Chest-Detection.patch first 100! 2024-10-22 20:04:31 +02:00
Configurable-door-breaking-difficulty.patch Some more work 2024-10-23 17:58:11 +02:00
Configurable-end-credits.patch first 100! 2024-10-22 20:04:31 +02:00
Configurable-entity-tracking-range-by-Y-coordinate.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Configurable-feature-seeds.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Configurable-fishing-time-ranges.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Configurable-flying-kick-messages.patch Some work 2024-10-22 22:00:33 +02:00
Configurable-item-frame-map-cursor-update-interval.patch Work work work work 2024-10-23 20:50:46 +02:00
Configurable-LootPool-luck-formula.patch Work work work 2024-10-23 00:02:50 +02:00
Configurable-max-block-fluid-ticks.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Configurable-max-block-light-for-monster-spawning.patch moooore 2024-10-23 22:52:43 +02:00
Configurable-max-leash-distance.patch 503 2024-10-23 19:46:06 +02:00
Configurable-mob-spawner-tick-rate.patch first 100! 2024-10-22 20:04:31 +02:00
Configurable-Non-Player-Arrow-Despawn-Rate.patch first 100! 2024-10-22 20:04:31 +02:00
Configurable-packet-in-spam-threshold.patch Some work 2024-10-22 22:00:33 +02:00
Configurable-Player-Collision.patch first 100! 2024-10-22 20:04:31 +02:00
Configurable-projectile-relative-velocity.patch 298 2024-10-23 15:02:51 +02:00
Configurable-random-tick-rates-for-blocks.patch first 100! 2024-10-22 20:04:31 +02:00
Configurable-RCON-IP-address.patch first 100! 2024-10-22 20:04:31 +02:00
Configurable-Region-Compression-Format.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Configurable-Sand-Duping.patch 1000 2024-10-24 23:03:27 +02:00
Configurable-sculk-sensor-listener-range.patch moooore 2024-10-23 22:52:43 +02:00
Configurable-spawn-chances-for-skeleton-horses.patch first 100! 2024-10-22 20:04:31 +02:00
Configurable-speed-for-water-flowing-over-lava.patch 242 2024-10-23 12:32:08 +02:00
Configurable-sprint-interruption-on-attack.patch Work it 2024-10-22 23:30:51 +02:00
Configurable-top-of-nether-void-damage.patch first 100! 2024-10-22 20:04:31 +02:00
Configuration-for-horizontal-only-item-merging.patch 1020 2024-10-25 00:08:35 +02:00
Configure-sniffer-egg-hatch-time.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Convert-legacy-attributes-in-Item-Meta.patch 400 2024-10-23 16:55:24 +02:00
Correct-update-cursor.patch Correct update cursor (#11554) 2024-11-01 15:57:23 +01:00
Correctly-check-if-bucket-dispenses-will-succeed-for.patch 553 2024-10-23 20:15:25 +02:00
Correctly-handle-ArmorStand-invisibility.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Correctly-handle-interactions-with-items-on-cooldown.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Correctly-shrink-items-during-EntityResurrectEvent.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Create-HoverEvent-from-ItemStack-Entity.patch Compiler issues v2 2024-10-25 13:52:04 +02:00
Custom-Chat-Completion-Suggestions-API.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Custom-Potion-Mixes.patch moooore 2024-10-23 22:52:43 +02:00
Custom-replacement-for-eaten-items.patch first 100! 2024-10-22 20:04:31 +02:00
DataComponent-API.patch Item DataComponent API (#10845) 2024-11-18 15:09:44 -05:00
Dead-Player-s-shouldn-t-be-able-to-move.patch Patch 2024-10-23 10:04:01 -04:00
Deep-clone-nbt-tags-in-PDC.patch Patch 2024-10-24 09:53:28 -04:00
Default-loading-permissions.yml-before-plugins.patch first 100! 2024-10-22 20:04:31 +02:00
Deobfuscate-stacktraces-in-log-messages-crash-report.patch Configure mockito agent (#11560) 2024-11-09 22:49:07 +01:00
Deprecate-and-replace-methods-with-old-StructureType.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Deprecate-InvAction-HOTBAR_MOVE_AND_READD.patch 963 2024-10-24 17:16:31 +02:00
Deprecate-ItemStack-setType.patch Patch 2024-10-24 09:53:28 -04:00
Detail-more-information-in-watchdog-dumps.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Detect-headless-JREs.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Determine-lava-and-water-fluid-explosion-resistance-.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Disable-component-selector-resolving-in-books-by-def.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Disable-Explicit-Network-Manager-Flushing.patch Work it 2024-10-22 23:30:51 +02:00
Disable-explosion-knockback.patch first 100! 2024-10-22 20:04:31 +02:00
disable-forced-empty-world-ticks.patch Checkpoint 2024-10-24 19:40:24 +01:00
Disable-ice-and-snow.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Disable-memory-reserve-allocating.patch Patch 2024-10-24 09:53:28 -04:00
Disable-pretty-printing-for-advancement-saving.patch 1037 2024-10-25 12:28:34 +02:00
Disable-Scoreboards-for-non-players-by-default.patch first 100! 2024-10-22 20:04:31 +02:00
Disable-spigot-tick-limiters.patch first 100! 2024-10-22 20:04:31 +02:00
Disable-thunder.patch first 100! 2024-10-22 20:04:31 +02:00
Do-crystal-portal-proximity-check-before-entity-look.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Do-not-accept-invalid-client-settings.patch 400 2024-10-23 16:55:24 +02:00
Do-not-allow-Vexes-to-load-chunks.patch Patches 2024-10-23 09:54:09 -04:00
Do-not-let-the-server-load-chunks-from-newer-version.patch 400 2024-10-23 16:55:24 +02:00
Do-not-load-chunks-for-Pathfinding.patch first 100! 2024-10-22 20:04:31 +02:00
Do-not-read-tile-entities-in-chunks-that-are-positio.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Do-not-run-close-logic-for-inventories-on-chunk-unlo.patch A bunch of patches 2024-10-23 20:43:06 +01:00
Do-not-submit-profile-lookups-to-worldgen-threads.patch More work? 2024-10-22 22:38:26 +02:00
Do-not-sync-load-chunk-for-dynamic-game-event-listen.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Don-t-allow-digging-into-unloaded-chunks.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Don-t-allow-vehicle-movement-from-players-while-tele.patch moooore 2024-10-23 22:52:43 +02:00
Don-t-apply-cramming-damage-to-players.patch Work work work work 2024-10-23 20:50:46 +02:00
don-t-attempt-to-teleport-dead-entities.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Don-t-broadcast-messages-to-command-blocks.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch 400 2024-10-23 16:55:24 +02:00
Don-t-check-if-we-can-see-non-visible-entities.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Patch 2024-10-23 10:04:01 -04:00
Don-t-enforce-icanhasbukkit-default-if-alias-block-e.patch good luck americans 2024-10-24 00:42:38 +02:00
Don-t-fire-BlockFade-on-worldgen-threads.patch Patch 2024-10-23 10:04:01 -04:00
Don-t-fire-sync-events-during-worldgen.patch Some more compile issues 2024-10-25 13:34:01 +02:00
Don-t-ignore-result-of-PlayerEditBookEvent.patch 503 2024-10-23 19:46:06 +02:00
Don-t-load-chunks-for-supporting-block-checks.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Don-t-load-Chunks-from-Hoppers-and-other-things.patch Patches 2024-10-23 09:54:09 -04:00
Don-t-log-debug-logging-being-disabled.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Don-t-lookup-fluid-state-when-raytracing-skip-air-bl.patch Work on compile errors 2024-10-25 12:30:19 +02:00
Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Some work 2024-10-22 22:00:33 +02:00
Don-t-move-existing-players-to-world-spawn.patch Patch 2024-10-23 10:04:01 -04:00
Don-t-read-neighbour-chunk-data-off-disk-when-conver.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Don-t-require-FACING-data.patch 400 2024-10-23 16:55:24 +02:00
Don-t-respond-to-ServerboundCommandSuggestionPacket-.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Don-t-run-entity-collision-code-if-not-needed.patch Work on compile errors 2024-10-25 12:30:19 +02:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch first 100! 2024-10-22 20:04:31 +02:00
Don-t-sleep-after-profile-lookups-if-not-needed.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Don-t-tab-complete-namespaced-commands-if-send-names.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Don-t-tick-dead-players.patch Patch 2024-10-23 10:04:01 -04:00
Don-t-tick-markers.patch Fix Entity#isTicking and update Paper entity command (#11590) 2024-11-09 07:41:26 -07:00
Don-t-use-level-random-in-entity-constructors.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Dont-block-Player-remove-if-the-handle-is-a-custom-p.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Dont-resend-blocks-on-interactions.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Dont-resent-entity-on-art-update.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Dont-send-unnecessary-sign-update.patch 298 2024-10-23 15:02:51 +02:00
Drop-carried-item-when-player-has-disconnected.patch 503 2024-10-23 19:46:06 +02:00
Drop-falling-block-and-tnt-entities-at-the-specified.patch Some more compile issues 2024-10-25 13:34:01 +02:00
Duplicate-UUID-Resolve-Option.patch 298 2024-10-23 15:02:51 +02:00
Eigencraft-redstone-implementation.patch [ci skip] Add missing feature patch identifiers 2024-11-18 12:31:36 +01:00
Elder-Guardian-appearance-API.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Empty-commands-shall-not-be-dispatched.patch Some more work 2024-10-23 17:58:11 +02:00
EnderDragon-Events.patch Breakpoint before projectile mess 2024-10-23 11:04:00 +02:00
Enderman.teleportRandomly.patch Work it 2024-10-22 23:30:51 +02:00
EndermanAttackPlayerEvent.patch Work work work 2024-10-23 00:02:50 +02:00
EndermanEscapeEvent.patch Work it 2024-10-22 23:30:51 +02:00
Enforce-Sync-Player-Saves.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Enhance-console-tab-completions-for-brigadier-comman.patch 503 2024-10-23 19:46:06 +02:00
Ensure-entity-passenger-world-matches-ridden-entity.patch moooore 2024-10-23 22:52:43 +02:00
Ensure-Entity-position-and-AABB-are-never-invalid.patch 400 2024-10-23 16:55:24 +02:00
Ensure-EntityRaider-respects-game-and-entity-rules-f.patch Some more compile issues 2024-10-25 13:34:01 +02:00
ensure-reset-EnderDragon-boss-event-name.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Ensure-valid-vehicle-status.patch A bunch more 637 2024-10-23 21:10:14 +01:00
ensureServerConversions-API.patch Work it 2024-10-22 23:30:51 +02:00
Entity-Activation-Range-2.0.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Entity-AddTo-RemoveFrom-World-Events.patch first 100! 2024-10-22 20:04:31 +02:00
Entity-fromMobSpawner.patch Work it 2024-10-22 23:30:51 +02:00
Entity-isTicking.patch Fix Entity#isTicking and update Paper entity command (#11590) 2024-11-09 07:41:26 -07:00
Entity-Jump-API.patch Patches 2024-10-23 09:54:09 -04:00
Entity-load-save-limit-per-chunk.patch Apply more patches 2024-10-26 17:49:28 +02:00
Entity-Origin-API.patch first 100! 2024-10-22 20:04:31 +02:00
Entity-powdered-snow-API.patch moooore 2024-10-23 22:52:43 +02:00
EntityPathfindEvent.patch first 100! 2024-10-22 20:04:31 +02:00
EntityPickupItemEvent-fixes.patch Compiler issues v2 2024-10-25 13:52:04 +02:00
EntityRegainHealthEvent-isFastRegen-API.patch first 100! 2024-10-22 20:04:31 +02:00
Execute-chunk-tasks-fairly-for-worlds-while-waiting-.patch moooore 2024-10-23 22:52:43 +02:00
Expand-ArmorStand-API.patch Compiler issue v5 2024-10-25 18:08:28 +02:00
Expand-EntityUnleashEvent.patch fix some issues 2024-10-25 20:09:45 +02:00
Expand-Explosions-API.patch Breakpoint before projectile mess 2024-10-23 11:04:00 +02:00
Expand-FallingBlock-API.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Expand-LingeringPotion-API.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Expand-PlayerGameModeChangeEvent.patch 553 2024-10-23 20:15:25 +02:00
Expand-PlayerItemDamageEvent.patch moooore 2024-10-23 22:52:43 +02:00
Expand-PlayerItemMendEvent.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Expand-PlayerRespawnEvent-fix-passed-parameter-issue.patch 553 2024-10-23 20:15:25 +02:00
Expand-Pose-API.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Expand-world-key-API.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Expand-World.spawnParticle-API-and-add-Builder.patch Work work work 2024-10-23 00:02:50 +02:00
Expanded-Hopper-API.patch Patch 2024-10-24 09:53:28 -04:00
ExperienceOrb-merging-stacking-API-and-fixes.patch Patch 2024-10-23 10:08:40 -04:00
ExperienceOrb-should-call-EntitySpawnEvent.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch More work? 2024-10-22 22:38:26 +02:00
Expose-attack-cooldown-methods-for-Player.patch 242 2024-10-23 12:32:08 +02:00
Expose-client-protocol-version-and-virtual-host.patch Work it 2024-10-22 23:30:51 +02:00
Expose-furnace-minecart-push-values.patch Compiler issue v5 2024-10-25 18:08:28 +02:00
Expose-hand-in-BlockCanBuildEvent.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Expose-hasColor-to-leather-armor.patch Patch 2024-10-24 10:02:45 -04:00
Expose-isFuel-and-canSmelt-methods-to-FurnaceInvento.patch Compiler issues v4 2024-10-25 17:08:48 +02:00
Expose-LivingEntity-hurt-direction.patch 440 2024-10-23 17:13:43 +02:00
Expose-LootTable-of-DecoratedPot.patch Patch 2024-10-24 09:25:36 -04:00
Expose-MinecraftServer-isRunning.patch Patches 2024-10-23 09:54:09 -04:00
Expose-pre-collision-moving-velocity-to-VehicleBlock.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Expose-protocol-version.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Expose-server-build-information.patch fix: move to jline-terminal-ffm on java 22+ and fall back to jni on 21, fixes #10405 2024-11-17 20:31:50 +01:00
Expose-server-CommandMap.patch first 100! 2024-10-22 20:04:31 +02:00
Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Expose-the-internal-current-tick.patch 298 2024-10-23 15:02:51 +02:00
Expose-Tracked-Players.patch 503 2024-10-23 19:46:06 +02:00
Expose-vanilla-BiomeProvider-from-WorldInfo.patch moooore 2024-10-23 22:52:43 +02:00
Extend-block-drop-capture-to-capture-all-items-added.patch 440 2024-10-23 17:13:43 +02:00
Extend-Player-Interact-cancellation.patch Work it 2024-10-22 23:30:51 +02:00
Faster-redstone-torch-rapid-clock-removal.patch first 100! 2024-10-22 20:04:31 +02:00
Fill-Profile-Property-Events.patch Work it 2024-10-22 23:30:51 +02:00
Filter-bad-block-entity-nbt-data-from-falling-blocks.patch Some work 2024-10-22 22:00:33 +02:00
Fire-BlockExpEvent-on-grindstone-use.patch 1020 2024-10-25 00:08:35 +02:00
Fire-CauldronLevelChange-on-initial-fill.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Fire-entity-death-event-for-ender-dragon.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Fire-EntityChangeBlockEvent-in-more-places.patch Compiler issues v3 2024-10-25 14:55:49 +02:00
Fire-EntityDamageByEntityEvent-for-unowned-wither-sk.patch Patch 2024-10-24 09:53:28 -04:00
Fire-event-on-GS4-query.patch 298 2024-10-23 15:02:51 +02:00
Fire-PlayerJoinEvent-when-Player-is-actually-ready.patch Patch 2024-10-23 10:04:01 -04:00
Firework-API-s.patch Some work 2024-10-22 22:00:33 +02:00
Fix-a-bunch-of-vanilla-bugs.patch cleanup bugfix patch 2024-10-29 16:54:40 +01:00
Fix-a-couple-of-upstream-bed-issues.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Fix-advancement-triggers-for-entity-damage.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch 400 2024-10-23 16:55:24 +02:00
Fix-arrows-never-despawning-MC-125757.patch 400 2024-10-23 16:55:24 +02:00
Fix-async-entity-add-due-to-fungus-trees.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Fix-BanList-API.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Fix-Bee-flower-NPE.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Fix-bees-aging-inside-hives.patch Patch 2024-10-24 09:53:28 -04:00
Fix-bell-block-entity-memory-leak.patch 440 2024-10-23 17:13:43 +02:00
Fix-block-place-logic.patch good luck americans 2024-10-24 00:42:38 +02:00
Fix-cancelled-powdered-snow-bucket-placement.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Fix-cancelling-BlockPlaceEvent-calling-onRemove.patch 963 2024-10-24 17:16:31 +02:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch first 100! 2024-10-22 20:04:31 +02:00
Fix-cancelling-ProjectileHitEvent-for-piercing-arrow.patch moooore 2024-10-23 22:52:43 +02:00
Fix-CB-call-to-changed-postToMainThread-method.patch 298 2024-10-23 15:02:51 +02:00
Fix-CCE-for-SplashPotion-and-LingeringPotion-spawnin.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Fix-ChunkSnapshot-isSectionEmpty-int-and-optimize-Pa.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Fix-client-lag-on-advancement-loading.patch 440 2024-10-23 17:13:43 +02:00
Fix-cmd-permission-levels-for-command-blocks.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Fix-CME-in-CraftPersistentDataTypeRegistry.patch moooore 2024-10-23 22:52:43 +02:00
Fix-CocaoDecorator-causing-a-crash-when-trying-to-ge.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Fix-commands-from-signs-not-firing-command-events.patch Work work work work 2024-10-23 20:50:46 +02:00
Fix-Concurrency-issue-in-ShufflingList.patch 440 2024-10-23 17:13:43 +02:00
fix-converting-txt-to-json-file.patch 503 2024-10-23 19:46:06 +02:00
Fix-CraftBukkit-drag-system.patch 1020 2024-10-25 00:08:35 +02:00
Fix-CraftCriteria-defaults-map.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Fix-CraftMetaItem-getAttributeModifier-duplication-c.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch Patch 2024-10-23 10:08:40 -04:00
Fix-CraftSound-backwards-compatibility.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11561) 2024-11-04 09:42:38 -08:00
Fix-CraftWorld-isChunkGenerated.patch fix compile issues 2024-10-25 12:47:52 -07:00
Fix-crash-from-invalid-ingredient-lists-in-VillagerA.patch 440 2024-10-23 17:13:43 +02:00
Fix-crash-relating-to-bad-recipes-in-furnace-like-ti.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Fix-creation-of-invalid-block-entity-during-world-ge.patch Patch 2024-10-24 09:53:28 -04:00
Fix-custom-piglin-loved-items.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Fix-custom-statistic-criteria-creation.patch Updated Upstream (Bukkit/CraftBukkit) (#11543) 2024-10-31 23:44:34 +01:00
Fix-damage-modifier-inconsistencies.patch fix "is_freezing" damage type tag 2024-10-30 14:55:46 +01:00
Fix-DamageSource-API.patch Patch 2024-10-24 09:53:28 -04:00
fix-dead-slime-setSize-invincibility.patch 503 2024-10-23 19:46:06 +02:00
Fix-demo-flag-not-enabling-demo-mode.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Fix-deop-kicking-non-whitelisted-player-when-white-l.patch 440 2024-10-23 17:13:43 +02:00
Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch 400 2024-10-23 16:55:24 +02:00
Fix-entity-tracker-desync-when-new-players-are-added.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Fix-entity-type-tags-suggestions-in-selectors.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
fix-entity-vehicle-collision-event-not-called.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Fix-EntityArgument-and-EntitySelectorParser-permissi.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Fix-equipment-slot-and-group-API.patch Upstream update 2024-10-24 19:29:35 +02:00
Fix-exploit-that-allowed-colored-signs-to-be-created.patch Work work work 2024-10-23 00:02:50 +02:00
Fix-falling-block-spawn-methods.patch moooore 2024-10-23 22:52:43 +02:00
Fix-for-large-move-vectors-crashing-server.patch 440 2024-10-23 17:13:43 +02:00
Fix-force-opening-enchantment-tables.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Fix-FurnaceInventory-for-smokers-and-blast-furnaces.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Fix-GameProfileCache-concurrency.patch A bunch of patches 2024-10-23 20:43:06 +01:00
Fix-global-sound-handling.patch Compiler issues v3 2024-10-25 14:55:49 +02:00
Fix-hex-colors-not-working-in-some-kick-messages.patch 400 2024-10-23 16:55:24 +02:00
fix-horse-inventories.patch 1020 2024-10-25 00:08:35 +02:00
Fix-HumanEntity-drop-not-updating-the-client-inv.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Fix-inconsistencies-in-dispense-events-regarding-sta.patch re-add a dispense fix patch 2024-10-31 19:51:36 -07:00
Fix-incorrect-invulnerability-damage-reduction.patch Fix incorrect invulnerability damage reduction (#11599) 2024-11-19 11:54:58 +01:00
fix-Instruments.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11561) 2024-11-04 09:42:38 -08:00
Fix-interact-event-not-being-called-sometimes.patch Some more work 2024-10-23 17:58:11 +02:00
Fix-inventories-returning-null-Locations.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Fix-InventoryOpenEvent-cancellation.patch Fix enderchest opening animation (#11635) 2024-11-18 20:47:52 +01:00
Fix-invulnerable-end-crystals.patch 553 2024-10-23 20:15:25 +02:00
Fix-issues-with-mob-conversion.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Fix-issues-with-Recipe-API.patch Correctly support RecipeChoice.empty (#11550) 2024-11-01 11:30:40 +01:00
Fix-item-duplication-and-teleport-issues.patch Decrease dead entity teleport warning (#11559) 2024-11-01 22:25:31 +01:00
Fix-item-EAR-ticks.patch Correctly adopt upstream item EAR fix (#11582) 2024-11-05 10:52:18 +01:00
Fix-item-locations-dropped-from-campfires.patch 440 2024-10-23 17:13:43 +02:00
fix-item-meta-for-tadpole-buckets.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Fix-ItemFlags.patch Patch 2024-10-24 10:02:45 -04:00
fix-Jigsaw-block-kicking-user.patch Compiler issues v3 2024-10-25 14:55:49 +02:00
Fix-kick-event-leave-message-not-being-sent.patch Fix unused parameter in PlayerList#remove 2024-10-27 12:09:27 -07:00
Fix-lag-from-explosions-processing-dead-entities.patch first 100! 2024-10-22 20:04:31 +02:00
fix-MapLike-spam-for-missing-key-selector.patch good luck americans 2024-10-24 00:42:38 +02:00
Fix-MC-117075-Block-entity-unload-lag-spike.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Fix-MC-157464-Prevent-sleeping-villagers-moving-towa.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Fix-merchant-inventory-not-closing-on-entity-removal.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Fix-missing-chunks-due-to-integer-overflow.patch Patch 2024-10-23 10:08:40 -04:00
Fix-missing-event-call-for-entity-teleport-API.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-missing-map-initialize-event-call.patch Work on compile errors 2024-10-25 12:30:19 +02:00
Fix-NBT-pieces-overriding-a-block-entity-during-worl.patch moooore 2024-10-23 22:52:43 +02:00
Fix-NBT-type-issues.patch 242 2024-10-23 12:32:08 +02:00
Fix-nerfed-slime-when-splitting.patch Some more work 2024-10-23 17:58:11 +02:00
Fix-new-block-data-for-EntityChangeBlockEvent.patch Some more compile issues 2024-10-25 13:34:01 +02:00
Fix-Not-a-string-Map-Conversion-spam.patch Some more work 2024-10-23 17:58:11 +02:00
Fix-NotePlayEvent.patch moooore 2024-10-23 22:52:43 +02:00
Fix-NPE-for-Jukebox-setRecord.patch 1000 2024-10-24 23:03:27 +02:00
Fix-NPE-in-AdvancementProgress-getDateAwarded.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-NPE-in-SculkBloomEvent-world-access.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-NPE-on-Allay-stopDancing-while-not-dancing.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Fix-NPE-on-Boat-getStatus.patch Compiler issues v4 2024-10-25 17:08:48 +02:00
Fix-NPE-on-null-loc-for-EntityTeleportEvent.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-OfflinePlayer-getBedSpawnLocation.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Fix-Per-World-Difficulty-Remembering-Difficulty.patch Compile issues 1 2024-10-25 13:19:23 +02:00
Fix-PickupStatus-getting-reset.patch 1020 2024-10-25 00:08:35 +02:00
fix-PigZombieAngerEvent-cancellation.patch 553 2024-10-23 20:15:25 +02:00
Fix-piston-physics-inconsistency-MC-188840.patch fix some issues 2024-10-25 20:09:45 +02:00
fix-player-loottables-running-when-mob-loot-gamerule.patch Work on compile errors 2024-10-25 12:30:19 +02:00
Fix-Player-spawnParticle-x-y-z-precision-loss.patch 440 2024-10-23 17:13:43 +02:00
Fix-PlayerBucketEmptyEvent-result-itemstack.patch 553 2024-10-23 20:15:25 +02:00
Fix-PlayerCommandPreprocessEvent-on-signed-commands.patch 1037 2024-10-25 12:28:34 +02:00
Fix-PlayerDropItemEvent-using-wrong-item.patch 553 2024-10-23 20:15:25 +02:00
Fix-PlayerItemConsumeEvent-cancelling-properly.patch Correctly cancel consumption of consumable 2024-10-31 12:44:02 +01:00
fix-PlayerItemHeldEvent-firing-twice.patch 553 2024-10-23 20:15:25 +02:00
Fix-plugin-loggers-on-server-shutdown.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Fix-possible-NPE-on-painting-creation.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Fix-possible-StackOverflowError-and-NPE-for-some-dis.patch remove some leftovers 2024-10-29 15:33:42 +01:00
Fix-PotionEffect-ignores-icon-flag.patch Patch 2024-10-23 10:08:40 -04:00
Fix-potions-splash-events.patch 553 2024-10-23 20:15:25 +02:00
fix-powder-snow-cauldrons-not-turning-to-water.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Fix-premature-player-kicks-on-shutdown.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Fix-race-condition-on-UpgradeData.BlockFixers-class-.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-regex-mistake-in-CB-NBT-int-deserialization.patch 400 2024-10-23 16:55:24 +02:00
Fix-removing-recipes-from-RecipeIterator.patch Fix fix recipe iterator patch 2024-10-31 19:34:10 -07:00
Fix-return-value-of-Block-applyBoneMeal-always-being.patch Work work work work 2024-10-23 20:50:46 +02:00
Fix-rotation-when-spawning-display-entities.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Fix-saving-in-unloadWorld.patch moooore 2024-10-23 22:52:43 +02:00
Fix-SculkBloomEvent-firing-for-block-entity-loading.patch 1020 2024-10-25 00:08:35 +02:00
Fix-sending-disconnect-packet-in-phases-where-it-doe.patch 963 2024-10-24 17:16:31 +02:00
Fix-setPatternColor-on-tropical-fish-bucket-meta.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Fix-several-issues-with-EntityBreedEvent.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-shield-disable-inconsistency.patch Patch 2024-10-24 10:02:45 -04:00
Fix-silent-equipment-change-for-mobs.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-slot-desync.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-sniffer-removeExploredLocation.patch good luck americans 2024-10-24 00:42:38 +02:00
Fix-some-rails-connecting-improperly.patch 400 2024-10-23 16:55:24 +02:00
Fix-sounds-when-item-frames-are-modified-MC-123450.patch 298 2024-10-23 15:02:51 +02:00
Fix-spawn-location-event-changing-location.patch first 100! 2024-10-22 20:04:31 +02:00
Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch 400 2024-10-23 16:55:24 +02:00
Fix-SpawnEggMeta-get-setSpawnedType.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch 400 2024-10-23 16:55:24 +02:00
Fix-SPIGOT-5885-Unable-to-disable-advancements.patch 400 2024-10-23 16:55:24 +02:00
Fix-Spigot-growth-modifiers.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Fix-spigot-s-Forced-Stats.patch Compiler issues v3 2024-10-25 14:55:49 +02:00
Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch good luck americans 2024-10-24 00:42:38 +02:00
Fix-SpongeAbsortEvent-handling.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Fix-sticky-pistons-and-BlockPistonRetractEvent.patch moooore 2024-10-23 22:52:43 +02:00
Fix-strikeLightningEffect-powers-lightning-rods-and-.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-suggest-command-message-for-brigadier-syntax-exc.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Fix-swamp-hut-cat-generation-deadlock.patch moooore 2024-10-23 22:52:43 +02:00
Fix-synchronise-sending-chat-to-client-with-updating.patch 1020 2024-10-25 00:08:35 +02:00
Fix-team-sidebar-objectives-not-being-cleared.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-text-display-error-on-spawn.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Fix-this-stupid-bullshit.patch Updated Upstream (Bukkit/CraftBukkit) (#11626) 2024-11-17 16:52:44 +01:00
Fix-UnsafeValues-loadAdvancement.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Fix-upstreams-block-state-factories.patch A bunch more 637 2024-10-23 21:10:14 +01:00
fix-various-menus-with-empty-level-accesses.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Fix-villager-boat-exploit.patch 503 2024-10-23 19:46:06 +02:00
Fix-villager-trading-demand-MC-163962.patch Patch 2024-10-23 10:08:40 -04:00
Fix-xp-reward-for-baby-zombies.patch moooore 2024-10-23 22:52:43 +02:00
Fixes-and-additions-to-the-spawn-reason-API.patch 298 2024-10-23 15:02:51 +02:00
Fixup-NamespacedKey-handling.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11561) 2024-11-04 09:42:38 -08:00
Flag-to-disable-the-channel-limit.patch Work it 2024-10-22 23:30:51 +02:00
Flat-bedrock-generator-settings.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Flying-Fall-Damage.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Folia-scheduler-and-owned-region-API.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Force-close-world-loading-screen.patch Compiler issues v2 2024-10-25 13:52:04 +02:00
force-entity-dismount-during-teleportation.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
forced-whitelist-use-configurable-kick-message.patch 503 2024-10-23 19:46:06 +02:00
Forward-CraftEntity-in-teleport-command.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Freeze-Tick-Lock-API.patch moooore 2024-10-23 22:52:43 +02:00
Friction-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11561) 2024-11-04 09:42:38 -08:00
Furnace-RecipesUsed-API.patch Compiler issues v4 2024-10-25 17:08:48 +02:00
Further-improve-server-tick-loop.patch First batch of server patches 2024-10-22 19:28:57 +02:00
General-ItemMeta-fixes.patch Updated Upstream (Bukkit/CraftBukkit) (#11626) 2024-11-17 16:52:44 +01:00
Get-entity-default-attributes.patch Updated Upstream (Bukkit/CraftBukkit) (#11543) 2024-10-31 23:44:34 +01:00
getPlayerUniqueId-API.patch Work it 2024-10-22 23:30:51 +02:00
Goat-ram-API.patch A bunch of patches 2024-10-23 20:43:06 +01:00
Guard-against-serializing-mismatching-chunk-coordina.patch Patches 2024-10-23 09:54:09 -04:00
Handle-Item-Meta-Inconsistencies.patch first 100! 2024-10-22 20:04:31 +02:00
Handle-Large-Packets-disconnecting-client.patch Patch 2024-10-24 10:02:45 -04:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch first 100! 2024-10-22 20:04:31 +02:00
Handle-Oversized-block-entities-in-chunks.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Handle-plugin-prefixes-using-Log4J-configuration.patch First batch of server patches 2024-10-22 19:28:57 +02:00
handle-ServerboundKeepAlivePacket-async.patch Work it 2024-10-22 23:30:51 +02:00
Hide-sync-chunk-writes-behind-flag.patch 400 2024-10-23 16:55:24 +02:00
Honor-EntityAgeable.ageLock.patch Fluid Flowing ifLoaded patch 2024-10-23 13:13:00 +02:00
Hook-into-CB-plugin-rewrites.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Ignore-impossible-spawn-tick.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Implement-CraftBlockSoundGroup.patch 298 2024-10-23 15:02:51 +02:00
Implement-enchantWithLevels-API.patch Compiler issues v2 2024-10-25 13:52:04 +02:00
Implement-extended-PaperServerListPingEvent.patch Work it 2024-10-22 23:30:51 +02:00
Implement-furnace-cook-speed-multiplier-API.patch Compiler issues v4 2024-10-25 17:08:48 +02:00
Implement-getComputedBiome-API.patch moooore 2024-10-23 22:52:43 +02:00
Implement-getI18NDisplayName.patch Compiler issues v2 2024-10-25 13:52:04 +02:00
Implement-methods-to-convert-between-Component-and-B.patch 553 2024-10-23 20:15:25 +02:00
Implement-Mob-Goal-API.patch update generator 2024-10-26 18:03:25 +02:00
Implement-OfflinePlayer-isConnected.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Implement-Player-Client-Options-API.patch Patch 2024-10-23 10:04:01 -04:00
Implement-PlayerFailMoveEvent.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Implement-World.getEntity-UUID-API.patch Breakpoint before projectile mess 2024-10-23 11:04:00 +02:00
Improve-and-expand-AsyncCatcher.patch Rebase fixups 2024-10-25 12:24:15 -07:00
improve-BanList-types.patch Patch 2024-10-24 09:53:28 -04:00
Improve-Block-breakNaturally-API.patch Patches 2024-10-23 09:54:09 -04:00
Improve-BlockPosition-inlining.patch 242 2024-10-23 12:32:08 +02:00
Improve-cancelling-PreCreatureSpawnEvent-with-per-pl.patch Another one 2024-10-27 12:02:26 +01:00
improve-checking-handled-tags-in-itemmeta.patch Readd wrongly removed diff 2024-10-24 16:31:09 +02:00
Improve-CraftEntity-and-CraftPlayer-equals-and-hashC.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit) (#11543) 2024-10-31 23:44:34 +01:00
Improve-entity-effect-API.patch 1037 2024-10-25 12:28:34 +02:00
Improve-EntityShootBowEvent.patch Work work work 2024-10-23 00:02:50 +02:00
Improve-exact-choice-recipe-ingredients.patch [ci skip] Add missing feature patch identifiers 2024-11-18 12:31:36 +01:00
Improve-fix-EntityTargetLivingEntityEvent.patch 400 2024-10-23 16:55:24 +02:00
Improve-inlining-for-some-hot-BlockBehavior-and-Flui.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Improve-item-default-attribute-API.patch 553 2024-10-23 20:15:25 +02:00
Improve-java-version-check.patch Patches 2024-10-23 09:54:09 -04:00
Improve-Legacy-Component-serialization-size.patch 400 2024-10-23 16:55:24 +02:00
Improve-Log4J-Configuration-Plugin-Loggers.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Improve-logging-and-errors.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Improve-performance-of-mass-crafts.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Improve-performance-of-RecipeMap-removeRecipe.patch Improve performance of RecipeMap#removeRecipe (#11547) 2024-11-09 16:26:05 -08:00
Improve-Player-chat-API-handling.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Improve-PortalEvents.patch fix gruesome copyright violation 2024-10-24 00:11:28 +02:00
Improve-Registry.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Improve-scoreboard-entries.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Improve-Server-Thread-Pool-and-Thread-Priorities.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Improve-ServerGUI.patch [ci skip] Rebuild patches 2024-11-19 09:59:20 +01:00
Improve-tag-parser-handling.patch Readd wrongly removed diff 2024-10-24 16:31:09 +02:00
Improve-the-Saddle-API-for-Horses.patch Work it 2024-10-22 23:30:51 +02:00
Improved-Async-Task-Scheduler.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Improved-Watchdog-Support.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Incremental-chunk-and-player-saving.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Inline-shift-direction-fields.patch 503 2024-10-23 19:46:06 +02:00
Introduce-beacon-activation-deactivation-events.patch 553 2024-10-23 20:15:25 +02:00
Inventory-close.patch 553 2024-10-23 20:15:25 +02:00
Inventory-getHolder-method-without-block-snapshot.patch 400 2024-10-23 16:55:24 +02:00
Inventory-removeItemAnySlot.patch 242 2024-10-23 12:32:08 +02:00
InventoryCloseEvent-Reason-API.patch Breakpoint before projectile mess 2024-10-23 11:04:00 +02:00
Item-canEntityPickup.patch More work? 2024-10-22 22:38:26 +02:00
Item-Mutation-Fixes.patch Patch 2024-10-24 09:53:28 -04:00
Item-no-age-no-player-pickup.patch 440 2024-10-23 17:13:43 +02:00
Item-serialization-as-json.patch 1037 2024-10-25 12:28:34 +02:00
ItemStack-damage-API.patch Compiler issues v2 2024-10-25 13:52:04 +02:00
ItemStack-getMaxItemUseDuration.patch Work work work 2024-10-23 00:02:50 +02:00
ItemStack-repair-check-API.patch Remove timings impl 2024-10-27 18:11:15 +01:00
ItemStack-Tooltip-API.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Lag-compensation-ticks.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Lazily-create-LootContext-for-criterions.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Lazily-track-plugin-scoreboards-by-default.patch 440 2024-10-23 17:13:43 +02:00
Leashable-API.patch 1020 2024-10-25 00:08:35 +02:00
Left-handed-API.patch A bunch of patches 2024-10-23 20:43:06 +01:00
Limit-Client-Sign-length-more.patch 298 2024-10-23 15:02:51 +02:00
Limit-item-frame-cursors-on-maps.patch 553 2024-10-23 20:15:25 +02:00
Limit-pet-look-distance.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Limit-recipe-packets.patch 440 2024-10-23 17:13:43 +02:00
Line-Of-Sight-Changes.patch 553 2024-10-23 20:15:25 +02:00
living-entity-allow-attribute-registration.patch 503 2024-10-23 19:46:06 +02:00
LivingEntity-Active-Item-API.patch Breakpoint before projectile mess 2024-10-23 11:04:00 +02:00
LivingEntity-setKiller.patch Work it 2024-10-22 23:30:51 +02:00
LootTable-API-and-replenishable-lootables.patch Compiler issues v3 2024-10-25 14:55:49 +02:00
Make-a-PDC-view-accessible-directly-from-ItemStack.patch 1000 2024-10-24 23:03:27 +02:00
Make-Amethyst-throw-both-Spread-and-Grow-Events.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch 242 2024-10-23 12:32:08 +02:00
Make-hoppers-respect-inventory-max-stack-size.patch Work work work work 2024-10-23 20:50:46 +02:00
Make-interaction-leniency-distance-configurable.patch 1020 2024-10-25 00:08:35 +02:00
Make-legacy-ping-handler-more-reliable.patch Work it 2024-10-22 23:30:51 +02:00
Make-schedule-command-per-world.patch 503 2024-10-23 19:46:06 +02:00
Make-shield-blocking-delay-configurable.patch Work work work 2024-10-23 00:02:50 +02:00
Make-some-itemstacks-nonnull.patch Upstream update 2024-10-24 19:29:35 +02:00
Make-sure-inlined-getChunkAt-has-inlined-logic-for-l.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Make-the-default-permission-message-configurable.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Make-the-GUI-graph-fancier.patch Patches 2024-10-23 09:54:09 -04:00
Make-water-animal-spawn-height-configurable.patch moooore 2024-10-23 22:52:43 +02:00
Manually-inline-methods-in-BlockPosition.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Maps-shouldn-t-load-chunks.patch Patch 2024-10-23 10:08:40 -04:00
MC-4-Fix-item-position-desync.patch Some more work 2024-10-23 17:58:11 +02:00
MC-Dev-fixes.patch Compiler issues v3 2024-10-25 14:55:49 +02:00
MC-Utils.patch Rework async chunk api implementation 2024-11-18 22:34:32 -08:00
Merchant-getRecipes-should-return-an-immutable-list.patch 503 2024-10-23 19:46:06 +02:00
misc-debugging-dumps.patch Patch 2024-10-23 10:04:01 -04:00
Missing-eating-regain-reason.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Missing-effect-cause.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Missing-Entity-API.patch 553 2024-10-23 20:15:25 +02:00
Mitigate-effects-of-WorldCreator-keepSpawnLoaded-ret.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Mob-Pathfinding-API.patch Fluid Flowing ifLoaded patch 2024-10-23 13:13:00 +02:00
Mob-Spawner-API-Enhancements.patch 298 2024-10-23 15:02:51 +02:00
Moonrise-optimisation-patches.patch Fix non block ticking chunks not sending block/light updates 2024-11-18 22:48:40 -08:00
More-accurate-isInOpenWater-impl.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
More-Chest-Block-API.patch 963 2024-10-24 17:16:31 +02:00
More-CommandBlock-API.patch A bunch of patches 2024-10-23 20:43:06 +01:00
More-DragonBattle-API.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
More-Enchantment-API.patch 553 2024-10-23 20:15:25 +02:00
More-Lidded-Block-API.patch 553 2024-10-23 20:15:25 +02:00
More-lightning-API.patch 440 2024-10-23 17:13:43 +02:00
More-PotionEffectType-API.patch moooore 2024-10-23 22:52:43 +02:00
More-Projectile-API.patch Compiler issues v4 2024-10-25 17:08:48 +02:00
More-Raid-API.patch Patch 2024-10-24 09:53:28 -04:00
More-Sign-Block-API.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
More-Teleport-API.patch Only expose velocity relative tp flags to API (#11532) 2024-10-31 17:25:52 +01:00
More-vanilla-friendly-methods-to-update-trades.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
More-World-API.patch Compile issues 1 2024-10-25 13:19:23 +02:00
Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch Patch 2024-10-23 10:04:01 -04:00
Move-range-check-for-block-placing-up.patch 553 2024-10-23 20:15:25 +02:00
Multi-Block-Change-API-Implementation.patch moooore 2024-10-23 22:52:43 +02:00
Multiple-Entries-with-Scoreboards.patch moooore 2024-10-23 22:52:43 +02:00
Name-craft-scheduler-threads-according-to-the-plugin.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Nameable-Banner-API.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Ocelot-despawns-should-honor-nametags-and-leash.patch Work it 2024-10-22 23:30:51 +02:00
offset-item-frame-ticking.patch 298 2024-10-23 15:02:51 +02:00
Only-call-EntityDamageEvents-before-actuallyHurt.patch 1020 2024-10-25 00:08:35 +02:00
Only-capture-actual-tree-growth.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch 298 2024-10-23 15:02:51 +02:00
Only-erase-allay-memory-on-non-item-targets.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch first 100! 2024-10-22 20:04:31 +02:00
Only-refresh-abilities-if-needed.patch first 100! 2024-10-22 20:04:31 +02:00
Only-set-despawnTimer-for-Wandering-Traders-spawned-.patch fix some issues 2024-10-25 20:09:45 +02:00
Only-tick-item-frames-if-players-can-see-it.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Only-write-chunk-data-to-disk-if-it-serializes-witho.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Oprimise-map-impl-for-tracked-players.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Optimise-BlockSoil-nearby-water-lookup.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Optimise-BlockState-s-hashCode-equals.patch Some work 2024-10-22 22:00:33 +02:00
Optimise-Chunk-getFluid.patch Patches 2024-10-23 09:54:09 -04:00
Optimise-collision-checking-in-player-move-packet-ha.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Optimise-EntityGetter-getPlayerByUUID.patch Patches 2024-10-23 09:54:09 -04:00
Optimise-general-POI-access.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Optimise-getChunkAt-calls-for-loaded-chunks.patch Patches 2024-10-23 09:54:09 -04:00
Optimise-getType-calls.patch 440 2024-10-23 17:13:43 +02:00
Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch 553 2024-10-23 20:15:25 +02:00
Optimize-Bit-Operations-by-inlining.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Optimize-BlockPosition-helper-methods.patch Rebase fixups 2024-10-25 12:24:15 -07:00
Optimize-call-to-getFluid-for-explosions.patch Patches 2024-10-23 09:54:09 -04:00
Optimize-Captured-BlockEntity-Lookup.patch 298 2024-10-23 15:02:51 +02:00
Optimize-Collision-to-not-load-chunks.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Optimize-CraftBlockData-Creation.patch 242 2024-10-23 12:32:08 +02:00
Optimize-DataBits.patch first 100! 2024-10-22 20:04:31 +02:00
optimize-dirt-and-snow-spreading.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Optimize-Dynamic-get-Missing-Keys.patch 440 2024-10-23 17:13:43 +02:00
Optimize-entity-tracker-passenger-checks.patch Work work work work 2024-10-23 20:50:46 +02:00
Optimize-explosions.patch Correctly clear explosion density cache(#11541) 2024-10-31 22:30:18 +01:00
Optimize-GoalSelector-Goal.Flag-Set-operations.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Optimize-HashMapPalette.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Optimize-Hoppers.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Optimize-indirect-passenger-iteration.patch Work work work work 2024-10-23 20:50:46 +02:00
Optimize-isInWorldBounds-and-getBlockState-for-inlin.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Optimize-Level.hasChunkAt-BlockPosition-Z.patch Some work 2024-10-22 22:00:33 +02:00
Optimize-MappedRegistry.patch 242 2024-10-23 12:32:08 +02:00
Optimize-nearest-structure-border-iteration.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Optimize-Network-Manager-and-add-advanced-packet-sup.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Optimize-NetworkManager-Exception-Handling.patch 400 2024-10-23 16:55:24 +02:00
Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Optimize-Pathfinding.patch Patch 2024-10-23 10:04:01 -04:00
Optimize-player-lookups-for-beacons.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Optimize-VarInts.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Optimize-Voxel-Shape-Merging.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Optimize-World-Time-Updates.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Option-to-have-default-CustomSpawners-in-custom-worl.patch Work on compile errors 2024-10-25 12:30:19 +02:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch 242 2024-10-23 12:32:08 +02:00
Option-to-prevent-data-components-copy-in-smithing-r.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch first 100! 2024-10-22 20:04:31 +02:00
Optional-per-player-mob-spawns.patch Fix inverted global skip check 2024-11-18 13:46:13 +01:00
Optional-TNT-doesn-t-move-in-water.patch Compiler issues v2 2024-10-25 13:52:04 +02:00
Paper-command.patch Fix Entity#isTicking and update Paper entity command (#11590) 2024-11-09 07:41:26 -07:00
Paper-config-files.patch Allow using old ender pearl behavior & apply ender pearl exploit patch (#11524) 2024-10-30 10:09:05 -07:00
Paper-dumpitem-command.patch Compiler issue v5 2024-10-25 18:08:28 +02:00
Paper-Metrics.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Paper-Plugins.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Per-world-ticks-per-spawn-settings.patch Patch 2024-10-24 09:53:28 -04:00
Pillager-patrol-spawn-settings-and-per-player-option.patch Patches 2024-10-23 09:54:09 -04:00
Player-affects-spawning-API.patch Some more compile issues 2024-10-25 13:34:01 +02:00
Player-Chunk-Load-Unload-Events.patch 440 2024-10-23 17:13:43 +02:00
Player-Entity-Tracking-Events.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Player-Tab-List-and-Title-APIs.patch first 100! 2024-10-22 20:04:31 +02:00
Player.setPlayerProfile-API.patch Work it 2024-10-22 23:30:51 +02:00
PlayerAttemptPickupItemEvent.patch More work? 2024-10-22 22:38:26 +02:00
PlayerDeathEvent-getItemsToKeep.patch 298 2024-10-23 15:02:51 +02:00
PlayerDeathEvent-shouldDropExperience.patch 298 2024-10-23 15:02:51 +02:00
PlayerElytraBoostEvent.patch Update projectile launch to 1.21.2 2024-10-23 12:02:36 +02:00
PlayerLaunchProjectileEvent.patch Fix infinite fireworks (#11592) (#11594) 2024-11-08 12:29:40 +01:00
PlayerNaturallySpawnCreaturesEvent.patch Work it 2024-10-22 23:30:51 +02:00
PlayerPickupExperienceEvent.patch Work it 2024-10-22 23:30:51 +02:00
PlayerPickupItemEvent-setFlyAtPlayer.patch More work? 2024-10-22 22:38:26 +02:00
PlayerReadyArrowEvent.patch Breakpoint before projectile mess 2024-10-23 11:04:00 +02:00
PlayerTeleportEndGatewayEvent.patch More work? 2024-10-22 22:38:26 +02:00
Plugin-remapping.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Potential-bed-API.patch Patch 2024-10-23 10:08:40 -04:00
PreCreatureSpawnEvent.patch Work it 2024-10-22 23:30:51 +02:00
Preserve-overstacked-loot.patch A bunch more 637 2024-10-23 21:10:14 +01:00
PreSpawnerSpawnEvent.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Prevent-AFK-kick-while-watching-end-credits.patch Work work work work 2024-10-23 20:50:46 +02:00
Prevent-bees-loading-chunks-checking-hive-position.patch Patches 2024-10-23 09:54:09 -04:00
Prevent-block-entity-and-entity-crashes.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Prevent-causing-expired-keys-from-impacting-new-join.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Prevent-chunk-loading-from-Fluid-Flowing.patch Fluid Flowing ifLoaded patch 2024-10-23 13:13:00 +02:00
Prevent-consuming-the-wrong-itemstack.patch 298 2024-10-23 15:02:51 +02:00
Prevent-ContainerOpenersCounter-openCount-from-going.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Patch 2024-10-23 10:04:01 -04:00
Prevent-empty-items-from-being-added-to-world.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Prevent-entity-loading-causing-async-lookups.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Prevent-excessive-velocity-through-repeated-crits.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Prevent-GameEvents-being-fired-from-unloaded-chunks.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Prevent-headless-pistons-from-being-created.patch 400 2024-10-23 16:55:24 +02:00
Prevent-logins-from-being-processed-when-the-player-.patch Work it 2024-10-22 23:30:51 +02:00
Prevent-mob-spawning-from-loading-generating-chunks.patch Fluid Flowing ifLoaded patch 2024-10-23 13:13:00 +02:00
Prevent-NPE-if-hooked-entity-was-cleared.patch 963 2024-10-24 17:16:31 +02:00
Prevent-opening-inventories-when-frozen.patch Patch 2024-10-23 10:04:01 -04:00
Prevent-Pathfinding-out-of-World-Border.patch Some work 2024-10-22 22:00:33 +02:00
Prevent-position-desync-causing-tp-exploit.patch Patch 2024-10-23 10:08:40 -04:00
Prevent-sending-oversized-item-data-in-equipment-and.patch 963 2024-10-24 17:16:31 +02:00
Prevent-softlocked-end-exit-portal-generation.patch Compile issues 1 2024-10-25 13:19:23 +02:00
Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch 298 2024-10-23 15:02:51 +02:00
Prevent-teleporting-dead-entities.patch Patch 2024-10-23 10:04:01 -04:00
Prevent-tile-entity-copies-loading-chunks.patch moooore 2024-10-23 22:52:43 +02:00
prevent-unintended-light-block-manipulation.patch Some more compile issues 2024-10-25 13:34:01 +02:00
Prevent-various-interactions-from-causing-chunk-load.patch Work on compile errors 2024-10-25 12:30:19 +02:00
Print-data-component-type-on-encoding-error.patch 963 2024-10-24 17:16:31 +02:00
Print-Error-details-when-failing-to-save-player-data.patch Work work work 2024-10-23 00:02:50 +02:00
Prioritize-Minecraft-commands-in-function-parsing-an.patch 1000 2024-10-24 23:03:27 +02:00
Profile-Lookup-Events.patch Work it 2024-10-22 23:30:51 +02:00
ProfileWhitelistVerifyEvent.patch Work it 2024-10-22 23:30:51 +02:00
Properly-fix-item-duplication-bug.patch Some work 2024-10-22 22:00:33 +02:00
Properly-handle-async-calls-to-restart-the-server.patch More work? 2024-10-22 22:38:26 +02:00
Properly-handle-BlockBreakEvent-isDropItems.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Properly-handle-experience-dropping-on-block-break.patch Patch 2024-10-24 09:25:36 -04:00
Properly-remove-the-experimental-smithing-inventory-.patch 963 2024-10-24 17:16:31 +02:00
Properly-resend-entities.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Properly-track-the-changed-item-from-dispense-events.patch Updated Upstream (Bukkit/CraftBukkit) (#11543) 2024-10-31 23:44:34 +01:00
Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch Remove timings impl 2024-10-27 18:11:15 +01:00
provide-a-configurable-option-to-disable-creeper-lin.patch More work? 2024-10-22 22:38:26 +02:00
Provide-E-TE-Chunk-count-stat-methods.patch Fix and optimize getChunkCount (#11610) 2024-11-11 12:17:36 -07:00
Proxy-ItemStack-to-CraftItemStack.patch 1000 2024-10-24 23:03:27 +02:00
Put-world-into-worldlist-before-initing-the-world.patch moooore 2024-10-23 22:52:43 +02:00
RangedEntity-API.patch Breakpoint before projectile mess 2024-10-23 11:04:00 +02:00
Rate-options-and-timings-for-sensors-and-behaviors.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Reduce-allocation-of-Vec3D-by-entity-tracker.patch Patch 2024-10-24 09:25:36 -04:00
Reduce-Either-Optional-allocation.patch Patch 2024-10-23 10:04:01 -04:00
Reduce-memory-footprint-of-CompoundTag.patch Patch 2024-10-23 10:04:01 -04:00
Reduce-work-done-in-CraftMapCanvas.drawImage-by-limi.patch Optimize custom map rendering (#11000) 2024-11-11 17:04:22 +00:00
Refresh-ProjectileSource-for-projectiles.patch good luck americans 2024-10-24 00:42:38 +02:00
Registry-Modification-API.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Remap-fixes.patch Compiler issues v3 2024-10-25 14:55:49 +02:00
Remap-reflection-calls-in-plugins-using-internals.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Remote-Connections-shouldn-t-hold-up-shutdown.patch Patches 2024-10-23 09:54:09 -04:00
Remove-client-side-code-using-deprecated-for-removal.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Remove-CraftItemStack-setAmount-null-assignment.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Remove-CraftScheduler-Async-Task-Debugger.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Remove-Metadata-on-reload.patch first 100! 2024-10-22 20:04:31 +02:00
remove-null-possibility-for-getServer-singleton.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Remove-set-damage-lootable-item-function-from-compas.patch 1020 2024-10-25 00:08:35 +02:00
Remove-Spigot-timings.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#11561) 2024-11-04 09:42:38 -08:00
Remove-stale-POIs.patch 503 2024-10-23 19:46:06 +02:00
Remove-streams-from-hot-code.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Remove-unnecessary-itemmeta-handling.patch 242 2024-10-23 12:32:08 +02:00
Remove-unnecessary-onTrackingStart-during-navigation.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
Remove-UpgradeData-neighbour-ticks-outside-of-range.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Remove-wall-time-unused-skip-tick-protection.patch 1037 2024-10-25 12:28:34 +02:00
Replace-OfflinePlayer-getLastPlayed.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Reset-Ender-Crystals-on-Dragon-Spawn.patch 440 2024-10-23 17:13:43 +02:00
Reset-placed-block-on-exception.patch moooore 2024-10-23 22:52:43 +02:00
Reset-players-airTicks-on-respawn.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Reset-shield-blocking-on-dimension-change.patch 503 2024-10-23 19:46:06 +02:00
Reset-spawner-timer-when-spawner-event-is-cancelled.patch Work it 2024-10-22 23:30:51 +02:00
Respect-randomizeData-on-more-entities-when-spawning.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Restore-custom-InventoryHolder-support.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Restore-vanilla-default-mob-spawn-range-and-water-an.patch 242 2024-10-23 12:32:08 +02:00
Restore-vanilla-entity-drops-behavior.patch Fix boats/minecarts not dropping when destroyed 2024-10-25 15:04:29 -07:00
Retain-block-place-order-when-capturing-blockstates.patch 440 2024-10-23 17:13:43 +02:00
Return-chat-component-with-empty-text-instead-of-thr.patch 503 2024-10-23 19:46:06 +02:00
revert-serverside-behavior-of-keepalives.patch Work it 2024-10-22 23:30:51 +02:00
Revert-to-vanilla-handling-of-LivingEntity-actuallyH.patch Patch 2024-10-24 10:02:45 -04:00
Rewrite-dataconverter-system.patch Make logs less annoying 2024-11-18 13:06:15 +01:00
Rewrite-LogEvents-to-contain-the-source-jars-in-stac.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Sanitise-RegionFileCache-and-make-configurable.patch first 100! 2024-10-22 20:04:31 +02:00
Sanitize-ResourceLocation-error-logging.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Sanitize-sent-BlockEntity-NBT.patch MOOOOORE 2024-10-23 23:12:09 +02:00
SculkCatalyst-bloom-API.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Send-attack-SoundEffects-only-to-players-who-can-see.patch Work it 2024-10-22 23:30:51 +02:00
Send-block-entities-after-destroy-prediction.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Send-empty-commands-if-tab-completion-is-disabled.patch 553 2024-10-23 20:15:25 +02:00
Server-Tick-Events.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Set-area-affect-cloud-rotation.patch 553 2024-10-23 20:15:25 +02:00
Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Patch 2024-10-23 10:04:01 -04:00
Set-spigots-verbose-world-setting-to-false-by-def.patch Patches 2024-10-23 09:54:09 -04:00
Setup-Gradle-project.patch Upstream update 2024-10-24 19:29:35 +02:00
Shoulder-Entities-Release-API.patch More work? 2024-10-22 22:38:26 +02:00
Show-blockstate-location-if-we-failed-to-read-it.patch 298 2024-10-23 15:02:51 +02:00
Significantly-improve-performance-of-the-end-generat.patch 440 2024-10-23 17:13:43 +02:00
SkeletonHorse-Additions.patch 242 2024-10-23 12:32:08 +02:00
Skip-POI-finding-if-stuck-in-vehicle.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Slime-Pathfinder-Events.patch 242 2024-10-23 12:32:08 +02:00
Stinger-API.patch Work work work work 2024-10-23 20:50:46 +02:00
Stop-large-look-changes-from-crashing-the-server.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
String-based-Action-Bar-API.patch Some work 2024-10-22 22:00:33 +02:00
Support-components-in-ItemMeta.patch First batch of server patches 2024-10-22 19:28:57 +02:00
Support-old-UUID-format-for-NBT.patch Patch 2024-10-24 10:02:45 -04:00
Suspicious-Effect-Entry-API.patch 963 2024-10-24 17:16:31 +02:00
Sync-offhand-slot-in-menus.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Synchronize-PalettedContainer-instead-of-ThreadingDe.patch 553 2024-10-23 20:15:25 +02:00
System-property-for-disabling-watchdoge.patch first 100! 2024-10-22 20:04:31 +02:00
Tag-Lifecycle-Events.patch Wrong attempt at Tag lifecycle 2024-10-25 12:06:49 +02:00
Tameable-getOwnerUniqueId-API.patch Work it 2024-10-22 23:30:51 +02:00
Test-changes.patch Configure mockito agent (#11560) 2024-11-09 22:49:07 +01:00
Thread-Safe-Vanilla-Command-permission-checking.patch 400 2024-10-23 16:55:24 +02:00
Throw-exception-on-world-create-while-being-ticked.patch Correctly clear explosion density cache(#11541) 2024-10-31 22:30:18 +01:00
Toggle-for-removing-existing-dragon.patch 440 2024-10-23 17:13:43 +02:00
Toggleable-player-crits.patch Work it 2024-10-22 23:30:51 +02:00
Tracking-Range-Improvements.patch Patches 2024-10-23 09:54:09 -04:00
Treat-sequence-violations-like-they-should-be.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Trigger-bee_nest_destroyed-trigger-in-the-correct-pl.patch MOOOOORE 2024-10-23 23:12:09 +02:00
Turtle-API.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Work work work 2024-10-23 00:02:50 +02:00
Update-entity-data-when-attaching-firework-to-entity.patch Patch me this, patch me that 2024-10-24 12:11:32 +02:00
Update-head-rotation-in-missing-places.patch A bunch more 637 2024-10-23 21:10:14 +01:00
Use-a-CHM-for-StructureTemplate.Pallete-cache.patch moooore 2024-10-23 22:52:43 +02:00
Use-a-Queue-for-Queueing-Commands.patch Remove timings impl 2024-10-27 18:11:15 +01:00
Use-a-Shared-Random-for-Entities.patch first 100! 2024-10-22 20:04:31 +02:00
Use-array-for-gamerule-storage.patch MOOOOOOOOOOOOOORE 2024-10-24 00:32:21 +02:00
Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch First batch of server patches 2024-10-22 19:28:57 +02:00
use-BlockFormEvent-for-mud-converting-into-clay.patch MOOOOOOOORE 2024-10-23 23:35:21 +02:00
use-CB-BlockState-implementations-for-captured-block.patch Work it 2024-10-22 23:30:51 +02:00
Use-ConcurrentHashMap-in-JsonList.patch 242 2024-10-23 12:32:08 +02:00
Use-correct-seed-on-api-world-load.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Use-correct-source-for-mushroom-block-spread-event.patch Patches, patches, patches 2024-10-24 10:42:29 +02:00
Use-getChunkIfLoadedImmediately-in-places.patch Work work work work 2024-10-23 20:50:46 +02:00
Use-null-Locale-by-default.patch first 100! 2024-10-22 20:04:31 +02:00
Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch Patch 2024-10-23 10:08:40 -04:00
Use-single-player-info-update-packet-on-join.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
Use-TerminalConsoleAppender-for-console-improvements.patch fix: move to jline-terminal-ffm on java 22+ and fall back to jni on 21, fixes #10405 2024-11-17 20:31:50 +01:00
Use-UserCache-for-player-heads.patch first 100! 2024-10-22 20:04:31 +02:00
Use-username-instead-of-display-name-in-PlayerList-g.patch moooore 2024-10-23 22:52:43 +02:00
Use-Velocity-compression-and-cipher-natives.patch [ci skip] Add identifying line to some larger/optimization patches 2024-11-09 21:44:55 +01:00
Validate-PickItem-Packet-and-kick-for-invalid.patch Patch 2024-10-23 10:04:01 -04:00
Validate-ResourceLocation-in-NBT-reading.patch Some more compile issues 2024-10-25 13:34:01 +02:00
Validate-slot-in-PlayerInventory-setSlot.patch 1037 2024-10-25 12:28:34 +02:00
Validate-tripwire-hook-placement-before-update.patch Patches 2024-10-23 09:54:09 -04:00
Validate-usernames.patch moooore 2024-10-23 22:52:43 +02:00
Vanilla-command-permission-fixes.patch A bunch of patches 2024-10-23 20:43:06 +01:00
Vanished-players-don-t-have-rights.patch 242 2024-10-23 12:32:08 +02:00
Vex-get-setSummoner-API.patch Breakpoint before projectile mess 2024-10-23 11:04:00 +02:00
Villager-resetOffers.patch 440 2024-10-23 17:13:43 +02:00
Villager-Restocks-API.patch Patch 2024-10-23 10:04:01 -04:00
Void-damage-configuration-API.patch 1037 2024-10-25 12:28:34 +02:00
Wait-for-Async-Tasks-during-shutdown.patch Patch 2024-10-23 10:08:40 -04:00
Warn-on-plugins-accessing-faraway-chunks.patch Rework async chunk api implementation 2024-11-18 22:34:32 -08:00
Win-Screen-API.patch MOOOOOOOOOOORE 2024-10-24 00:08:29 +02:00
WitchConsumePotionEvent.patch Work work work 2024-10-23 00:02:50 +02:00
WitchReadyPotionEvent.patch Work work work 2024-10-23 00:02:50 +02:00
WitchThrowPotionEvent.patch Work work work 2024-10-23 00:02:50 +02:00
Workaround-for-vehicle-tracking-issue-on-disconnect.patch Skip Improve-exact-choice-recipe-ingredients for now 2024-10-23 14:12:17 +02:00
WorldCreator-keepSpawnLoaded.patch moooore 2024-10-23 22:52:43 +02:00
Zombie-API-breaking-doors.patch Compiler issues v4 2024-10-25 17:08:48 +02:00