Paper/patches/server
Shane Freeder 0d8e6831c3 Fix StackOverflowException thrown on shutdown (Fixes #10404) (#10408)
paper previously migrated away from using executeIfPossible as this throws a
RejectedExecutionException when the server is shutting down, which is then picked
up by the Connection handler object and causes the player to be kicked without
the intended disconnection message that comes from commands such as /stop, /restart

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