Paper/patches/server
Bjarne Koll 85d19c8d5b Prevent NPE when serializing unresolved profile (#11407)
In the recent upstream update, the paper player profile was updated to
correctly return null for both name and id if constructed as such. This
change however broke the serialisation logic, as it depended on the name
never being null.

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