13
0
geforkt von Mirrors/Paper
Paper/patches/server
Rick 5cd1518c9a Fix incorrect command serialization by creating new Command (#11671)
Fixes #11649 - As noted in the issue, when CommandNodes are serialized
they are used as the key in a Map. Their equals()/hashcode() should only    match if they are equal nodes (name & command), but due to the erasure of the command field pre-serialization, nodes with different commands can be mapped onto the same value. This causes the client to interpret both nodes as the same, causing suggestions where they should not.

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