PaperMC/patches/server
Bjarne Koll 5df0660d63 Prevent internal NPE on ItemStack#damage (#10836)
ItemStack#damage internally uses ItemStack#hurtAndBreak, which
previously would call a Consumer in case the item broke.
Since 1.20.5 the break game event logic however resides in said method
and was using the equipment slot passed, which is null in the case of
the API ItemStack#damage method.

This commit prevents the NPE by first null checking the slot.
Addittionally, hurtAndBreak also now checks if the player has infinite
materials, e.g. is in creative mode, to prevent damaging the item.

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