PaperMC/patches/server
Bjarne Koll 78f94ecb2d Configure mokitor Server mock as stubOnly (#8861)
A recent patch moved the internal unit tests to mokito, allowing
deep mocking to easily setup a mocked server instance.
While this change is useful, the server's Server#getItemFactory methods
is one of the hottest paths during unit testing, being called numerous
times by material tests.
As mokito mocks keep track of each invocation to allow for verifications
of invocations down the line, the server mock allocates a huge amount of
memory to keep track of all invocations, ultimately leading to an OOM
exception.

The previous solution solved this by increasing the tests memory to 2 GB,
however as of right now simply configuring the server mock as "stubOnly",
properly prevents the overflow of invocation records as none of the unit
test code relies on invocation verification.
2023-02-21 17:18:49 +01:00
..
Ability-to-apply-mending-to-XP-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Ability-to-control-player-s-insomnia-and-phantoms.patch Almost all patches 2022-12-07 23:05:32 +01:00
Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-a-bunch-of-missing-forceDrop-toggles.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-a-consumer-parameter-to-ProjectileSource-launchP.patch Almost all patches 2022-12-07 23:05:32 +01:00
Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch Updated Upstream (Bukkit/CraftBukkit) (#8740) 2023-01-01 12:17:40 -08:00
Add-ability-to-configure-frosted_ice-properties.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-additional-open-container-api-to-HumanEntity.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-Alternate-Current-redstone-implementation.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Add-and-implement-PlayerRecipeBookClickEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-API-for-item-entity-health.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-API-for-quit-reason.patch Use team display name for quit message (#7127) 2022-12-25 08:57:54 -08:00
Add-API-for-resetting-a-single-score.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-API-methods-to-control-if-armour-stands-can-move.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-ArmorStand-Item-Meta.patch fix ArmorStandMeta not applying false flags (#8632) 2022-12-23 12:30:42 -05:00
Add-async-catcher-to-PlayerConnection-internalTelepo.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Add-back-EntityPortalExitEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-basic-Datapack-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-BeaconEffectEvent.patch Patching patches 2022-12-07 19:32:25 +01:00
Add-BellRevealRaiderEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-BellRingEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-Block-isValidTool.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-BlockBreakBlockEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-BlockLockCheckEvent.patch Don't call lock check event if the block entity doesn't exist (#8687) 2022-12-16 13:31:51 -08:00
Add-bypass-host-check.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-cause-to-Weather-ThunderChangeEvents.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-Channel-initialization-listeners.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-command-line-option-to-load-extra-plugin-jars-no.patch Paper Plugins (#8108) 2023-02-19 09:57:10 -05:00
Add-config-for-mobs-immune-to-default-effects.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-config-option-for-logging-player-ip-addresses.patch Remove somewhat broken patch 2022-12-19 11:46:55 +01:00
Add-config-option-for-spider-worldborder-climbing.patch Add config option for spider worldborder climbing (#6448) 2022-12-23 17:51:24 +01:00
Add-config-option-for-worlds-affected-by-time-cmd.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-config-to-disable-ender-dragon-legacy-check.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-configurable-despawn-distances-for-living-entiti.patch Patching patches 2022-12-07 19:32:25 +01:00
Add-configurable-height-for-slime-spawn.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-configurable-portal-search-radius.patch Patching patches 2022-12-07 19:32:25 +01:00
Add-configuration-option-to-prevent-player-names-fro.patch Moar, fix API 2022-12-07 19:52:24 +01:00
add-consumeFuel-to-FurnaceBurnEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-critical-damage-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-custom-destroyerIdentity-to-sendBlockDamage.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-debug-for-sync-chunk-loads.patch Paper Plugins (#8108) 2023-02-19 09:57:10 -05:00
Add-Destroy-Speed-API.patch Updated Upstream (Bukkit/CraftBukkit) (#8832) 2023-02-15 14:10:14 -08:00
add-DragonEggFormEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-dropLeash-variable-to-EntityUnleashEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-Early-Warning-Feature-to-WatchDog.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-ElderGuardianAppearanceEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-Entity-Body-Yaw-API.patch Add Entity Body Yaw API (#8822) 2023-02-09 18:31:51 +01:00
Add-entity-knockback-API.patch Almost all patches 2022-12-07 23:05:32 +01:00
Add-entity-liquid-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-EntityBlockStorage-clearEntities.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-EntityDyeEvent-and-CollarColorable-interface.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-EntityInsideBlockEvent.patch Add new 1.19.3 fires of EntityInsideBlockEvent (#8629) 2022-12-09 02:46:47 -08:00
Add-EntityLoadCrossbowEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-EntityPortalReadyEvent.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Add-EntityZapEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-environment-variable-to-disable-server-gui.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-exception-reporting-event.patch Patching patches 2022-12-07 19:32:25 +01:00
Add-exploded-block-state-to-BlockExplodeEvent.patch Add exploded block state to BlockExplodeEvent (#6818) 2022-12-19 21:09:51 -08:00
Add-fast-alternative-constructor-for-Rotations.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-fire-tick-delay-option.patch Almost all patches 2022-12-07 23:05:32 +01:00
Add-GameEvent-tags.patch more compile fixes 2022-12-07 21:24:59 -07:00
add-get-set-drop-chance-to-EntityEquipment.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-getDrops-to-BlockState.patch Updated Upstream (Bukkit/CraftBukkit) (#8832) 2023-02-15 14:10:14 -08:00
Add-getMainThreadExecutor-to-BukkitScheduler.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-getOfflinePlayerIfCached-String.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
add-hand-to-BlockMultiPlaceEvent.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-Heightmap-API.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-ignore-discounts-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-isCollidable-methods-to-various-places.patch compile fixes 2022-12-07 20:24:00 -07:00
add-isDeeplySleeping-to-HumanEntity.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-ItemFactory-getSpawnEgg-API.patch compile fixes 2022-12-07 20:24:00 -07:00
Add-LivingEntity-clearActiveItem.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-LivingEntity-getTargetEntity.patch Deprecate TargetBlock/EntityInfo and assocated methods (#7381) 2022-12-15 09:10:03 -08:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Deprecate duplicate API for arrow stuck count (#8829) 2023-02-07 07:43:20 -08:00
Add-methods-to-find-targets-for-lightning-strikes.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-methods-to-get-translation-keys.patch Updated Upstream (Bukkit/CraftBukkit) (#8832) 2023-02-15 14:10:14 -08:00
Add-missing-block-data-mins-and-maxes.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-missing-BlockFadeEvents.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Add-missing-important-BlockStateListPopulator-method.patch Updated Upstream (Bukkit/CraftBukkit) (#8714) 2022-12-26 09:53:35 -08:00
Add-missing-isFuel-Material-entries.patch Add missing isFuel Material entries (#8843) 2023-02-12 13:02:01 -08:00
Add-missing-SpigotConfig-logCommands-check.patch Respect SpigotConfig logCommands & fix stopDancing() NPE (#8715) 2022-12-25 23:22:08 -05:00
Add-missing-structure-set-seed-configs.patch fix a few structure seed configs 2022-12-08 12:15:18 -08:00
Add-missing-team-sidebar-display-slots.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-missing-Validate-calls-to-CraftServer-getSpawnLi.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-Mob-lookAt-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-moon-phase-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-more-advancement-API.patch Fix OfflinePlayer#getPlayerProfile returning deprecated type (#8543) 2022-12-20 10:56:33 -08:00
Add-more-Campfire-API.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-More-Creeper-API.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-more-Evoker-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
add-more-information-to-Entity.toString.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-more-LimitedRegion-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-more-WanderingTrader-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-more-Witch-API.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-more-Zombie-API.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-Moving-Piston-API.patch Almost all patches 2022-12-07 23:05:32 +01:00
Add-NamespacedKey-biome-methods.patch compile fixes 2022-12-07 20:24:00 -07:00
Add-new-overload-to-PersistentDataContainer-has.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-OBSTRUCTED-reason-to-BedEnterResult.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-openSign-method-to-HumanEntity.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-option-for-console-having-all-permissions.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-option-for-strict-advancement-dimension-checks.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Add-option-to-allow-iron-golems-to-spawn-in-air.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-option-to-disable-pillager-patrols.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-option-to-fix-items-merging-through-walls.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-option-to-nerf-pigmen-from-nether-portals.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-option-to-prevent-players-from-moving-into-unloa.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-packet-limiter-config.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Add-paper-dumplisteners-command.patch Almost all patches 2022-12-07 23:05:32 +01:00
Add-paper-mobcaps-and-paper-playermobcaps.patch More 1.19.3 registry fun (#8618) 2022-12-08 00:49:41 +01:00
Add-PaperRegistry.patch Make sure Registry is loaded after Bukkit.setServer() (#8853) 2023-02-15 15:00:22 -08:00
add-per-world-spawn-limits.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-permission-for-command-blocks.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-phantom-creative-and-insomniac-controls.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-PhantomPreSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) (#8740) 2023-01-01 12:17:40 -08:00
Add-Player-getFishHook.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Add-player-health-update-API.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-Player-sendEquipmentChange-Map-API.patch Add Player#sendEquipmentChange(Map) API (#8800) 2023-01-22 15:00:37 +02:00
Add-Player-Warden-Warning-API.patch More 1.19.3 registry fun (#8618) 2022-12-08 00:49:41 +01:00
Add-PlayerArmorChangeEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-PlayerAttackEntityCooldownResetEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-PlayerConnectionCloseEvent.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-PlayerInitialSpawnEvent.patch Patching patches 2022-12-07 19:32:25 +01:00
Add-PlayerInventorySlotChangeEvent.patch Almost all patches 2022-12-07 23:05:32 +01:00
Add-PlayerItemCooldownEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-PlayerItemFrameChangeEvent.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-PlayerJumpEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-PlayerKickEvent-causes.patch fix some tests and DoNotUse violations 2022-12-08 09:06:14 -08:00
Add-PlayerSetSpawnEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-PlayerShearBlockEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-PlayerStopUsingItemEvent.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Add-PlayerTradeEvent-and-PlayerPurchaseEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-PlayerUseUnknownEntityEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-playPickupItemAnimation-to-LivingEntity.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-Plugin-Tickets-to-API-Chunk-Methods.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-pre-unbreaking-amount-to-PlayerItemDamageEvent.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-PrepareResultEvent.patch Updated Upstream (Bukkit/CraftBukkit) (#8663) 2022-12-13 21:03:57 -08:00
Add-PrePlayerAttackEntityEvent.patch Almost all patches 2022-12-07 23:05:32 +01:00
Add-ProjectileCollideEvent.patch Deprecate ProjectileCollideEvent (#8678) 2022-12-22 21:20:44 -08:00
Add-PufferFishStateChangeEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-raw-address-to-AsyncPlayerPreLoginEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-Raw-Byte-Entity-Serialization.patch Remove CraftItemStack#setAmount null assignment (#8807) 2023-01-24 09:30:51 -05:00
Add-Raw-Byte-ItemStack-Serialization.patch Paper Plugins (#8108) 2023-02-19 09:57:10 -05:00
Add-ray-tracing-methods-to-LivingEntity.patch Deprecate TargetBlock/EntityInfo and assocated methods (#7381) 2022-12-15 09:10:03 -08:00
Add-recipe-to-cook-events.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
add-RespawnFlags-to-PlayerRespawnEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-root-admin-user-detection.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Add-sendOpLevel-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-server-name-parameter.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-setMaxPlayers-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-setPlayerProfile-API-for-Skulls.patch Updated Upstream (Bukkit/CraftBukkit) (#8714) 2022-12-26 09:53:35 -08:00
Add-setting-for-proxy-online-mode-status.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-Sneaking-API-for-Entities.patch Add Sneaking API for Entities (#8485) 2022-12-15 20:43:14 +01:00
Add-some-minimal-debug-information-to-chat-packet-er.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Add-source-to-PlayerExpChangeEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-StructuresLocateEvent.patch Make sure Registry is loaded after Bukkit.setServer() (#8853) 2023-02-15 15:00:22 -08:00
Add-sun-related-API.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-support-for-hex-color-codes-in-console.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-support-for-Proxy-Protocol.patch Update netty to 4.1.87 2023-01-14 19:53:32 +01:00
Add-System.out-err-catcher.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-TameableDeathMessageEvent.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Add-ThrownEggHatchEvent.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-tick-times-API-and-mspt-command.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Add-TickThread.patch [ci skip] Fix leaf'd patch names 2022-12-10 17:42:50 +01:00
Add-TNTPrimeEvent.patch fix more compile issues 2022-12-07 22:11:20 -08:00
Add-toggle-for-always-placing-the-dragon-egg.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-Unix-domain-socket-support.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-UnknownCommandEvent.patch Fix calling UnknownCommandEvent (#8232) 2023-02-16 18:07:30 -08:00
Add-various-missing-EntityDropItemEvent-calls.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Add-Velocity-IP-Forwarding-Support.patch Modify offline mode warning to include Velocity line (#8812) 2023-02-10 18:10:11 -05:00
Add-velocity-warnings.patch Patching patches 2022-12-07 19:32:25 +01:00
Add-version-history-to-version-command.patch Patching patches 2022-12-07 19:32:25 +01:00
Add-villager-reputation-API.patch fix more compile issues 2022-12-07 22:11:20 -08:00
Add-Wandering-Trader-spawn-rate-config-options.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-WardenAngerChangeEvent.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Add-World-Util-Methods.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Add-worldborder-events.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Add-zombie-targets-turtle-egg-config.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Added-byte-array-serialization-deserialization-for-P.patch Almost all patches 2022-12-07 23:05:32 +01:00
Added-EntityDamageItemEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Added-EntityToggleSitEvent.patch Almost all patches 2022-12-07 23:05:32 +01:00
Added-firing-of-PlayerChangeBeaconEffectEvent.patch more compile fixes 2022-12-07 21:24:59 -07:00
Added-getHostname-to-AsyncPlayerPreLoginEvent.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Added-missing-default-perms-for-commands.patch convert API/server tests to mockito (#8848) 2023-02-15 13:27:40 -08:00
added-option-to-disable-pathfinding-updates-on-block.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Added-PlayerBedFailEnterEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Added-PlayerDeepSleepEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Added-PlayerLecternPageChangeEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Added-PlayerLoomPatternSelectEvent.patch more compile fixes 2022-12-07 21:24:59 -07:00
added-PlayerNameEntityEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Added-PlayerStonecutterRecipeSelectEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Added-ServerResourcesReloadedEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Added-world-settings-for-mobs-picking-up-loot.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Added-WorldGameRuleChangeEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Additional-Block-Material-API-s.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
additions-to-PlayerGameModeChangeEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Adds-PlayerArmSwingEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Adventure.patch Send disguised chat for vanished players 2023-02-09 18:15:21 +01:00
All-chunks-are-slime-spawn-chunks-toggle.patch Patching patches 2022-12-07 19:32:25 +01:00
Allow-adding-items-to-BlockDropItemEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Allow-changing-bed-s-occupied-property.patch Almost all patches 2022-12-07 23:05:32 +01:00
Allow-chests-to-be-placed-with-NBT-data.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Allow-controlled-flushing-for-network-manager.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Allow-delegation-to-vanilla-chunk-gen.patch More 1.19.3 registry fun (#8618) 2022-12-08 00:49:41 +01:00
Allow-disabling-armour-stand-ticking.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Allow-disabling-mob-spawner-spawn-egg-transformation.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Allow-for-toggling-of-spawn-chunks.patch Patching patches 2022-12-07 19:32:25 +01:00
Allow-nerfed-mobs-to-jump-and-take-water-damage.patch Patching patches 2022-12-07 19:32:25 +01:00
Allow-Reloading-of-Command-Aliases.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Allow-Reloading-of-Custom-Permissions.patch Patching patches 2022-12-07 19:32:25 +01:00
Allow-Saving-of-Oversized-Chunks.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Allow-skipping-writing-of-comments-to-server.propert.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Allow-spawning-Item-entities-with-World.spawnEntity.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Allow-specifying-a-custom-authentication-servers-dow.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Allow-to-change-the-podium-for-the-EnderDragon.patch Updated Upstream (Bukkit/CraftBukkit) (#8740) 2023-01-01 12:17:40 -08:00
Allow-using-signs-inside-spawn-protection.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Always-allow-item-changing-in-Fireball.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Always-parse-protochunk-light-sources-unless-it-is-m.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Always-tick-falling-blocks.patch Patching patches 2022-12-07 19:32:25 +01:00
Anti-Xray.patch Add AntiXray layered obfuscation mode (#8799) 2023-02-09 18:38:00 +01:00
AnvilDamageEvent.patch Patching patched patches 2022-12-07 20:22:28 +01:00
API-for-creating-command-sender-which-forwards-feedb.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
API-to-get-a-BlockState-without-a-snapshot.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Async-catch-modifications-to-critical-entity-state.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Async-command-map-building.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Async-GameProfileCache-saving.patch Moar, fix API 2022-12-07 19:52:24 +01:00
AsyncTabCompleteEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Attempt-to-recalculate-regionfile-header-if-it-is-co.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Attributes-API-for-item-defaults.patch compile fixes 2022-12-07 20:24:00 -07:00
Avoid-blocking-on-Network-Manager-creation.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Avoid-error-bubbling-up-when-item-stack-is-empty-in-.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Basic-PlayerProfile-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Be-a-bit-more-informative-in-maxHealth-exception.patch Patching patches 2022-12-07 19:32:25 +01:00
Beacon-API-custom-effect-ranges.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Bees-get-gravity-in-void.-Fixes-MC-167279.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Block-Enderpearl-Travel-Exploit.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Block-Entity-remove-from-being-called-on-Players.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Block-player-logins-during-server-shutdown.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Block-Ticking-API.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
BlockDestroyEvent.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Book-Size-Limits.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Bound-Treasure-Maps-to-World-Border.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Brand-support.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Break-up-and-make-tab-spam-limits-configurable.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Bucketable-API.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Buffer-joins-to-world.patch Fix buffer-joins-to-world patch 2022-12-21 22:55:42 +01:00
Buffer-OOB-setBlock-calls.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Build-system-changes.patch Update netty to 4.1.87 2023-01-14 19:53:32 +01:00
Cache-block-data-strings.patch more compile fixes 2022-12-07 21:24:59 -07:00
Cache-burn-durations.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
cache-resource-keys.patch Updated Upstream (Bukkit/CraftBukkit) (#8832) 2023-02-15 14:10:14 -08:00
Cache-user-authenticator-threads.patch Revert executor in authentication thread pool back to original patch 2023-01-18 17:20:24 +01:00
Call-BlockPhysicsEvent-more-often.patch Almost all patches 2022-12-07 23:05:32 +01:00
Call-PaperServerListPingEvent-for-legacy-pings.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Call-player-spectator-target-events-and-improve-impl.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Cap-Entity-Collisions.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Catch-JsonParseException-in-Entity-and-TE-names.patch Patching patched patches 2022-12-07 20:22:28 +01:00
CB-fixes.patch fix method rename issue in Camel 2022-12-08 18:17:06 -08:00
Change-EnderEye-target-without-changing-other-things.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Check-Drowned-for-Villager-Aggression-Config.patch Patching patched patches 2022-12-07 20:22:28 +01:00
check-global-player-list-where-appropriate.patch Almost all patches 2022-12-07 23:05:32 +01:00
Check-online-mode-before-converting-and-renaming-pla.patch Patching patches 2022-12-07 19:32:25 +01:00
Check-requirement-before-suggesting-root-nodes.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Chunk-Save-Reattempt.patch Patching patches 2022-12-07 19:32:25 +01:00
Clean-up-duplicated-GameProfile-Properties.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Clear-bucket-NBT-after-dispense.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Climbing-should-not-bypass-cramming-gamerule.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Collision-API.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Collision-option-for-requiring-a-player-participant.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Complete-resource-pack-API.patch Patching patches 2022-12-07 19:32:25 +01:00
ConcurrentUtil.patch First server patches 2022-12-07 18:08:55 +01:00
config-for-disabling-entity-tag-tags.patch Rework filtering spawn egg and tile entity nbt config (#6613) 2022-12-27 18:59:15 -08:00
Config-option-for-Piglins-guarding-chests.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Configurable-Alternative-LootPool-Luck-Formula.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Configurable-baby-zombie-movement-speed.patch Patching patches 2022-12-07 19:32:25 +01:00
Configurable-cactus-bamboo-and-reed-growth-heights.patch Patching patches 2022-12-07 19:32:25 +01:00
Configurable-Cartographer-Treasure-Maps.patch Fix treasure map config for loot tables (#8739) 2023-01-10 04:09:19 -08:00
Configurable-chance-of-villager-zombie-infection.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Configurable-chat-thread-limit.patch Fix buffer-joins-to-world patch 2022-12-21 22:55:42 +01:00
Configurable-Chunk-Inhabited-Time.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Configurable-connection-throttle-kick-message.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Configurable-container-update-tick-rate.patch Patching patches 2022-12-07 19:32:25 +01:00
Configurable-Disabling-Cat-Chest-Detection.patch Patching patches 2022-12-07 19:32:25 +01:00
Configurable-door-breaking-difficulty.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Configurable-end-credits.patch Patching patches 2022-12-07 19:32:25 +01:00
Configurable-feature-seeds.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Configurable-fishing-time-ranges.patch Patching patches 2022-12-07 19:32:25 +01:00
Configurable-flying-kick-messages.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Configurable-Grass-Spread-Tick-Rate.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Configurable-inter-world-teleportation-safety.patch Patching patches 2022-12-07 19:32:25 +01:00
Configurable-item-frame-map-cursor-update-interval.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Configurable-Keep-Spawn-Loaded-range-per-world.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Configurable-max-block-light-for-monster-spawning.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Configurable-max-leash-distance.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Configurable-mob-spawner-tick-rate.patch Patching patches 2022-12-07 19:32:25 +01:00
Configurable-Non-Player-Arrow-Despawn-Rate.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Configurable-packet-in-spam-threshold.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Configurable-Player-Collision.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Configurable-projectile-relative-velocity.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Configurable-RCON-IP-address.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Configurable-sculk-sensor-listener-range.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Configurable-spawn-chances-for-skeleton-horses.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Configurable-speed-for-water-flowing-over-lava.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Configurable-sprint-interruption-on-attack.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Configurable-top-of-nether-void-damage.patch Patching patches 2022-12-07 19:32:25 +01:00
Consolidate-flush-calls-for-entity-tracker-packets.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Convert-legacy-attributes-in-Item-Meta.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
copy-TESign-isEditable-from-snapshots.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Correctly-handle-interactions-with-items-on-cooldown.patch Almost all patches 2022-12-07 23:05:32 +01:00
Correctly-shrink-items-during-EntityResurrectEvent.patch Correctly shrink items during EntityResurrectEvent (#8780) 2023-01-19 23:09:08 +01:00
Create-HoverEvent-from-ItemStack-Entity.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Custom-Chat-Completion-Suggestions-API.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Custom-Potion-Mixes.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Custom-replacement-for-eaten-items.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Custom-table-implementation-for-blockstate-state-loo.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Dead-Player-s-shouldn-t-be-able-to-move.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Default-loading-permissions.yml-before-plugins.patch Patching patches 2022-12-07 19:32:25 +01:00
Deobfuscate-stacktraces-in-log-messages-crash-report.patch convert API/server tests to mockito (#8848) 2023-02-15 13:27:40 -08:00
Detail-more-information-in-watchdog-dumps.patch Fix buffer-joins-to-world patch 2022-12-21 22:55:42 +01:00
Detect-headless-JREs.patch Almost all patches 2022-12-07 23:05:32 +01:00
Disable-component-selector-resolving-in-books-by-def.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Disable-Explicit-Network-Manager-Flushing.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Disable-explosion-knockback.patch Patching patches 2022-12-07 19:32:25 +01:00
Disable-ice-and-snow.patch Patching patches 2022-12-07 19:32:25 +01:00
Disable-Scoreboards-for-non-players-by-default.patch Patching patches 2022-12-07 19:32:25 +01:00
Disable-spigot-tick-limiters.patch Patching patches 2022-12-07 19:32:25 +01:00
Disable-thunder.patch Patching patches 2022-12-07 19:32:25 +01:00
Distance-manager-tick-timings.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Do-not-accept-invalid-client-settings.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Do-not-allow-bees-to-load-chunks-for-beehives.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Do-not-crash-from-invalid-ingredient-lists-in-Villag.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Do-not-let-armorstands-drown.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Do-not-let-the-server-load-chunks-from-newer-version.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Do-not-load-chunks-for-Pathfinding.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Do-not-run-close-logic-for-inventories-on-chunk-unlo.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Do-not-run-raytrace-logic-for-AIR.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Do-not-submit-profile-lookups-to-worldgen-threads.patch Updated Upstream (Bukkit/CraftBukkit) (#8714) 2022-12-26 09:53:35 -08:00
Do-not-sync-load-chunk-for-dynamic-game-event-listen.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Dolphin-API.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Don-t-allow-digging-into-unloaded-chunks.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Don-t-allow-entities-to-ride-themselves-572.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Don-t-allow-vehicle-movement-from-players-while-tele.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Don-t-apply-cramming-damage-to-players.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
don-t-attempt-to-teleport-dead-entities.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Don-t-broadcast-messages-to-command-blocks.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Don-t-call-getItemMeta-on-hasItemMeta.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Don-t-check-ConvertSigns-boolean-every-sign-save.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Don-t-fire-BlockFade-on-worldgen-threads.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Don-t-ignore-result-of-PlayerEditBookEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Don-t-load-Chunks-from-Hoppers-and-other-things.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Don-t-log-debug-logging-being-disabled.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Don-t-lookup-fluid-state-when-raytracing.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Don-t-move-existing-players-to-world-spawn.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Patching patches 2022-12-07 19:32:25 +01:00
Don-t-print-component-in-resource-pack-rejection-mes.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Don-t-read-neighbour-chunk-data-off-disk-when-conver.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Don-t-require-FACING-data.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Don-t-respond-to-ServerboundCommandSuggestionPacket-.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Don-t-run-entity-collision-code-if-not-needed.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Don-t-sleep-after-profile-lookups-if-not-needed.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Don-t-tick-dead-players.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Don-t-tick-markers.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Don-t-use-level-random-in-entity-constructors.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Dont-resent-entity-on-art-update.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Dont-send-unnecessary-sign-update.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Drop-carried-item-when-player-has-disconnected.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Drop-falling-block-and-tnt-entities-at-the-specified.patch Patching patches 2022-12-07 19:32:25 +01:00
Duplicate-UUID-Resolve-Option.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Eigencraft-redstone-implementation.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Elder-Guardian-appearance-API.patch Almost all patches 2022-12-07 23:05:32 +01:00
Empty-commands-shall-not-be-dispatched.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
EnderDragon-Events.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Enderman.teleportRandomly.patch Moar, fix API 2022-12-07 19:52:24 +01:00
EndermanAttackPlayerEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
EndermanEscapeEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Enforce-Sync-Player-Saves.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Enhance-console-tab-completions-for-brigadier-comman.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Ensure-commands-are-not-ran-async.patch Fix Player#chat for 1.19.3 (#8684) 2022-12-16 09:15:21 -08:00
Ensure-disconnect-for-book-edit-is-called-on-main.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Ensure-Entity-AABB-s-are-never-invalid.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Ensure-entity-passenger-world-matches-ridden-entity.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Ensure-EntityRaider-respects-game-and-entity-rules-f.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
ensure-reset-EnderDragon-boss-event-name.patch Almost all patches 2022-12-07 23:05:32 +01:00
Ensure-safe-gateway-teleport.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Ensure-valid-vehicle-status.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Entity-Activation-Range-2.0.patch Fix items never falling after being on ground (#8768) 2023-01-07 13:05:13 +01:00
Entity-AddTo-RemoveFrom-World-Events.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Entity-fromMobSpawner.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Entity-getEntitySpawnReason.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Entity-isTicking.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Entity-Jump-API.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Entity-load-save-limit-per-chunk.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Entity-Origin-API.patch Patching patches 2022-12-07 19:32:25 +01:00
Entity-powdered-snow-API.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
EntityMoveEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
EntityPathfindEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
EntityPickupItemEvent-fixes.patch Almost all patches 2022-12-07 23:05:32 +01:00
EntityRegainHealthEvent-isFastRegen-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Execute-chunk-tasks-fairly-for-worlds-while-waiting-.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Execute-chunk-tasks-mid-tick.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Expand-Explosions-API.patch more compile fixes 2022-12-07 21:24:59 -07:00
Expand-world-key-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Expand-World.spawnParticle-API-and-add-Builder.patch Moar, fix API 2022-12-07 19:52:24 +01:00
ExperienceOrbMergeEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Expose-attack-cooldown-methods-for-Player.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Expose-client-protocol-version-and-virtual-host.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Expose-furnace-minecart-push-values.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Expose-game-version.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Expose-isFuel-and-canSmelt-methods-to-FurnaceInvento.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Expose-LivingEntity-hurt-direction.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Expose-MinecraftServer-isRunning.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Expose-pre-collision-moving-velocity-to-VehicleBlock.patch Expose pre-collision moving velocity to VehicleBlockCollisionEvent (#8457) 2022-12-28 00:56:19 +02:00
Expose-protocol-version.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Expose-server-CommandMap.patch Patching patches 2022-12-07 19:32:25 +01:00
Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch Updated Upstream (Bukkit/CraftBukkit) (#8832) 2023-02-15 14:10:14 -08:00
Expose-the-internal-current-tick.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Expose-Tracked-Players.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Expose-vanilla-BiomeProvider-from-WorldInfo.patch Updated Upstream (CraftBukkit) (#8680) 2022-12-15 17:16:34 -08:00
Expose-world-spawn-angle.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Extend-block-drop-capture-to-capture-all-items-added.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Extend-Player-Interact-cancellation.patch Moar, fix API 2022-12-07 19:52:24 +01:00
FallingBlock-auto-expire-setting.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Faster-redstone-torch-rapid-clock-removal.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Fill-Profile-Property-Events.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Filter-bad-tile-entity-nbt-data-from-falling-blocks.patch Rework filtering spawn egg and tile entity nbt config (#6613) 2022-12-27 18:59:15 -08:00
Fire-CauldronLevelChange-on-initial-fill.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fire-EntityChangeBlockEvent-in-more-places.patch Fix desync of honeycomb when the event is canceled (#8713) 2023-02-11 18:14:03 +01:00
Fire-event-on-GS4-query.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Firework-API-s.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Fix-a-bunch-of-vanilla-bugs.patch Fix some explosion damage not scaling with difficulty (#8767) 2023-01-11 17:10:45 -08:00
Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-anchor-respawn-acting-as-a-bed-respawn-from-the-.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-and-optimise-world-force-upgrading.patch Updated Upstream (CraftBukkit) (#8680) 2022-12-15 17:16:34 -08:00
Fix-arrows-never-despawning-MC-125757.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-async-entity-add-due-to-fungus-trees.patch Almost all patches 2022-12-07 23:05:32 +01:00
Fix-Bee-flower-NPE.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Fix-bees-aging-inside-hives.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-block-drops-position-losing-precision-millions-o.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-Bukkit-NamespacedKey-shenanigans.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Fix-cancelled-powdered-snow-bucket-placement.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Fix-cancelling-ProjectileHitEvent-for-piercing-arrow.patch Add projectile hit simulation API (#8816) 2023-02-11 15:41:06 +00:00
Fix-CB-call-to-changed-postToMainThread-method.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Fix-CCE-for-SplashPotion-and-LingeringPotion-spawnin.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Fix-chunk-snapshot-biome-getter.patch Fix chunksnapshot biome getter (#8639) 2022-12-10 14:11:39 +01:00
Fix-ChunkSnapshot-isSectionEmpty-int-and-optimize-Pa.patch Updated Upstream (Bukkit/CraftBukkit) (#8823) 2023-02-07 07:55:53 -08:00
Fix-client-lag-on-advancement-loading.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-CocaoDecorator-causing-a-crash-when-trying-to-ge.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Fix-commands-from-signs-not-firing-command-events.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-Concurrency-issue-in-ShufflingList.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
fix-converting-txt-to-json-file.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-CraftCriteria-defaults-map.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Fix-CraftEntity-hashCode.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Fix-CraftPotionBrewer-cache.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-CraftSound-backwards-compatibility.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-CraftTeam-null-check.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-curing-zombie-villager-discount-exploit.patch fix more compile issues 2022-12-07 22:11:20 -08:00
Fix-custom-piglin-loved-items.patch Almost all patches 2022-12-07 23:05:32 +01:00
Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Fix-dangerous-end-portal-logic.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
fix-dead-slime-setSize-invincibility.patch Updated Upstream (Bukkit/CraftBukkit) (#8740) 2023-01-01 12:17:40 -08:00
Fix-deop-kicking-non-whitelisted-player-when-white-l.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-EndDragonFight-killed-statuses-should-be-false-f.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Fix-Entity-Position-Desync.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-entity-type-tags-suggestions-in-selectors.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-EntityArgument-suggestion-permissions-to-align-w.patch Almost all patches 2022-12-07 23:05:32 +01:00
Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch Almost all patches 2022-12-07 23:05:32 +01:00
Fix-exploit-that-allowed-colored-signs-to-be-created.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Fix-explosion-yield-with-new-gamerules.patch Fix explosion yield with new gamerules (#8674) 2022-12-14 20:01:31 -08:00
Fix-falling-block-spawn-methods.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-for-large-move-vectors-crashing-server.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-force-opening-enchantment-tables.patch Fix force-opening enchantment tables (#8820) 2023-01-27 13:01:36 -08:00
Fix-FurnaceInventory-for-smokers-and-blast-furnaces.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Fix-GameProfileCache-concurrency.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Fix-harming-potion-dupe.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-hex-colors-not-working-in-some-kick-messages.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-inconsistencies-in-dispense-events-regarding-sta.patch Fix inconsistencies in dispense events regarding stack size (#8653) 2022-12-14 13:05:11 -08:00
Fix-incorrect-message-for-outdated-client.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-incosistency-issue-with-empty-map-items-in-CB.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
fix-Instruments.patch last instrument fix, I promise 2022-12-09 02:03:06 -08:00
Fix-interact-event-not-being-called-in-adventure.patch Updated Upstream (Bukkit/CraftBukkit) (#8663) 2022-12-13 21:03:57 -08:00
Fix-invulnerable-end-crystals.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-issues-with-mob-conversion.patch Avoid to spam the transform event for hoglin->zoglin conversion (#8712) 2022-12-22 23:39:07 +01:00
Fix-item-locations-dropped-from-campfires.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-items-not-falling-correctly.patch Fix items never falling after being on ground (#8768) 2023-01-07 13:05:13 +01:00
Fix-items-vanishing-through-end-portal.patch Patching patched patches 2022-12-07 20:22:28 +01:00
fix-Jigsaw-block-kicking-user.patch Almost all patches 2022-12-07 23:05:32 +01:00
Fix-lag-from-explosions-processing-dead-entities.patch Patching patches 2022-12-07 19:32:25 +01:00
Fix-last-firework-in-stack-not-having-effects-when-d.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-MapLike-Codec-missing-key-selector.patch Fix MapLike Codec missing key 'selector' (#8634) 2022-12-10 09:04:27 -08:00
Fix-MC-117075-TE-Unload-Lag-Spike.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Fix-MC-158900.patch Patching patched patches 2022-12-07 20:22:28 +01:00
fix-MC-252817-green-map-markers-do-not-disappear.patch Almost all patches 2022-12-07 23:05:32 +01:00
Fix-merchant-inventory-not-closing-on-entity-removal.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Fix-missing-chunks-due-to-integer-overflow.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-NBT-pieces-overriding-a-block-entity-during-worl.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-NBT-type-issues.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Fix-nerfed-slime-when-splitting.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-new-block-data-for-EntityChangeBlockEvent.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-Not-a-string-Map-Conversion-spam.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-NotePlayEvent.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-NPE-for-BlockDataMeta-getBlockData.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-NPE-on-Allay-stopDancing-while-not-dancing.patch Respect SpigotConfig logCommands & fix stopDancing() NPE (#8715) 2022-12-25 23:22:08 -05:00
Fix-numerous-item-duplication-issues-and-teleport-is.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-OfflinePlayer-getBedSpawnLocation.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Fix-Old-Sign-Conversion.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Fix-Per-World-Difficulty-Remembering-Difficulty.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
fix-PigZombieAngerEvent-cancellation.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-piston-physics-inconsistency-MC-188840.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-player-kick-on-shutdown.patch Almost all patches 2022-12-07 23:05:32 +01:00
fix-player-loottables-running-when-mob-loot-gamerule.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-Player-spawnParticle-x-y-z-precision-loss.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-PlayerBucketEmptyEvent-result-itemstack.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-PlayerDropItemEvent-using-wrong-item.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-PlayerItemConsumeEvent-cancelling-properly.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
fix-PlayerItemHeldEvent-firing-twice.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-plugin-loggers-on-server-shutdown.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Fix-PotionEffect-ignores-icon-flag.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-potions-splash-events.patch Fix empty effect clouds from lingering potions (#8641) 2022-12-10 14:52:37 -08:00
fix-powder-snow-cauldrons-not-turning-to-water.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-regex-mistake-in-CB-NBT-int-deserialization.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-removing-recipes-from-RecipeIterator.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-return-value-of-Block-applyBoneMeal-always-being.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-sand-duping.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-saving-in-unloadWorld.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-setPatternColor-on-tropical-fish-bucket-meta.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Fix-slime-spawners-not-spawning-outside-slime-chunks.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-some-rails-connecting-improperly.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-sounds-when-item-frames-are-modified-MC-123450.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-SPIGOT-5885-Unable-to-disable-advancements.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-SPIGOT-5989.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-Spigot-Config-not-using-commands.spam-exclusions.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Fix-Spigot-growth-modifiers.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-SpongeAbsortEvent-handling.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Fix-sticky-pistons-and-BlockPistonRetractEvent.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-StructureGrowEvent-species-for-RED_MUSHROOM.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-suggest-command-message-for-brigadier-syntax-exc.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Fix-swamp-hut-cat-generation-deadlock.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-test-not-bootstrapping.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-this-stupid-bullshit.patch Updated Upstream (Bukkit/CraftBukkit) (#8714) 2022-12-26 09:53:35 -08:00
Fix-tripwire-state-inconsistency.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Fix-upstreams-block-state-factories.patch check now succeeds 2022-12-08 10:23:12 -08:00
fix-various-menus-with-empty-level-accesses.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Fix-villager-boat-exploit.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-villager-trading-demand-MC-163962.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fix-World-isChunkGenerated-calls.patch compile fixes 2022-12-07 20:24:00 -07:00
Fix-xp-reward-for-baby-zombies.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
fixed-entity-vehicle-collision-event-not-called.patch Almost all patches 2022-12-07 23:05:32 +01:00
Fixed-TileEntityBell-memory-leak.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Fixes-and-additions-to-the-SpawnReason-API.patch Properly identify golem spawn reason (#8635) 2022-12-09 16:37:03 -08:00
Fixes-kick-event-leave-message-not-being-sent.patch Use team display name for quit message (#7127) 2022-12-25 08:57:54 -08:00
Flag-to-disable-the-channel-limit.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Flat-bedrock-generator-settings.patch Paper Plugins (#8108) 2023-02-19 09:57:10 -05:00
Flying-Fall-Damage.patch Player Flying Fall Damage API (#5357) 2022-12-27 13:41:59 -07:00
Force-close-world-loading-screen.patch compile fixes 2022-12-07 20:24:00 -07:00
force-entity-dismount-during-teleportation.patch Patching patched patches 2022-12-07 20:22:28 +01:00
forced-whitelist-use-configurable-kick-message.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Forward-CraftEntity-in-teleport-command.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Freeze-Tick-Lock-API.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Friction-API.patch Almost all patches 2022-12-07 23:05:32 +01:00
Furnace-RecipesUsed-API.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Further-improve-server-tick-loop.patch Patching patches 2022-12-07 19:32:25 +01:00
Get-entity-default-attributes.patch compile fixes 2022-12-07 20:24:00 -07:00
getPlayerUniqueId-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Goat-ram-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Guard-against-invalid-entity-positions.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Guard-against-serializing-mismatching-chunk-coordina.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Handle-Item-Meta-Inconsistencies.patch Patching patches 2022-12-07 19:32:25 +01:00
Handle-Large-Packets-disconnecting-client.patch Patching patched patches 2022-12-07 20:22:28 +01:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Handle-Oversized-Tile-Entities-in-chunks.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Handle-plugin-prefixes-using-Log4J-configuration.patch Moar, fix API 2022-12-07 19:52:24 +01:00
handle-ServerboundKeepAlivePacket-async.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Hide-sync-chunk-writes-behind-flag.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Hide-unnecessary-itemmeta-from-clients.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Highly-optimise-single-and-multi-AABB-VoxelShapes-an.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Honor-EntityAgeable.ageLock.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Hook-into-CB-plugin-rewrites.patch Fix (again) Player#getPlayerProfile no such method error (#8722) 2022-12-26 04:34:23 -08:00
Ignore-impossible-spawn-tick.patch Almost all patches 2022-12-07 23:05:32 +01:00
Implement-alternative-item-despawn-rate.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch more compile fixes 2022-12-07 21:24:59 -07:00
Implement-API-to-expose-exact-interaction-point.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Implement-API-to-get-Material-from-Boats-and-Minecar.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Implement-BlockPreDispenseEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Implement-Brigadier-Mojang-API.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Implement-CraftBlockSoundGroup.patch Updated Upstream (Bukkit/CraftBukkit) (#8832) 2023-02-15 14:10:14 -08:00
Implement-enchantWithLevels-API.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Implement-ensureServerConversions-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Implement-EntityKnockbackByEntityEvent-and-EntityPus.patch Add EntityPushedByEntityEvent (#7704) 2022-12-23 20:59:11 +01:00
Implement-EntityTeleportEndGatewayEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Implement-Expanded-ArmorStand-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Implement-extended-PaperServerListPingEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Implement-furnace-cook-speed-multiplier-API.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Implement-getComputedBiome-API.patch compile fixes 2022-12-07 20:24:00 -07:00
Implement-getI18NDisplayName.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Implement-methods-to-convert-between-Component-and-B.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Implement-Mob-Goal-API.patch check now succeeds 2022-12-08 10:23:12 -08:00
implement-optional-per-player-mob-spawns.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Implement-Paper-VersionChecker.patch Patching patches 2022-12-07 19:32:25 +01:00
Implement-Player-Client-Options-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Implement-PlayerFlowerPotManipulateEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Implement-PlayerLocaleChangeEvent.patch Patching patches 2022-12-07 19:32:25 +01:00
Implement-PlayerPostRespawnEvent.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Implement-regenerateChunk.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Implement-TargetHitEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Implement-World.getEntity-UUID-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Implemented-BlockFailedDispenseEvent.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Improve-Arrow-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Improve-Block-breakNaturally-API.patch Add more breakNaturally functionality (#7379) 2022-12-14 19:37:16 -08:00
Improve-BlockPosition-inlining.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Improve-boat-collision-performance.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Improve-death-events.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Improve-EntityShootBowEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Improve-fix-EntityTargetLivingEntityEvent.patch Readd improve/fix EntityTargetLivingEntityEvent (#8630) 2022-12-09 03:30:55 -08:00
Improve-inlining-for-some-hot-BlockBehavior-and-Flui.patch [ci skip] Fix leaf'd patch names 2022-12-10 17:42:50 +01:00
Improve-Legacy-Component-serialization-size.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Improve-Log4J-Configuration-Plugin-Loggers.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Improve-logging-and-errors.patch Improve some logging and errors (#8673) 2022-12-14 19:54:43 -08:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Improve-PortalEvents.patch Improve PortalEvents (#8679) 2022-12-17 09:36:02 -08:00
Improve-scoreboard-entries.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Improve-Server-Thread-Pool-and-Thread-Priorities.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Improve-ServerGUI.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Improve-the-Saddle-API-for-Horses.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Improved-Async-Task-Scheduler.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Improved-Watchdog-Support.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Increase-Light-Queue-Size.patch Patching patched patches 2022-12-07 20:22:28 +01:00
incremental-chunk-and-player-saving.patch Remove somewhat broken patch 2022-12-19 11:46:55 +01:00
Inline-shift-direction-fields.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Introduce-beacon-activation-deactivation-events.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Inventory-close.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Inventory-getHolder-method-without-block-snapshot.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Inventory-removeItemAnySlot.patch Patching patched patches 2022-12-07 20:22:28 +01:00
InventoryCloseEvent-Reason-API.patch Use team display name for quit message (#7127) 2022-12-25 08:57:54 -08:00
Item-canEntityPickup.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Item-no-age-no-player-pickup.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Item-Rarity-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
ItemStack-damage-API.patch Almost all patches 2022-12-07 23:05:32 +01:00
ItemStack-getMaxItemUseDuration.patch Moar, fix API 2022-12-07 19:52:24 +01:00
ItemStack-repair-check-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Kick-on-main-for-illegal-chat.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Lag-compensate-eating.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Lazily-track-plugin-scoreboards-by-default.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Left-handed-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Limit-Client-Sign-length-more.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Limit-item-frame-cursors-on-maps.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Limit-pet-look-distance.patch Almost all patches 2022-12-07 23:05:32 +01:00
Limit-recipe-packets.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Line-Of-Sight-Changes.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
living-entity-allow-attribute-registration.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
LivingEntity-Hand-Raised-Item-Use-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
LivingEntity-setKiller.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Load-effect-amplifiers-greater-than-127-correctly.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Log-when-the-async-catcher-is-tripped.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
LootTable-API-Replenishable-Lootables-Feature.patch Persist paper lootable on entities (#8762) 2023-01-05 11:59:10 +01:00
Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Make-EntityUnleashEvent-cancellable.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Make-hoppers-respect-inventory-max-stack-size.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Make-item-validations-configurable.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Make-legacy-ping-handler-more-reliable.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Make-schedule-command-per-world.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Make-shield-blocking-delay-configurable.patch Deprecate duplicate API for arrow stuck count (#8829) 2023-02-07 07:43:20 -08:00
Make-some-itemstacks-nonnull.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Make-sure-inlined-getChunkAt-has-inlined-logic-for-l.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Make-the-default-permission-message-configurable.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Make-the-GUI-graph-fancier.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Make-water-animal-spawn-height-configurable.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Manually-inline-methods-in-BlockPosition.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Maps-shouldn-t-load-chunks.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
MC-4-Fix-item-position-desync.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
MC-50319-Check-other-worlds-for-shooter-of-projectil.patch Patching patched patches 2022-12-07 20:22:28 +01:00
MC-145656-Fix-Follow-Range-Initial-Target.patch Patching patched patches 2022-12-07 20:22:28 +01:00
MC-Dev-fixes.patch fix method rename issue in Camel 2022-12-08 18:17:06 -08:00
MC-Utils.patch Updated Upstream (Bukkit/CraftBukkit) (#8832) 2023-02-15 14:10:14 -08:00
Merchant-getRecipes-should-return-an-immutable-list.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
misc-debugging-dumps.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Missing-eating-regain-reason.patch Add eating regain reason for Camels (#8638) 2022-12-10 14:07:35 +01:00
Missing-effect-cause.patch Almost all patches 2022-12-07 23:05:32 +01:00
Missing-Entity-Behavior-API.patch Updated Upstream (Bukkit/CraftBukkit) (#8740) 2023-01-01 12:17:40 -08:00
Mitigate-effects-of-WorldCreator-keepSpawnLoaded-ret.patch Fix OfflinePlayer#getPlayerProfile returning deprecated type (#8543) 2022-12-20 10:56:33 -08:00
Mob-Pathfinding-API.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Mob-Spawner-API-Enhancements.patch compile fixes 2022-12-07 20:24:00 -07:00
More-CommandBlock-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
More-Enchantment-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
More-Lidded-Block-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
More-lightning-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
More-PotionEffectType-API.patch compile fixes 2022-12-07 20:24:00 -07:00
More-Projectile-API.patch Add projectile hit simulation API (#8816) 2023-02-11 15:41:06 +00:00
More-Teleport-API.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
More-vanilla-friendly-methods-to-update-trades.patch Almost all patches 2022-12-07 23:05:32 +01:00
More-World-API.patch Fix locateNearestBiome nullability check (#8662) 2022-12-13 17:01:54 +02:00
Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Move-range-check-for-block-placing-up.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Multi-Block-Change-API-Implementation.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Multiple-Entries-with-Scoreboards.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Name-craft-scheduler-threads-according-to-the-plugin.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Nameable-Banner-API.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Ocelot-despawns-should-honor-nametags-and-leash.patch Moar, fix API 2022-12-07 19:52:24 +01:00
offset-item-frame-ticking.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Only-refresh-abilities-if-needed.patch Patching patches 2022-12-07 19:32:25 +01:00
Only-send-global-sounds-to-same-world-if-limiting-ra.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Only-write-chunk-data-to-disk-if-it-serializes-witho.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Oprimise-map-impl-for-tracked-players.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Optimise-BlockSoil-nearby-water-lookup.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Optimise-BlockState-s-hashCode-equals.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Optimise-Chunk-getFluid.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimise-chunk-tick-iteration.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Optimise-collision-checking-in-player-move-packet-ha.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Optimise-EntityGetter-getPlayerByUUID.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimise-general-POI-access.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Optimise-getChunkAt-calls-for-loaded-chunks.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimise-getType-calls.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimise-nearby-player-lookups.patch Remove somewhat broken patch 2022-12-19 11:46:55 +01:00
Optimise-non-flush-packet-sending.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Optimise-random-block-ticking.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Optimize-anyPlayerCloseEnoughForSpawning-to-use-dist.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimize-Bit-Operations-by-inlining.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimize-BlockPosition-helper-methods.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimize-brigadier-child-sorting-performance.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimize-call-to-getFluid-for-explosions.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimize-Captured-TileEntity-Lookup.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimize-Collision-to-not-load-chunks.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimize-CraftBlockData-Creation.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimize-DataBits.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Optimize-Dynamic-get-Missing-Keys.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimize-entity-tracker-passenger-checks.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimize-explosions.patch Patching patches 2022-12-07 19:32:25 +01:00
Optimize-GoalSelector-Goal.Flag-Set-operations.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimize-HashMapPalette.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Optimize-Hoppers.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimize-indirect-passenger-iteration.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimize-isInWorldBounds-and-getBlockState-for-inlin.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Optimize-ItemStack.isEmpty.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Optimize-MappedRegistry.patch compile fixes 2022-12-07 20:24:00 -07:00
Optimize-Network-Manager-and-add-advanced-packet-sup.patch compile fixes 2022-12-07 20:24:00 -07:00
Optimize-NetworkManager-Exception-Handling.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimize-Pathfinding.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimize-the-advancement-data-player-iteration-to-be.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimize-Voxel-Shape-Merging.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Optimize-World-Time-Updates.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Optimize-World.isLoaded-BlockPosition-Z.patch Moar, fix API 2022-12-07 19:52:24 +01:00
optimized-dirt-and-snow-spreading.patch Almost all patches 2022-12-07 23:05:32 +01:00
Option-for-maximum-exp-value-when-merging-orbs.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Option-to-have-default-CustomSpawners-in-custom-worl.patch More 1.19.3 registry fun (#8618) 2022-12-08 00:49:41 +01:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Option-to-prevent-NBT-copy-in-smithing-recipes.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch ChatProcessor fixes (#8690) 2022-12-16 23:05:48 -07:00
Optional-TNT-doesn-t-move-in-water.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Paper-command.patch More 1.19.3 registry fun (#8618) 2022-12-08 00:49:41 +01:00
Paper-config-files.patch convert API/server tests to mockito (#8848) 2023-02-15 13:27:40 -08:00
Paper-dumpitem-command.patch More 1.19.3 registry fun (#8618) 2022-12-08 00:49:41 +01:00
Paper-Metrics.patch Fix metrics reporting unknown paper version (#8683) 2022-12-16 09:37:06 -08:00
Paper-Plugins.patch Redefine Cyclic Dependencies (#8873) 2023-02-20 20:09:38 -05:00
Pass-ServerLevel-for-gamerule-callbacks.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Pillager-patrol-spawn-settings-and-per-player-option.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Player-affects-spawning-API.patch Patching patches 2022-12-07 19:32:25 +01:00
Player-Chunk-Load-Unload-Events.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Player-elytra-boost-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Player-Entity-Tracking-Events.patch Almost all patches 2022-12-07 23:05:32 +01:00
Player-Tab-List-and-Title-APIs.patch Patching patches 2022-12-07 19:32:25 +01:00
Player.setPlayerProfile-API.patch Fix (again) Player#getPlayerProfile no such method error (#8722) 2022-12-26 04:34:23 -08:00
PlayerAdvancementCriterionGrantEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
PlayerAttemptPickupItemEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
PlayerDeathEvent-getItemsToKeep.patch Patching patched patches 2022-12-07 20:22:28 +01:00
PlayerDeathEvent-shouldDropExperience.patch Patching patched patches 2022-12-07 20:22:28 +01:00
PlayerElytraBoostEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
PlayerLaunchProjectileEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
PlayerNaturallySpawnCreaturesEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
PlayerPickupExperienceEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
PlayerPickupItemEvent-setFlyAtPlayer.patch Moar, fix API 2022-12-07 19:52:24 +01:00
PlayerReadyArrowEvent.patch Call PlayerReadyArrowEvent for when items in the offhand are used (#8842) 2023-02-13 09:36:25 +00:00
PlayerTeleportEndGatewayEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
PortalCreateEvent-needs-to-know-its-entity.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Potential-bed-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
PreCreatureSpawnEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Preserve-overstacked-loot.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
PreSpawnerSpawnEvent.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Prevent-AFK-kick-while-watching-end-credits.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Prevent-bees-loading-chunks-checking-hive-position.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Prevent-chunk-loading-from-Fluid-Flowing.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Prevent-compass-from-loading-chunks.patch Almost all patches 2022-12-07 23:05:32 +01:00
Prevent-consuming-the-wrong-itemstack.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Prevent-ContainerOpenersCounter-openCount-from-going.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Prevent-empty-items-from-being-added-to-world.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Prevent-Enderman-from-loading-chunks.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Prevent-entity-loading-causing-async-lookups.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Prevent-excessive-velocity-through-repeated-crits.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Prevent-Frosted-Ice-from-loading-holding-chunks.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Prevent-grindstones-from-overstacking-items.patch Updated Upstream (Bukkit/CraftBukkit) (#8663) 2022-12-13 21:03:57 -08:00
Prevent-headless-pistons-from-being-created.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Prevent-logins-from-being-processed-when-the-player-.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Prevent-Mob-AI-Rules-from-Loading-Chunks.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Prevent-mob-spawning-from-loading-generating-chunks.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Prevent-opening-inventories-when-frozen.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Prevent-Pathfinding-out-of-World-Border.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Prevent-position-desync-in-playerconnection-causing-.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Prevent-rayTrace-from-loading-chunks.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Prevent-sending-oversized-item-data-in-equipment-and.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Prevent-softlocked-end-exit-portal-generation.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Prevent-teleporting-dead-entities.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Prevent-tile-entity-and-entity-crashes.patch Patching patches 2022-12-07 19:32:25 +01:00
Prevent-tile-entity-copies-loading-chunks.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
prevent-unintended-light-block-manipulation.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Print-Error-details-when-failing-to-save-player-data.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Profile-Lookup-Events.patch Moar, fix API 2022-12-07 19:52:24 +01:00
ProfileWhitelistVerifyEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Properly-fix-item-duplication-bug.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Properly-handle-async-calls-to-restart-the-server.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Properly-resend-entities.patch Fix bad AT 2022-12-08 12:00:10 +01:00
Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
provide-a-configurable-option-to-disable-creeper-lin.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Provide-E-TE-Chunk-count-stat-methods.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Put-world-into-worldlist-before-initing-the-world.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
RangedEntity-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Rate-options-and-timings-for-sensors-and-behaviors.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Reduce-allocation-of-Vec3D-by-entity-tracker.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Reduce-blockpos-allocation-from-pathfinding.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Reduce-Either-Optional-allocation.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Reduce-memory-footprint-of-NBTTagCompound.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Reduce-MutableInt-allocations-from-light-engine.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Reduce-worldgen-thread-worker-count-for-low-core-cou.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Refresh-player-inventory-when-cancelling-PlayerInter.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Remap-fixes.patch check now succeeds 2022-12-08 10:23:12 -08:00
Remote-Connections-shouldn-t-hold-up-shutdown.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Remove-client-side-code-using-deprecated-for-removal.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Remove-CraftItemStack-setAmount-null-assignment.patch Remove CraftItemStack#setAmount null assignment (#8807) 2023-01-24 09:30:51 -05:00
Remove-CraftScheduler-Async-Task-Debugger.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Remove-garbage-Java-version-check.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Remove-invalid-signature-login-stacktrace.patch fix some tests and DoNotUse violations 2022-12-08 09:06:14 -08:00
Remove-Metadata-on-reload.patch Patching patches 2022-12-07 19:32:25 +01:00
remove-null-possibility-for-getServer-singleton.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Remove-ProjectileHitEvent-call-when-fireballs-dead.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Remove-some-streams-from-structures.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Remove-stale-POIs.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Remove-streams-for-villager-AI.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Remove-streams-from-classes-related-villager-gossip.patch fix more compile issues 2022-12-07 22:11:20 -08:00
Remove-streams-from-SensorNearest.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Remove-unnecessary-itemmeta-handling.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Remove-unnecessary-onTrackingStart-during-navigation.patch Almost all patches 2022-12-07 23:05:32 +01:00
Reset-Ender-Crystals-on-Dragon-Spawn.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Reset-placed-block-on-exception.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Reset-players-airTicks-on-respawn.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Reset-shield-blocking-on-dimension-change.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Reset-spawner-timer-when-spawner-event-is-cancelled.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Restore-custom-InventoryHolder-support.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Restore-vanilla-default-mob-spawn-range-and-water-an.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Retain-block-place-order-when-capturing-blockstates.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Return-chat-component-with-empty-text-instead-of-thr.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
revert-serverside-behavior-of-keepalives.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Rewrite-chunk-system.patch Paper Plugins (#8108) 2023-02-19 09:57:10 -05:00
Rewrite-dataconverter-system.patch Fix MCVersions 2022-12-07 23:29:30 +01:00
Rewrite-LogEvents-to-contain-the-source-jars-in-stac.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Sanitise-RegionFileCache-and-make-configurable.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Sanitize-ResourceLocation-error-logging.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Sanitize-Sent-BlockEntity-NBT.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Send-attack-SoundEffects-only-to-players-who-can-see.patch compile fixes 2022-12-07 20:24:00 -07:00
Send-block-entities-after-destroy-prediction.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Send-empty-commands-if-tab-completion-is-disabled.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Send-full-pos-packets-for-hard-colliding-entities.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Server-Tick-Events.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Set-area-affect-cloud-rotation.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Set-position-before-player-sending-on-dimension-chan.patch Almost all patches 2022-12-07 23:05:32 +01:00
Set-spigots-verbose-world-setting-to-false-by-def.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Setup-Gradle-project.patch API patches 2022-12-07 17:46:46 +01:00
Shoulder-Entities-Release-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Show-blockstate-location-if-we-failed-to-read-it.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Updated Upstream (Bukkit/CraftBukkit) (#8714) 2022-12-26 09:53:35 -08:00
Significantly-improve-performance-of-the-end-generat.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
SkeletonHorse-Additions.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Slime-Pathfinder-Events.patch Updated Upstream (Bukkit/CraftBukkit) (#8740) 2023-01-01 12:17:40 -08:00
Spawn-player-in-correct-world-on-login.patch Remove somewhat broken patch 2022-12-19 11:46:55 +01:00
Starlight.patch Paper Plugins (#8108) 2023-02-19 09:57:10 -05:00
Stinger-API.patch Deprecate duplicate API for arrow stuck count (#8829) 2023-02-07 07:43:20 -08:00
Stop-copy-on-write-operations-for-updating-light-dat.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
stop-firing-pressure-plate-EntityInteractEvent-for-i.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Stop-large-look-changes-from-crashing-the-server.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
String-based-Action-Bar-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Support-components-in-ItemMeta.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Support-old-UUID-format-for-NBT.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Sync-offhand-slot-in-menus.patch Almost all patches 2022-12-07 23:05:32 +01:00
Synchronize-PalettedContainer-instead-of-ThreadingDe.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
System-property-for-disabling-watchdoge.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Tameable-getOwnerUniqueId-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Temp-fix-for-EntityType.translationKey.patch Temp fix for EntityType.translationKey 2023-02-16 03:20:43 +00:00
Test-changes.patch Configure mokitor Server mock as stubOnly (#8861) 2023-02-21 17:18:49 +01:00
Thread-Safe-Vanilla-Command-permission-checking.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Throw-exception-on-world-create-while-being-ticked.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Throw-proper-exception-on-empty-JsonList-file.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Time-scoreboard-search.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Timings-v2.patch Paper Plugins (#8108) 2023-02-19 09:57:10 -05:00
Toggle-for-removing-existing-dragon.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Toggleable-player-crits-helps-mitigate-hacked-client.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Track-projectile-source-for-fireworks-from-dispenser.patch Almost all patches 2022-12-07 23:05:32 +01:00
Tracking-Range-Improvements.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Trigger-bee_nest_destroyed-trigger-in-the-correct-pl.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Turtle-API.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Update-head-rotation-in-missing-places.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Update-itemstack-legacy-name-and-lore.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Use-a-CHM-for-StructureTemplate.Pallete-cache.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Use-a-Queue-for-Queueing-Commands.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Use-a-Shared-Random-for-Entities.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch Moar, fix API 2022-12-07 19:52:24 +01:00
use-BlockFormEvent-for-mud-converting-into-clay.patch Almost all patches 2022-12-07 23:05:32 +01:00
use-CB-BlockState-implementations-for-captured-block.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Use-ConcurrentHashMap-in-JsonList.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Use-distance-map-to-optimise-entity-tracker.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Use-getChunkIfLoadedImmediately-in-places.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Use-single-player-info-update-packet-on-join.patch Use single player info update packet on join (#8773) 2023-01-08 18:46:54 -08:00
Use-TerminalConsoleAppender-for-console-improvements.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Use-thread-safe-random-in-ServerLoginPacketListenerI.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Use-UserCache-for-player-heads.patch Patching patches 2022-12-07 19:32:25 +01:00
Use-username-instead-of-display-name-in-PlayerList-g.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Use-Vanilla-Minecart-Speeds.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Use-Velocity-compression-and-cipher-natives.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Validate-PickItem-Packet-and-kick-for-invalid.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Validate-tripwire-hook-placement-before-update.patch Patching patched patches 2022-12-07 20:22:28 +01:00
Validate-usernames.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Vanilla-command-permission-fixes.patch Fix calling UnknownCommandEvent (#8232) 2023-02-16 18:07:30 -08:00
VanillaCommandWrapper-didnt-account-for-entity-sende.patch More patchy patched patches 2022-12-07 22:05:01 +01:00
Vanished-players-don-t-have-rights.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Vex-get-setSummoner-API.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Villager-resetOffers.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Villager-Restocks-API.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Wait-for-Async-Tasks-during-shutdown.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00
Warn-on-plugins-accessing-faraway-chunks.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Win-Screen-API.patch More Win Screen API (#8805) 2023-02-11 16:55:45 +01:00
WitchConsumePotionEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
WitchReadyPotionEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
WitchThrowPotionEvent.patch Moar, fix API 2022-12-07 19:52:24 +01:00
Workaround-for-client-lag-spikes-MC-162253.patch More patchidy patched patch patches 2022-12-07 22:57:15 +01:00
Workaround-for-vehicle-tracking-issue-on-disconnect.patch Patching patched patches 2022-12-07 20:22:28 +01:00
WorldCreator-keepSpawnLoaded.patch More patchidy patched patches 2022-12-07 22:35:34 +01:00
Zombie-API-breaking-doors.patch Patching patched patched patches 2022-12-07 21:16:54 +01:00