13
0
geforkt von Mirrors/Paper
Paper/patches/server
Spottedleaf 0f1a8717e8 Rewrite chunk system (#8177)
Patch documentation to come

Issues with the old system that are fixed now:
- World generation does not scale with cpu cores effectively.
- Relies on the main thread for scheduling and maintaining chunk state, dropping chunk load/generate rates at lower tps.
- Unreliable prioritisation of chunk gen/load calls that block the main thread.
- Shutdown logic is utterly unreliable, as it has to wait for all chunks to unload - is it guaranteed that the chunk system is in a state on shutdown that it can reliably do this? Watchdog shutdown also typically failed due to thread checks, which is now resolved.
- Saving of data is not unified (i.e can save chunk data without saving entity data, poses problems for desync if shutdown is really abnormal.
- Entities are not loaded with chunks. This caused quite a bit of headache for Chunk#getEntities API, but now the new chunk system loads entities with chunks so that they are ready whenever the chunk loads in. Effectively brings the behavior back to 1.16 era, but still storing entities in their own separate regionfiles.

The above list is not complete. The patch documentation will complete it.

New chunk system hard relies on starlight and dataconverter, and most importantly the new concurrent utilities in ConcurrentUtil.

Some of the old async chunk i/o interface (i.e the old file io thread reroutes _some_ calls to the new file io thread) is kept for plugin compat reasons. It will be removed in the next major version of minecraft.

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