PaperMC/Spigot-Server-Patches
Aikar 99dd3ad303 Cache DataFixerUpper Rewrite Rules on demand
Mojang precaches every single potential rewrite rule that could ever
exist on server startup. This includes rules from all the way back to versions from 6+ years ago.

This is the source of why the server hogs every CPU core at 100% every start.

For anyone who hard resets for updates or has force upgraded their entire world, this
results in completely wasted cpu cycles.

This massive CPU usage also delays server startup time.

We improve this by making "min version to precache" that defaults to a future version
so that no rewrite rules are precached.

someone who expects to be converting a lot chunks could theoretically set
-DPaper.minPrecachedDatafixVersion=<dataVersionConvertingFrom> as a startup
parameter and only build from that point on.

However this will likely never be needed as the server will still run
the same cache logic on demand when it's actually needed. The only
cost would be some delay on the FIRST chunk conversion, but paper already
runs chunk conversions on another thread so this will likely never be
a concern for TPS.

This patch will significantly reduce CPU use on startup, reduce memory usage,
and improve server startup time.
2020-09-12 17:56:00 -04:00
..
0552-Brand-support.patch Updated Upstream (CraftBukkit/Spigot) (#4318) 2020-09-12 21:57:21 +02:00
0562-Brand-support.patch Updated Upstream (CraftBukkit/Spigot) (#4318) 2020-09-12 21:57:21 +02:00
Ability-to-apply-mending-to-XP-API.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch even even more work 2020-06-25 06:11:48 -07:00
Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-a-way-to-get-translation-keys-for-blocks-entitie.patch Add a way to get translation keys for blocks, entities and materials 2020-08-11 21:20:44 +02:00
Add-ability-to-configure-frosted_ice-properties.patch more progress 2020-06-25 04:00:35 -07:00
Add-additional-open-container-api-to-HumanEntity.patch Add additional open container api to HumanEntity 2020-08-26 02:30:08 -04:00
Add-and-implement-PlayerRecipeBookClickEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-API-methods-to-control-if-armour-stands-can-move.patch (FIRST 1.16.3): Update Paper to 1.16.3 2020-09-10 19:47:58 -04:00
Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-ArmorStand-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-07-03 02:08:00 -04:00
Add-BeaconEffectEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-BellRingEvent.patch Add BellRingEvent for village bells (#2230) 2020-08-30 11:26:15 -07:00
Add-config-to-disable-ender-dragon-legacy-check.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Add-configurable-despawn-distances-for-living-entiti.patch Current progress - Leaf, tag your it 2020-06-25 05:27:25 -04:00
Add-configurable-portal-search-radius.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-configuration-option-to-prevent-player-names-fro.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-CraftMagicNumbers.isSupportedApiVersion.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Latest progress - restored patches, some issues resolved 2020-06-26 02:29:44 -04:00
Add-Early-Warning-Feature-to-WatchDog.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-effect-to-block-break-naturally.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-entity-liquid-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-EntityZapEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-exception-reporting-event.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
add-hand-to-BlockMultiPlaceEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-hand-to-bucket-events.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch more progress 2020-06-25 04:00:35 -07:00
Add-Heightmap-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-LivingEntity-getTargetEntity.patch Fix TNT not pushing creative players 2020-08-25 20:46:04 +02:00
Add-method-to-open-already-placed-sign.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-08-27 14:37:37 +01:00
Add-MinecraftKey-Information-to-Objects.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-missing-strikeLighting-call-to-World-spigot-stri.patch Add missing strikeLighting call to World#spigot()#strikeLightningEffect 2020-07-26 12:12:19 +01:00
Add-moon-phase-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-More-Creeper-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-more-Evoker-API.patch Add more Evoker API 2020-08-23 15:29:02 +02:00
add-more-information-to-Entity.toString.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Add-more-Witch-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-more-Zombie-API.patch Fix Zombie ShouldBurnInDay API (#4268) 2020-09-01 22:25:06 +02:00
Add-option-for-console-having-all-permissions.patch Move bedrock config under unsupported, add comments to these configs 2020-07-05 02:12:14 -04:00
Add-option-to-allow-iron-golems-to-spawn-in-air.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-option-to-disable-pillager-patrols.patch even even even even more work 2020-06-25 16:38:24 -07:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-option-to-nerf-pigmen-from-nether-portals.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-option-to-prevent-players-from-moving-into-unloa.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-permission-for-command-blocks.patch fix headers 2020-06-27 14:38:26 -04:00
Add-phantom-creative-and-insomniac-controls.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-PhantomPreSpawnEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-PlayerArmorChangeEvent.patch even even more work 2020-06-25 06:11:48 -07:00
Add-PlayerAttackEntityCooldownResetEvent.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Add-PlayerConnectionCloseEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-PlayerInitialSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-06-26 22:12:11 -07:00
Add-PlayerJumpEvent.patch even even more work 2020-06-25 06:11:48 -07:00
Add-PlayerUseUnknownEntityEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-playPickupItemAnimation-to-LivingEntity.patch Add playPickupItemAnimation to LivingEntity 2020-08-23 19:41:34 +02:00
Add-Plugin-Tickets-to-API-Chunk-Methods.patch [WIP|1.16] Misc fixes (#3627) 2020-06-26 18:20:03 +02:00
Add-PrepareResultEvent.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Add-ProjectileCollideEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-Raw-Byte-ItemStack-Serialization.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-ray-tracing-methods-to-LivingEntity.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-server-name-parameter.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-setMaxPlayers-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-setPlayerProfile-API-for-Skulls.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-setting-for-proxy-online-mode-status.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-some-Debug-to-Chunk-Entity-slices.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-source-to-PlayerExpChangeEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-sun-related-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-system-property-to-disable-book-size-limits.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-ThrownEggHatchEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-tick-times-API-and-mspt-command.patch (FIRST 1.16.3): Update Paper to 1.16.3 2020-09-10 19:47:58 -04:00
Add-TNTPrimeEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-UnknownCommandEvent.patch even even more work 2020-06-25 06:11:48 -07:00
Add-Velocity-IP-Forwarding-Support.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Add-velocity-warnings.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-version-history-to-version-command.patch Current progress - Leaf, tag your it 2020-06-25 05:27:25 -04:00
Add-villager-reputation-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-World-Util-Methods.patch Latest progress - restored patches, some issues resolved 2020-06-26 02:29:44 -04:00
Add-zombie-targets-turtle-egg-config.patch Add zombie targets turtle egg config (#4181) 2020-08-30 20:27:50 +02:00
All-chunks-are-slime-spawn-chunks-toggle.patch Current progress - Leaf, tag your it 2020-06-25 05:27:25 -04:00
Allow-chests-to-be-placed-with-NBT-data.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Allow-delegation-to-vanilla-chunk-gen.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Allow-disabling-armour-stand-ticking.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Allow-for-toggling-of-spawn-chunks.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Allow-multiple-callbacks-to-schedule-for-Callback-Ex.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Allow-nerfed-mobs-to-jump-and-take-water-damage.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Allow-overriding-the-java-version-check.patch (FIRST 1.16.3): Update Paper to 1.16.3 2020-09-10 19:47:58 -04:00
Allow-Reloading-of-Command-Aliases.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Allow-Reloading-of-Custom-Permissions.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Allow-Saving-of-Oversized-Chunks.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Allow-setting-the-vex-s-summoner.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Allow-spawning-Item-entities-with-World.spawnEntity.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Allow-specifying-a-custom-authentication-servers-dow.patch even even more work 2020-06-25 06:11:48 -07:00
Always-tick-falling-blocks.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Anti-Xray.patch (FIRST 1.16.3): Update Paper to 1.16.3 2020-09-10 19:47:58 -04:00
AnvilDamageEvent.patch even even even more work 2020-06-25 16:09:55 +02:00
API-to-get-a-BlockState-without-a-snapshot.patch Fix PersistentDataContainer contract violation (_->!null returns null) 2020-07-24 01:09:57 +02:00
Async-command-map-building.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Asynchronous-chunk-IO-and-loading.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
AsyncTabCompleteEvent.patch even even more work 2020-06-25 06:11:48 -07:00
Auto-fix-bad-Y-levels-on-player-login.patch even more work 2020-06-25 05:04:34 -07:00
Avoid-blocking-on-Network-Manager-creation.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Avoid-hopper-searches-if-there-are-no-items.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Avoid-item-merge-if-stack-size-above-max-stack-size.patch even even even more work 2020-06-25 16:09:55 +02:00
Avoid-NPE-in-PathfinderGoalTempt.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Basic-PlayerProfile-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Be-a-bit-more-informative-in-maxHealth-exception.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Bees-get-gravity-in-void.-Fixes-MC-167279.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Block-Enderpearl-Travel-Exploit.patch even even even more work 2020-06-25 16:09:55 +02:00
Block-Entity-remove-from-being-called-on-Players.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Block-player-logins-during-server-shutdown.patch Fix hex colors not working in some kick messages 2020-08-27 16:58:27 -04:00
BlockDestroyEvent.patch even even even more work 2020-06-25 16:09:55 +02:00
Book-Size-Limits.patch even even even more work 2020-06-25 16:09:55 +02:00
Bound-Treasure-Maps-to-World-Border.patch even more work 2020-06-25 05:04:34 -07:00
Break-up-and-make-tab-spam-limits-configurable.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Broadcast-join-message-to-console.patch even even even even even even more work 2020-06-25 18:53:21 -07:00
Buffer-joins-to-world.patch Remove debug 2020-08-25 13:30:52 +01:00
Cache-block-data-strings.patch Cache block data strings 2018-12-06 19:53:27 -05:00
Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch Cache DataFixerUpper Rewrite Rules on demand 2020-09-12 17:56:00 -04:00
Cache-user-authenticator-threads.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Call-PaperServerListPingEvent-for-legacy-pings.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Call-player-spectator-target-events-and-improve-impl.patch Handle CraftPlayer#setSpectatorTarget better 2020-05-14 18:05:00 -05:00
Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch even even even more work 2020-06-25 16:09:55 +02:00
Cap-Entity-Collisions.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Catch-exceptions-from-dispenser-entity-spawns.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Catch-JsonParseException-in-Entity-and-TE-names.patch even even even more work 2020-06-25 16:09:55 +02:00
Change-implementation-of-tile-entity-removal-list.patch Current progress - Leaf, tag your it 2020-06-25 05:27:25 -04:00
Check-Drowned-for-Villager-Aggression-Config.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Check-online-mode-before-converting-and-renaming-pla.patch Current progress - Leaf, tag your it 2020-06-25 05:27:25 -04:00
Chunk-debug-command.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Chunk-registration-fixes.patch even more work 2020-06-25 05:04:34 -07:00
Chunk-Save-Reattempt.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
ChunkMapDistance-CME.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Clean-up-duplicated-GameProfile-Properties.patch Clean up duplicated GameProfile Properties 2020-07-01 03:15:52 -04:00
Complete-resource-pack-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Configurable-Alternative-LootPool-Luck-Formula.patch even even even more work 2020-06-25 16:09:55 +02:00
Configurable-baby-zombie-movement-speed.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Configurable-cactus-and-reed-natural-growth-heights.patch Current progress - Leaf, tag your it 2020-06-25 05:27:25 -04:00
Configurable-Cartographer-Treasure-Maps.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Configurable-chance-of-villager-zombie-infection.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Configurable-Chunk-Inhabited-Time.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Configurable-connection-throttle-kick-message.patch even even even more work 2020-06-25 16:09:55 +02:00
Configurable-container-update-tick-rate.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Configurable-Disabling-Cat-Chest-Detection.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Configurable-end-credits.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Configurable-fishing-time-ranges.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Configurable-flying-kick-messages.patch even more work 2020-06-25 05:04:34 -07:00
Configurable-Grass-Spread-Tick-Rate.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Configurable-inter-world-teleportation-safety.patch more progress 2020-06-25 04:00:35 -07:00
Configurable-Keep-Spawn-Loaded-range-per-world.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Configurable-mob-spawner-tick-rate.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Configurable-Non-Player-Arrow-Despawn-Rate.patch Remove no longer needed undead horse leash patch 2020-06-28 04:35:41 -04:00
Configurable-packet-in-spam-threshold.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Configurable-Player-Collision.patch [1.16] Make it run (#3626) 2020-06-26 14:04:38 +02:00
Configurable-projectile-relative-velocity.patch even even even even more work 2020-06-25 16:38:24 -07:00
Configurable-RCON-IP-address.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Configurable-spawn-chances-for-skeleton-horses.patch more progress 2020-06-25 04:00:35 -07:00
Configurable-speed-for-water-flowing-over-lava.patch [1.16] Make it run (#3626) 2020-06-26 14:04:38 +02:00
Configurable-sprint-interruption-on-attack.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Configurable-top-of-nether-void-damage.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Convert-legacy-attributes-in-Item-Meta.patch Convert legacy attributes in Item Meta 2020-07-01 04:28:56 -04:00
Create-HoverEvent-from-ItemStack-Entity.patch Create HoverEvent from ItemStack Entity 2020-07-06 22:19:08 +02:00
Custom-replacement-for-eaten-items.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Dead-Player-s-shouldn-t-be-able-to-move.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Default-loading-permissions.yml-before-plugins.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Delay-Chunk-Unloads-based-on-Player-Movement.patch Current non compilable status of all patches - THIS IS NOT READY 2020-06-25 21:58:00 -04:00
Delay-unsafe-actions-until-after-entity-ticking-is-d.patch even even even even even even more work 2020-06-25 18:53:21 -07:00
Disable-Explicit-Network-Manager-Flushing.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Disable-explosion-knockback.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Disable-ice-and-snow.patch Current progress - Leaf, tag your it 2020-06-25 05:27:25 -04:00
Disable-Scoreboards-for-non-players-by-default.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Disable-spigot-tick-limiters.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Disable-thunder.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Do-less-work-if-we-have-a-custom-Bukkit-generator.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Do-not-allow-bees-to-load-chunks-for-beehives.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Do-not-let-armorstands-drown.patch even even more work 2020-06-25 06:11:48 -07:00
Do-not-let-the-server-load-chunks-from-newer-version.patch Do not let the server load chunks from newer versions (1.16.2+) 2020-08-21 19:27:25 -04:00
Do-not-load-chunks-for-Pathfinding.patch (FIRST 1.16.3): Update Paper to 1.16.3 2020-09-10 19:47:58 -04:00
Don-t-allow-digging-into-unloaded-chunks.patch even even even more work 2020-06-25 16:09:55 +02:00
Don-t-allow-entities-to-ride-themselves-572.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Don-t-allow-null-UUID-s-for-chat.patch Don't allow null UUID's for chat 2020-06-28 19:37:31 -04:00
Don-t-call-getItemMeta-on-hasItemMeta.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Don-t-change-the-Entity-Random-seed-for-squids.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch Don't check chunk for portal on world gen entity add - Fixes #3780 2020-07-05 15:00:07 -04:00
Don-t-check-ConvertSigns-boolean-every-sign-save.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch even even even even even even more work 2020-06-25 18:53:21 -07:00
Don-t-fire-BlockFade-on-worldgen-threads.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-06-26 22:12:11 -07:00
don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Don-t-let-fishinghooks-use-portals.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Don-t-load-Chunks-from-Hoppers-and-other-things.patch even even even even more work 2020-06-25 16:38:24 -07:00
Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Don-t-mark-null-chunk-sections-for-block-updates.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Don-t-move-existing-players-to-world-spawn.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Don-t-require-FACING-data.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Don-t-run-entity-collision-code-if-not-needed.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Don-t-sleep-after-profile-lookups-if-not-needed.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Don-t-tick-dead-players.patch even even even even even even more work 2020-06-25 18:53:21 -07:00
Don-t-tick-Skulls-unused-code.patch more progress 2020-06-25 04:00:35 -07:00
Don-t-toString-block-unless-actually-showing-the-mes.patch Don't toString block unless actually showing the message 2020-05-09 13:55:41 -04:00
Drop-falling-block-and-tnt-entities-at-the-specified.patch Current progress - Leaf, tag your it 2020-06-25 05:27:25 -04:00
Duplicate-UUID-Resolve-Option.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
EnderDragon-Events.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Enderman.teleportRandomly.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
EndermanAttackPlayerEvent.patch even even even more work 2020-06-25 16:09:55 +02:00
EndermanEscapeEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Enforce-Sync-Player-Saves.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Ensure-commands-are-not-ran-async.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Ensure-Entity-AABB-s-are-never-invalid.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Ensure-Entity-is-never-double-registered.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Ensure-EntityRaider-respects-game-and-entity-rules-f.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Ensure-inv-drag-is-in-bounds.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Ensure-safe-gateway-teleport.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Entity-Activation-Range-2.0.patch (FIRST 1.16.3): Update Paper to 1.16.3 2020-09-10 19:47:58 -04:00
Entity-AddTo-RemoveFrom-World-Events.patch more progress 2020-06-25 04:00:35 -07:00
Entity-fromMobSpawner.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Entity-getEntitySpawnReason.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Entity-Jump-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Entity-Origin-API.patch (FINAL 1.16.2) Improve Timings support for Active vs Inactive vs Passengers 2020-09-10 18:02:39 -04:00
EntityPathfindEvent.patch (FIRST 1.16.3): Update Paper to 1.16.3 2020-09-10 19:47:58 -04:00
EntityRegainHealthEvent-isFastRegen-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expand-Explosions-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expand-World.spawnParticle-API-and-add-Builder.patch even even even more work 2020-06-25 16:09:55 +02:00
ExperienceOrbMergeEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Expose-Arrow-getItemStack.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Expose-attack-cooldown-methods-for-Player.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Expose-client-protocol-version-and-virtual-host.patch even even more work 2020-06-25 06:11:48 -07:00
Expose-game-version.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expose-MinecraftServer-isRunning.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expose-server-CommandMap.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expose-the-internal-current-tick.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Extend-Player-Interact-cancellation.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2020-09-11 18:42:19 -04:00
Faster-redstone-torch-rapid-clock-removal.patch more progress 2020-06-25 04:00:35 -07:00
Fill-Profile-Property-Events.patch even even more work 2020-06-25 06:11:48 -07:00
Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch even more work 2020-06-25 05:04:34 -07:00
Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch even even even more work 2020-06-25 16:09:55 +02:00
Firework-API-s.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch Amend last commit to fix decompile error forgot to commit 2020-07-22 02:15:51 -04:00
Fix-arrows-never-despawning-MC-125757.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Fix-AssertionError-when-player-hand-set-to-empty-typ.patch even even even even more work 2020-06-25 16:38:24 -07:00
Fix-block-data-exception-when-cancelling-PortalCreat.patch Fix block data exception when cancelling PortalCreateEvent (#4199) 2020-09-10 09:02:22 +01:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-CB-call-to-changed-postToMainThread-method.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-Chunk-Post-Processing-deadlock-risk.patch even even even even even even more work 2020-06-25 18:53:21 -07:00
Fix-client-rendering-skulls-from-same-user.patch Fix supporting more places of the old UUID format 2020-07-01 03:13:57 -04:00
Fix-Concurrency-issue-in-WeightedList.patch Fix Villagers WeightedList issue (#3860) 2020-07-08 21:57:24 +02:00
Fix-CraftEntity-hashCode.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch Scheduling an async task timer creates a non-repeating task (#3543) 2020-06-12 02:32:48 +03:00
Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch even even even more work 2020-06-25 16:09:55 +02:00
Fix-CraftTeam-null-check.patch Fix CraftTeam null check (#4249) 2020-08-30 23:33:25 +08:00
Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-Double-World-Add-issues.patch more progress 2020-06-25 04:00:35 -07:00
Fix-Dragon-Server-Crashes.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-enderdragon-exp-dupe.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch Fix Entity Teleportation and cancel velocity if teleported (#4210) 2020-09-03 21:48:44 -04:00
Fix-exploit-that-allowed-colored-signs-to-be-created.patch even even even more work 2020-06-25 16:09:55 +02:00
Fix-hex-colors-not-working-in-some-kick-messages.patch Fix hex colors not working in some kick messages 2020-08-27 16:58:27 -04:00
Fix-incorrect-return-for-WorldServer-addAllEntitiesS.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch even even even more work 2020-06-25 16:09:55 +02:00
Fix-items-not-falling-correctly.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-items-vanishing-through-end-portal.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-lag-from-explosions-processing-dead-entities.patch Fix TNT not pushing creative players 2020-08-25 20:46:04 +02:00
Fix-last-firework-in-stack-not-having-effects-when-d.patch even even even even more work 2020-06-25 16:38:24 -07:00
Fix-Light-Command.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch Fix more null pointer issues around deleted worlds - Fixes #3660 2020-06-28 18:44:34 -04:00
Fix-MC-99259-Wither-Boss-Bar-doesn-t-update-until-in.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-MC-117075-TE-Unload-Lag-Spike.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-MC-158900.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-MC-161754.patch 1.16.1 prep 2020-06-24 21:10:30 -04:00
Fix-MC-187716-Use-configured-height.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-MC-197271.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-missing-chunks-due-to-integer-overflow.patch Fix missing chunks due to integer overflow (#3527) 2020-06-12 00:30:18 -07:00
Fix-nether-portal-creation.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-Non-Full-Status-Chunk-NBT-Memory-Leak.patch Fix Non Full Status Chunk NBT Memory Leak 2020-05-23 01:40:27 -04:00
Fix-NPE-in-getBedSpawnLocation.patch Fix NPE in getBedSpawnLocation (#4238) 2020-08-30 13:59:14 -04:00
Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-numerous-item-duplication-issues-and-teleport-is.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-Old-Sign-Conversion.patch more progress 2020-06-25 04:00:35 -07:00
Fix-Per-World-Difficulty-Remembering-Difficulty.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-piston-physics-inconsistency-MC-188840.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-PlayerEditBookEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-PotionEffect-ignores-icon-flag.patch Fix PotionEffect API Ignoring Icon bug 2020-05-11 00:44:27 -04:00
Fix-reducedDebugInfo-not-initialized-on-client.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-regex-mistake-in-CB-NBT-int-deserialization.patch Fix regex mistake in CB NBT int deserialization (#4146) 2020-08-17 13:13:15 -04:00
Fix-sand-duping.patch Fix sand not dying correctly 2020-06-20 14:58:35 -04:00
Fix-sign-edit-memory-leak.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-some-rails-connecting-improperly.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-sounds-when-item-frames-are-modified-MC-123450.patch even even even more work 2020-06-25 16:09:55 +02:00
Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch Fix SPIGOT-5824 Bukkit world-container is not used 2020-07-10 13:22:47 -05:00
Fix-SPIGOT-5885-Unable-to-disable-advancements.patch Fix SPIGOT-5885 Unable to disable advancements 2020-07-10 13:24:43 -05:00
Fix-SPIGOT-5989.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-SpongeAbsortEvent-handling.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-stuck-in-sneak-when-changing-worlds-MC-10657.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-this-stupid-bullshit.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Fix-unregistering-entities-from-unloading-chunks.patch even even even even more work 2020-06-25 16:38:24 -07:00
Fix-villager-trading-demand-MC-163962.patch Fix villager trading demand MC-163962 (#3498) 2020-06-07 13:41:32 -05:00
Fix-World-isChunkGenerated-calls.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Flag-to-disable-the-channel-limit.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
force-entity-dismount-during-teleportation.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Further-improve-server-tick-loop.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Generator-Settings.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
getPlayerUniqueId-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Guard-against-serializing-mismatching-chunk-coordina.patch even even even even more work 2020-06-25 16:38:24 -07:00
Handle-Item-Meta-Inconsistencies.patch more progress 2020-06-25 04:00:35 -07:00
Handle-Large-Packets-disconnecting-client.patch [1.16] Make it run (#3626) 2020-06-26 14:04:38 +02:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch more progress 2020-06-25 04:00:35 -07:00
Handle-Oversized-Tile-Entities-in-chunks.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
handle-PacketPlayInKeepAlive-async.patch even even more work 2020-06-25 06:11:48 -07:00
Handle-plugin-prefixes-using-Log4J-configuration.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Here-s-Johnny.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Hide-sync-chunk-writes-behind-flag.patch Hide sync chunk writes behind flag 2020-06-26 22:37:38 -07:00
Honor-EntityAgeable.ageLock.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Hook-into-CB-plugin-rewrites.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Ignore-Dead-Entities-in-entityList-iteration.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Implement-alternative-item-despawn-rate.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Implement-Brigadier-Mojang-API.patch [1.16] Make it run (#3626) 2020-06-26 14:04:38 +02:00
Implement-Chunk-Priority-Urgency-System-for-Chunks.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Implement-CraftBlockSoundGroup.patch even even even more work 2020-06-25 16:09:55 +02:00
Implement-ensureServerConversions-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Implement-EntityKnockbackByEntityEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Implement-EntityTeleportEndGatewayEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Implement-Expanded-ArmorStand-API.patch (1.16.3) Missed some fixes to include in commit 2020-09-10 19:56:58 -04:00
Implement-extended-PaperServerListPingEvent.patch Fix MOTD new line support (#3756) 2020-07-02 13:58:39 +01:00
Implement-furnace-cook-speed-multiplier-API.patch [Auto] Updated Upstream (CraftBukkit) 2020-07-08 19:17:08 -04:00
Implement-getI18NDisplayName.patch even even more work 2020-06-25 06:11:48 -07:00
Implement-getters-and-setters-for-EntityItem-owner-a.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Implement-Mob-Goal-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
implement-optional-per-player-mob-spawns.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Implement-Paper-VersionChecker.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Implement-Player-Client-Options-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Implement-PlayerLocaleChangeEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Implement-PlayerPostRespawnEvent.patch even even even more work 2020-06-25 16:09:55 +02:00
Implement-World.getEntity-UUID-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Import-fastutil-classes.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Improve-BlockPosition-inlining.patch even even even more work 2020-06-25 16:09:55 +02:00
Improve-Chunk-Status-Transition-Speed.patch Current non compilable status of all patches - THIS IS NOT READY 2020-06-25 21:58:00 -04:00
improve-CraftWorld-isChunkLoaded.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-06-23 04:30:45 -04:00
Improve-death-events.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Improve-EntityShootBowEvent.patch (FIRST 1.16.3): Update Paper to 1.16.3 2020-09-10 19:47:58 -04:00
Improve-EntityTargetLivingEntityEvent-for-1.16-mobs.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Improve-Legacy-Component-serialization-size.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Improve-Log4J-Configuration-Plugin-Loggers.patch Update Log4J Configuration file to stop truncating stack traces 2020-05-22 23:49:10 -04:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch more progress 2020-06-25 04:00:35 -07:00
Improve-Server-Thread-Pool-and-Thread-Priorities.patch Restore thread pool names for Bootstrap vs main 2020-09-12 11:23:34 -04:00
Improve-the-Saddle-API-for-Horses.patch even even more work 2020-06-25 06:11:48 -07:00
Improved-Async-Task-Scheduler.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Improved-Watchdog-Support.patch (1.16.3) Missed some fixes to include in commit 2020-09-10 19:56:58 -04:00
Include-Log4J2-SLF4J-implementation.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Increase-Light-Queue-Size.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
incremental-chunk-saving.patch (1.16.3) Missed some fixes to include in commit 2020-09-10 19:56:58 -04:00
Incremental-player-saving.patch Restore incremental player saving 2020-08-09 09:04:18 +03:00
Inventory-getHolder-method-without-block-snapshot.patch Add Inventory getHolder methods without creating new block snapshots (#3535) 2020-06-20 20:34:56 +01:00
Inventory-removeItemAnySlot.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
InventoryCloseEvent-Reason-API.patch Properly pass the close reason for new inventory opens (#2658) (#4247) 2020-08-31 06:12:14 -05:00
Item-canEntityPickup.patch even even more work 2020-06-25 06:11:48 -07:00
ItemStack-getMaxItemUseDuration.patch even even even more work 2020-06-25 16:09:55 +02:00
Lag-compensate-eating.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Limit-Client-Sign-length-more.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Limit-lightning-strike-effect-distance.patch Fix comment mistake 2020-06-27 16:00:08 -04:00
LivingEntity-Hand-Raised-Item-Use-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
LivingEntity-setKiller.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Load-Chunks-for-Login-Asynchronously.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
LootTable-API-Replenishable-Lootables-Feature.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Make-EnderDragon-implement-Mob.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Make-legacy-ping-handler-more-reliable.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Make-max-squid-spawn-height-configurable.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Make-player-data-saving-configurable.patch even even even more work 2020-06-25 16:09:55 +02:00
Make-shield-blocking-delay-configurable.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Make-targetSize-more-aggressive-in-the-chunk-unload-.patch even more work 2020-06-25 05:04:34 -07:00
Make-the-default-permission-message-configurable.patch Latest progress - restored patches, some issues resolved 2020-06-26 02:29:44 -04:00
Make-the-GUI-graph-fancier.patch even even even even more work 2020-06-25 16:38:24 -07:00
Maps-shouldn-t-load-chunks.patch Maps shouldn't load chunks (#3518) 2020-06-07 21:57:52 +01:00
Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Mark-entities-as-being-ticked-when-notifying-navigat.patch even even even even more work 2020-06-25 16:38:24 -07:00
MC-50319-Check-other-worlds-for-shooter-of-projectil.patch even even even more work 2020-06-25 16:09:55 +02:00
MC-114618-Fix-EntityAreaEffectCloud-from-going-negat.patch even even even more work 2020-06-25 16:09:55 +02:00
MC-135506-Experience-should-save-as-Integers.patch even even even more work 2020-06-25 16:09:55 +02:00
MC-145260-Fix-Whitelist-On-Off-inconsistency.patch even even even more work 2020-06-25 16:09:55 +02:00
MC-145656-Fix-Follow-Range-Initial-Target.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
MC-197883-Bandaid-decode-issue.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
MC-Dev-fixes.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
MC-Utils.patch Increase visibility of a few methods 2020-08-28 21:40:31 +02:00
Mid-Tick-Chunk-Tasks-Speed-up-processing-of-chunk-lo.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Mob-Pathfinding-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Mob-Spawner-API-Enhancements.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch even even even even even even more work 2020-06-25 18:53:21 -07:00
Move-range-check-for-block-placing-up.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
No-Tick-view-distance-implementation.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Ocelot-despawns-should-honor-nametags-and-leash.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
offset-item-frame-ticking.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch even even even even more work 2020-06-25 16:38:24 -07:00
Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch [Auto] Updated Upstream (CraftBukkit/Spigot) 2020-07-06 19:47:11 -04:00
Only-refresh-abilities-if-needed.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Only-send-Dragon-Wither-Death-sounds-to-same-world.patch more progress 2020-06-25 04:00:35 -07:00
Optimise-ArraySetSorted-removeIf.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Optimise-BlockState-s-hashCode-equals.patch Latest progress - restored patches, some issues resolved 2020-06-26 02:29:44 -04:00
Optimise-Chunk-getFluid.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Optimise-getChunkAt-calls-for-loaded-chunks.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Optimise-IEntityAccess-getPlayerByUUID.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimise-random-block-ticking.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimise-removeQueue.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimise-TickListServer-by-rewriting-it.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-Bit-Operations-by-inlining.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-BlockPosition-helper-methods.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-brigadier-child-sorting-performance.patch Optimize brigadier child sorting performance 2020-04-16 20:57:02 -07:00
Optimize-call-to-getFluid-for-explosions.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-Captured-TileEntity-Lookup.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-ChunkProviderServer-s-chunk-level-checking-.patch even even even even even even more work 2020-06-25 18:53:21 -07:00
Optimize-Collision-to-not-load-chunks.patch Fix moveToWorld worldserver reference (#3929) 2020-07-17 18:44:39 +02:00
Optimize-CraftBlockData-Creation.patch Latest progress - restored patches, some issues resolved 2020-06-26 02:29:44 -04:00
Optimize-explosions.patch Current progress - Leaf, tag your it 2020-06-25 05:27:25 -04:00
Optimize-Hoppers.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-isOutsideRange-to-use-distance-maps.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-isValidLocation-getType-and-getBlockData-fo.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-ItemStack.isEmpty.patch even more work 2020-06-25 05:04:34 -07:00
Optimize-Light-Engine.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-Network-Manager-and-add-advanced-packet-sup.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-NetworkManager-Exception-Handling.patch [1.16] Optimize NetworkManager exception handling (#3819) 2020-07-06 00:27:37 -04:00
Optimize-NibbleArray-to-use-pooled-buffers.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch Restore Pathfinder Optimizations from 1.15.2 2020-08-06 22:51:29 -04:00
Optimize-Pathfinding.patch even even even even even even more work 2020-06-25 18:53:21 -07:00
Optimize-PlayerChunkMap-memory-use-for-visibleChunks.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-redstone-algorithm.patch Fix build conflicts 2020-08-30 14:38:49 -04:00
Optimize-RegistryID.c.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-RegistryMaterials.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-sending-packets-to-nearby-locations-sounds-.patch Some fixes (#3630) 2020-06-26 21:34:52 +02:00
Optimize-the-advancement-data-player-iteration-to-be.patch Optimize the advancement data player iteration to be O(N) rather than O(N^2) 2020-07-04 23:08:23 -04:00
Optimize-TileEntity-Ticking.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-UserCache-Thread-Safe.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Optimize-Voxel-Shape-Merging.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Optimize-World-Time-Updates.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Optimize-World.isLoaded-BlockPosition-Z.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Optimize-WorldBorder-collision-checks-and-air.patch fix headers 2020-06-27 14:38:26 -04:00
Option-for-maximum-exp-value-when-merging-orbs.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Option-to-remove-corrupt-tile-entities.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Fix scoreboard vanilla colors not working in chat 2020-07-31 16:20:29 +01:00
Optional-TNT-doesn-t-move-in-water.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Paper-config-files.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Paper-dumpitem-command.patch Add /paper dumpitem command 2020-06-28 19:38:30 -04:00
Paper-Metrics.patch Report proxy onlinde mode to bstats as online (#3093) 2020-07-04 21:59:25 -05:00
Per-Player-View-Distance-API-placeholders.patch even even even more work 2020-06-25 16:09:55 +02:00
Performance-improvement-for-Chunk.getEntities.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Pillager-patrol-spawn-settings-and-per-player-option.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
Player-affects-spawning-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Player-Tab-List-and-Title-APIs.patch Current progress - Leaf, tag your it 2020-06-25 05:27:25 -04:00
Player.setPlayerProfile-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
PlayerAdvancementCriterionGrantEvent.patch even even more work 2020-06-25 06:11:48 -07:00
PlayerAttemptPickupItemEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerDeathEvent-getItemsToKeep.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerDeathEvent-shouldDropExperience.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
PlayerElytraBoostEvent.patch even even even more work 2020-06-25 16:09:55 +02:00
PlayerLaunchProjectileEvent.patch even even even even more work 2020-06-25 16:38:24 -07:00
PlayerNaturallySpawnCreaturesEvent.patch even even more work 2020-06-25 06:11:48 -07:00
PlayerPickupExperienceEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
PlayerPickupItemEvent-setFlyAtPlayer.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerReadyArrowEvent.patch even even even more work 2020-06-25 16:09:55 +02:00
PlayerTeleportEndGatewayEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
POM-Changes.patch (FIRST 1.16.3): Update Paper to 1.16.3 2020-09-10 19:47:58 -04:00
PortalCreateEvent-needs-to-know-its-entity.patch PortalCreateEvent needs to know its entity 2020-08-21 20:58:20 +02:00
Potential-bed-API.patch Current non compilable status of all patches - THIS IS NOT READY 2020-06-25 21:58:00 -04:00
PreCreatureSpawnEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
PreSpawnerSpawnEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Prevent-bees-loading-chunks-checking-hive-position.patch even even even even more work 2020-06-25 16:38:24 -07:00
Prevent-chunk-loading-from-Fluid-Flowing.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Prevent-consuming-the-wrong-itemstack.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Prevent-Double-PlayerChunkMap-adds-crashing-server.patch even even even even more work 2020-06-25 16:38:24 -07:00
Prevent-Enderman-from-loading-chunks.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Prevent-Fire-from-loading-chunks.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Prevent-Frosted-Ice-from-loading-holding-chunks.patch even even more work 2020-06-25 06:11:48 -07:00
Prevent-headless-pistons-from-being-created.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Prevent-logins-from-being-processed-when-the-player-.patch even even more work 2020-06-25 06:11:48 -07:00
Prevent-Mob-AI-Rules-from-Loading-Chunks.patch even even even more work 2020-06-25 16:09:55 +02:00
Prevent-mob-spawning-from-loading-generating-chunks.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Prevent-opening-inventories-when-frozen.patch Current non compilable status of all patches - THIS IS NOT READY 2020-06-25 21:58:00 -04:00
Prevent-Pathfinding-out-of-World-Border.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Prevent-position-desync-in-playerconnection-causing-.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Prevent-rayTrace-from-loading-chunks.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Prevent-Saving-Bad-entities-to-chunks.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch even even even even more work 2020-06-25 16:38:24 -07:00
Prevent-teleporting-dead-entities.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Prevent-tile-entity-and-entity-crashes.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Print-Error-details-when-failing-to-save-player-data.patch even even even more work 2020-06-25 16:09:55 +02:00
Profile-Lookup-Events.patch even even more work 2020-06-25 06:11:48 -07:00
ProfileWhitelistVerifyEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Properly-fix-item-duplication-bug.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Properly-handle-async-calls-to-restart-the-server.patch [Auto] Updated Upstream (CraftBukkit) 2020-07-16 19:07:15 -04:00
Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
provide-a-configurable-option-to-disable-creeper-lin.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Provide-E-TE-Chunk-count-stat-methods.patch [WIP|1.16] Misc fixes (#3627) 2020-06-26 18:20:03 +02:00
RangedEntity-API.patch [1.16] Make it run (#3626) 2020-06-26 14:04:38 +02:00
Re-add-vanilla-entity-warnings-for-duplicates.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Reduce-allocation-of-Vec3D-by-entity-tracker.patch Current non compilable status of all patches - THIS IS NOT READY 2020-06-25 21:58:00 -04:00
Reduce-Either-Optional-allocation.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Reduce-memory-footprint-of-NBTTagCompound.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Reduce-MutableInt-allocations-from-light-engine.patch Optimize Light Engine 2020-06-05 01:25:11 -04:00
Reduce-sync-loads.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Refresh-player-inventory-when-cancelling-PlayerInter.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Remote-Connections-shouldn-t-hold-up-shutdown.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Remove-armour-stand-double-add-to-world.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Remove-CraftScheduler-Async-Task-Debugger.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Remove-Debug-checks-from-DataBits.patch more progress 2020-06-25 04:00:35 -07:00
Remove-FishingHook-reference-on-Craft-Entity-removal.patch [1.16] Make it run (#3626) 2020-06-26 14:04:38 +02:00
Remove-invalid-mob-spawner-tile-entities.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Remove-Metadata-on-reload.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
remove-null-possibility-for-getServer-singleton.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Remove-some-streams-from-structures.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Remove-streams-from-classes-related-villager-gossip.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Remove-streams-from-Mob-AI-System.patch even even even even even even more work 2020-06-25 18:53:21 -07:00
Remove-streams-from-PairedQueue.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Remove-unused-World-Tile-Entity-List.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Reset-players-airTicks-on-respawn.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Reset-spawner-timer-when-spawner-event-is-cancelled.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Restore-custom-InventoryHolder-support.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Restore-vanlla-default-mob-spawn-range.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Restrict-vanilla-teleport-command-to-valid-locations.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
revert-serverside-behavior-of-keepalives.patch even even more work 2020-06-25 06:11:48 -07:00
Sanitise-RegionFileCache-and-make-configurable.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Send-absolute-position-the-first-time-an-entity-is-s.patch (FIRST 1.16.3): Update Paper to 1.16.3 2020-09-10 19:47:58 -04:00
Send-attack-SoundEffects-only-to-players-who-can-see.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Server-Tick-Events.patch even even even more work 2020-06-25 16:09:55 +02:00
Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Set-Zombie-last-tick-at-start-of-drowning-process.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Shoulder-Entities-Release-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Show-blockstate-location-if-we-failed-to-read-it.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Show-Paper-in-client-crashes-server-lists-and-Mojang.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
SkeletonHorse-Additions.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Slime-Pathfinder-Events.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Spawn-player-in-correct-world-on-login.patch Spawn player in correct world on login 2020-07-03 14:57:28 -04:00
Stop-copy-on-write-operations-for-updating-light-dat.patch Misc Improvements to Async Teleporting and Light patch 2020-07-09 19:24:10 -04:00
Store-counts-for-each-Entity-Block-Entity-Type.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch Clean up a lot of obfuscation helpers and impls 2020-08-02 01:39:36 -04:00
String-based-Action-Bar-API.patch Use title packet for actionbar methods (#3959) 2020-07-22 10:01:35 +02:00
Support-components-in-ItemMeta.patch Support components in ItemMeta (#3513) 2020-07-02 17:53:21 +02:00
Support-old-UUID-format-for-NBT.patch Support String UUID's in old player skulls 2020-07-03 02:16:51 -04:00
Synchronize-DataPaletteBlock-instead-of-ReentrantLoc.patch even even even even more work 2020-06-25 16:38:24 -07:00
System-property-for-disabling-watchdoge.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Tameable-getOwnerUniqueId-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Thread-Safe-Vanilla-Command-permission-checking.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Timings-v2.patch Updated Upstream (CraftBukkit/Spigot) (#4318) 2020-09-12 21:57:21 +02:00
Toggleable-player-crits-helps-mitigate-hacked-client.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Tracking-Range-Improvements.patch Track Ender Dragon at current (no tick) view distance 2020-06-12 21:47:18 -04:00
Turtle-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Update-entity-Metadata-for-all-tracked-players.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Update-itemstack-legacy-name-and-lore.patch Only convert lore lines that actually look legacy 2020-07-09 20:31:04 -04:00
Use-a-Queue-for-Queueing-Commands.patch even even even more work 2020-06-25 16:09:55 +02:00
Use-a-Shared-Random-for-Entities.patch (FIRST 1.16.3): Update Paper to 1.16.3 2020-09-10 19:47:58 -04:00
Use-asynchronous-Log4j-2-loggers.patch Updated Upstream (CraftBukkit/Spigot) (#4318) 2020-09-12 21:57:21 +02:00
use-CB-BlockState-implementations-for-captured-block.patch Updated Upstream (CraftBukkit) 2020-08-28 12:06:39 +01:00
Use-ConcurrentHashMap-in-JsonList.patch Fix missing hunk from ProfileWhitelistVerifyEvent (Fixes #3645) 2020-06-28 09:43:47 +01:00
Use-distance-map-to-optimise-entity-tracker.patch Fix enderdragon tracking range to honor vanilla 2020-08-25 19:38:19 -04:00
Use-getChunkIfLoadedImmediately-in-places.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Use-proper-max-length-when-serialising-BungeeCord-te.patch even even even more work 2020-06-25 16:09:55 +02:00
Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch Current non compilable status of all patches - THIS IS NOT READY 2020-06-25 21:58:00 -04:00
Use-TerminalConsoleAppender-for-console-improvements.patch Updated Upstream (CraftBukkit/Spigot) (#4318) 2020-09-12 21:57:21 +02:00
Use-UserCache-for-player-heads.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Use-Vanilla-Minecart-Speeds.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Use-wrapped-StructureManager-to-prevent-worldgen-dea.patch Use wrapped StructureManager to prevent worldgen deadlock 2020-09-02 13:57:35 +02:00
Validate-PickItem-Packet-and-kick-for-invalid.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Validate-tripwire-hook-placement-before-update.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Vanished-players-don-t-have-rights.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Vex-getSummoner-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Villager-Restocks-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Wait-for-Async-Tasks-during-shutdown.patch Current non compilable status of all patches - THIS IS NOT READY 2020-06-25 21:58:00 -04:00
Waving-banner-workaround.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
WitchConsumePotionEvent.patch even even even more work 2020-06-25 16:09:55 +02:00
WitchReadyPotionEvent.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
WitchThrowPotionEvent.patch even even even more work 2020-06-25 16:09:55 +02:00
Workaround-for-Client-Lag-Spikes-MC-162253.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Workaround-for-setting-passengers-on-players.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Workaround-for-vehicle-tracking-issue-on-disconnect.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00