13
0
geforkt von Mirrors/Paper
Paper/Spigot-Server-Patches
Aikar 879269f221 Improve mid tick chunk loading, Fix Oversleep, other improvements
Process loads outside of any canSleep check. Original intent was to
only apply those restrictions to generations but realized I had some
checks higher up the call chain.

Reworked the back off strategy to just run every 1 millisecond per world,
and to apply the per tick limit to generations only.

This guarantees that your chunk will load with at most around 1ms delay.

Additionally, fire midTick processing in a few more places, notably the
oversleep section so we can keep processing loads here too which has
a large up to 50ms window...

Speaking of oversleep, we had a bug in our implementation changes for
Timings that caused oversleep to not sleep the correct amount.

Because we now moved it into the NEXT tick instead of THIS tick, the
value of nextTick had already been increased to +50ms, resulting in
the risk of sleeping more than it should, but, more importantly, this
caused every task that was trying to NOT run during oversleep to actually
run during oversleep.

This is now fixed.

Another small tweak is to the /tps command, to no longer show the star when
TPS is right at 20.

Due to ineffeciencies in the sleep precision, TPS is commonly 20.02.
This causes the star to show up almost constantly, so now only show it if
we actually hit a real "catchup".

This commit also improves the changes to the CallbackExecutor, in that
it now is also recursion safe.

It was possible that the executor could run tasks out of desired order
if the executor task scheduled more executor tasks.

We solve this by ensuring new additions do not enter the currently iterated queue.

Each depth level will have its own queue.

Fixes #3220
2020-04-25 23:47:29 -04:00
..
Ability-to-apply-mending-to-XP-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Access-items-by-EquipmentSlot.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Activation-Range-Improvements.patch Fix method profiler inbalance introduced in b667006 (#3132) 2020-04-12 16:41:57 +10:00
Add-ability-to-configure-frosted_ice-properties.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Add-API-methods-to-control-if-armour-stands-can-move.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-ArmorStand-Item-Meta.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-BeaconEffectEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Add-config-to-disable-ender-dragon-legacy-check.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-configurable-despawn-distances-for-living-entiti.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-02-21 17:52:20 +00:00
Add-configurable-portal-search-radius.patch Improve entity.getCurrentChunk() and use it for entity.isChunkLoaded() 2020-04-02 00:43:11 -04:00
Add-configuration-option-to-prevent-player-names-fro.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-CraftMagicNumbers.isSupportedApiVersion.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-Early-Warning-Feature-to-WatchDog.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-effect-to-block-break-naturally.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-EntityZapEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-exception-reporting-event.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-12 22:34:18 -07:00
add-hand-to-BlockMultiPlaceEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-hand-to-bucket-events.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Add-Heightmap-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-LivingEntity-getTargetEntity.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-method-to-open-already-placed-sign.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-02-25 18:57:15 +00:00
Add-MinecraftKey-Information-to-Objects.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Add-More-Creeper-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
add-more-information-to-Entity.toString.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-more-Witch-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-more-Zombie-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-option-to-allow-iron-golems-to-spawn-in-air.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-option-to-disable-pillager-patrols.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-option-to-make-parrots-stay-on-shoulders-despite.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-option-to-nerf-pigmen-from-nether-portals.patch Fix method profiler inbalance introduced in b667006 (#3132) 2020-04-12 16:41:57 +10:00
Add-option-to-prevent-players-from-moving-into-unloa.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-phantom-creative-and-insomniac-controls.patch Add phantom creative and insomniac controls (#3222) 2020-04-25 15:33:18 -05:00
Add-PhantomPreSpawnEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-PlayerArmorChangeEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-PlayerAttackEntityCooldownResetEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-PlayerConnectionCloseEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-PlayerInitialSpawnEvent.patch Clean up duplicate PlayerInitialSpawnEvent 2020-04-19 03:11:02 -04:00
Add-PlayerJumpEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-PlayerUseUnknownEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Add-ProjectileCollideEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-ray-tracing-methods-to-LivingEntity.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-server-name-parameter.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Add-setPlayerProfile-API-for-Skulls.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-setting-for-proxy-online-mode-status.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-some-Debug-to-Chunk-Entity-slices.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-source-to-PlayerExpChangeEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-sun-related-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-system-property-to-disable-book-size-limits.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-ThrownEggHatchEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-tick-times-API-and-mspt-command.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Add-TNTPrimeEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-UnknownCommandEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-Velocity-IP-Forwarding-Support.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Add-velocity-warnings.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Add-version-history-to-version-command.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-01-28 19:43:57 +00:00
Add-World-Util-Methods.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
All-chunks-are-slime-spawn-chunks-toggle.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Allow-chests-to-be-placed-with-NBT-data.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Allow-disabling-armour-stand-ticking.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Allow-for-toggling-of-spawn-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Allow-multiple-callbacks-to-schedule-for-Callback-Ex.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Allow-nerfed-mobs-to-jump-and-take-water-damage.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Allow-overriding-the-java-version-check.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Allow-Reloading-of-Command-Aliases.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Allow-Saving-of-Oversized-Chunks.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Allow-setting-the-vex-s-summoner.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Allow-sleeping-players-to-float.patch Fix some issues with async login as well another source of sync loads 2020-04-22 02:52:17 -04:00
Allow-spawning-Item-entities-with-World.spawnEntity.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Allow-specifying-a-custom-authentication-servers-dow.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Always-tick-falling-blocks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Anti-Xray.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
AnvilDamageEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
API-to-get-a-BlockState-without-a-snapshot.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Async-command-map-building.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Asynchronous-chunk-IO-and-loading.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
AsyncTabCompleteEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Auto-fix-bad-Y-levels-on-player-login.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Avoid-blocking-on-Network-Manager-creation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Avoid-dimension-id-collisions.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Avoid-hopper-searches-if-there-are-no-items.patch Optimize Hoppers - Major Boost - Got2GoFast! 2020-04-24 03:01:17 -04:00
Avoid-item-merge-if-stack-size-above-max-stack-size.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Avoid-NPE-in-PathfinderGoalTempt.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Backport-fix-for-MC-167561.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Basic-PlayerProfile-API.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Be-a-bit-more-informative-in-maxHealth-exception.patch Updated Upstream (Bukkit/CraftBukkit) 2020-02-25 18:57:15 +00:00
Be-more-tolerant-of-invalid-attributes.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Bees-get-gravity-in-void.-Fixes-MC-167279.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Block-Enderpearl-Travel-Exploit.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Block-Entity-remove-from-being-called-on-Players.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Block-player-logins-during-server-shutdown.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
BlockDestroyEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Book-Size-Limits.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Bound-Treasure-Maps-to-World-Border.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Break-up-and-make-tab-spam-limits-configurable.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Broadcast-join-message-to-console.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Cache-user-authenticator-threads.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Call-PaperServerListPingEvent-for-legacy-pings.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Call-player-spectator-target-events.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Cap-Entity-Collisions.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Catch-exceptions-from-dispenser-entity-spawns.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Catch-JsonParseException-in-Entity-and-TE-names.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Change-implementation-of-tile-entity-removal-list.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Check-Drowned-for-Villager-Aggression-Config.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Check-online-mode-before-converting-and-renaming-pla.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Chunk-debug-command.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Chunk-registration-fixes.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Chunk-Save-Reattempt.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
ChunkMapDistance-CME.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Complete-resource-pack-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Configurable-Alternative-LootPool-Luck-Formula.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Configurable-baby-zombie-movement-speed.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Configurable-Bed-Search-Radius.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Configurable-cactus-and-reed-natural-growth-heights.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Configurable-Cartographer-Treasure-Maps.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Configurable-chance-of-villager-zombie-infection.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Configurable-Chunk-Inhabited-Time.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-12 22:34:18 -07:00
Configurable-connection-throttle-kick-message.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Configurable-container-update-tick-rate.patch Performance patches prerequisite (#2802) 2020-01-27 16:16:53 -08:00
Configurable-Disabling-Cat-Chest-Detection.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Configurable-end-credits.patch Performance patches prerequisite (#2802) 2020-01-27 16:16:53 -08:00
Configurable-fishing-time-ranges.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Configurable-flying-kick-messages.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Configurable-Grass-Spread-Tick-Rate.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Configurable-inter-world-teleportation-safety.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Configurable-Keep-Spawn-Loaded-range-per-world.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Configurable-mob-spawner-tick-rate.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Configurable-Non-Player-Arrow-Despawn-Rate.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Configurable-packet-in-spam-threshold.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Configurable-Player-Collision.patch Clean up duplicate PlayerInitialSpawnEvent 2020-04-19 03:11:02 -04:00
Configurable-projectile-relative-velocity.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Configurable-RCON-IP-address.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Configurable-spawn-chances-for-skeleton-horses.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Configurable-speed-for-water-flowing-over-lava.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Configurable-sprint-interruption-on-attack.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Configurable-top-of-nether-void-damage.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Custom-replacement-for-eaten-items.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Dead-Player-s-shouldn-t-be-able-to-move.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Default-loading-permissions.yml-before-plugins.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Delay-unsafe-actions-until-after-entity-ticking-is-d.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Disable-Explicit-Network-Manager-Flushing.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Disable-explosion-knockback.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Disable-ice-and-snow.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Disable-logger-prefix-for-various-plugins-bypassing-.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Disable-Scoreboards-for-non-players-by-default.patch Improve entity.getCurrentChunk() and use it for entity.isChunkLoaded() 2020-04-02 00:43:11 -04:00
Disable-spigot-tick-limiters.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Disable-thunder.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Do-less-work-if-we-have-a-custom-Bukkit-generator.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Do-not-allow-bees-to-load-chunks-for-beehives.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Do-not-let-armorstands-drown.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Do-not-load-chunks-for-Pathfinding.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Don-t-allow-digging-into-unloaded-chunks.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-allow-entities-to-ride-themselves-572.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-call-getItemMeta-on-hasItemMeta.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-change-the-Entity-Random-seed-for-squids.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-check-ConvertSigns-boolean-every-sign-save.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-fire-BlockFade-on-worldgen-threads.patch Don't fire BlockFade on worldgen threads - Fixes #3208 2020-04-23 01:37:30 -04:00
don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-let-fishinghooks-use-portals.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-load-Chunks-from-Hoppers-and-other-things.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-load-chunks-when-attempting-to-unload-a-chunk.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Don-t-move-existing-players-to-world-spawn.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Don-t-run-entity-collision-code-if-not-needed.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Don-t-sleep-after-profile-lookups-if-not-needed.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-tick-dead-players.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Don-t-tick-Skulls-unused-code.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Drop-falling-block-and-tnt-entities-at-the-specified.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Duplicate-UUID-Resolve-Option.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
EnderDragon-Events.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Enderman.teleportRandomly.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
EndermanAttackPlayerEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
EndermanEscapeEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Enforce-Sync-Player-Saves.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Ensure-commands-are-not-ran-async.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Ensure-Entity-is-never-double-registered.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Ensure-inv-drag-is-in-bounds.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Entity-AddTo-RemoveFrom-World-Events.patch Timings changes (#3044) 2020-03-18 23:03:32 -07:00
Entity-fromMobSpawner.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Entity-getEntitySpawnReason.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Entity-Jump-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Entity-Origin-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
EntityPathfindEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
EntityRegainHealthEvent-isFastRegen-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
EntityTransformedEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Expand-Explosions-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Expand-World.spawnParticle-API-and-add-Builder.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
ExperienceOrbMergeEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Expose-attack-cooldown-methods-for-Player.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Expose-client-protocol-version-and-virtual-host.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Expose-MinecraftServer-isRunning.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Expose-the-internal-current-tick.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Extend-Player-Interact-cancellation.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Faster-redstone-torch-rapid-clock-removal.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Fill-Profile-Property-Events.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fire-EntityShootBowEvent-for-Illusioner.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fire-event-on-GS4-query.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Firework-API-s.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-AssertionError-when-player-hand-set-to-empty-typ.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Fix-CB-call-to-changed-postToMainThread-method.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-Chunk-Post-Processing-deadlock-risk.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Fix-client-rendering-skulls-from-same-user.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-comparator-behavior-for-EntityPhanton-goal.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-CraftEntity-hashCode.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-Double-World-Add-issues.patch Timings changes (#3044) 2020-03-18 23:03:32 -07:00
Fix-Dragon-Server-Crashes.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-exploit-that-allowed-colored-signs-to-be-created.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-items-not-falling-correctly.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-items-vanishing-through-end-portal.patch Fix method profiler inbalance introduced in b667006 (#3132) 2020-04-12 16:41:57 +10:00
Fix-lag-from-explosions-processing-dead-entities.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Fix-last-firework-in-stack-not-having-effects-when-d.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Fix-MC-93764.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-MC-117075-TE-Unload-Lag-Spike.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-MC-124320.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-MC-158900.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-MC-161754.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-nether-portal-creation.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-numerous-item-duplication-issues-and-teleport-is.patch Fix numerous item duplication issues and teleport issues 2020-04-25 06:52:30 -04:00
Fix-Old-Sign-Conversion.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Fix-PlayerEditBookEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-reducedDebugInfo-not-initialized-on-client.patch Clean up duplicate PlayerInitialSpawnEvent 2020-04-19 03:11:02 -04:00
Fix-sign-edit-memory-leak.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-some-generation-concurrency-issues.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-sounds-when-item-frames-are-modified-MC-123450.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-spawn-radius-being-treated-as-0.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-SpongeAbsortEvent-handling.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-stuck-in-sneak-when-changing-worlds-MC-10657.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-this-stupid-bullshit.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-unregistering-entities-from-unloading-chunks.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Fix-World-isChunkGenerated-calls.patch Improve Async Login so pending connections dont get exposed 2020-04-24 05:33:33 -04:00
Fix-zero-tick-instant-grow-farms-MC-113809.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Flag-to-disable-the-channel-limit.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
force-entity-dismount-during-teleportation.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Forced-Watchdog-Crash-support-and-Improve-Async-Shut.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Further-improve-server-tick-loop.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Generator-Settings.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
getPlayerUniqueId-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Guard-against-serializing-mismatching-chunk-coordina.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Handle-Excessive-Signs-in-Chunks-creating-too-large-.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Handle-Item-Meta-Inconsistencies.patch Updated Upstream (CraftBukkit) 2020-03-02 19:13:59 +00:00
Handle-Large-Packets-disconnecting-client.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
handle-NaN-health-absorb-values-and-repair-bad-data.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
handle-PacketPlayInKeepAlive-async.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Handle-plugin-prefixes-using-Log4J-configuration.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Here-s-Johnny.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Honor-EntityAgeable.ageLock.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Hook-into-CB-plugin-rewrites.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Ignore-Dead-Entities-in-entityList-iteration.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-alternative-item-despawn-rate.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-Chunk-Priority-Urgency-System-for-World-Ge.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Implement-CraftBlockSoundGroup.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-ensureServerConversions-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-EntityKnockbackByEntityEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-EntityTeleportEndGatewayEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-Expanded-ArmorStand-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-extended-PaperServerListPingEvent.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Implement-furnace-cook-speed-multiplier-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-getI18NDisplayName.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-getters-and-setters-for-EntityItem-owner-a.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
implement-optional-per-player-mob-spawns.patch Improve Async Login so pending connections dont get exposed 2020-04-24 05:33:33 -04:00
Implement-Paper-VersionChecker.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Implement-Player-Client-Options-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-PlayerLocaleChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Implement-PlayerPostRespawnEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Implement-World.getEntity-UUID-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
improve-CraftWorld-isChunkLoaded.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Improve-death-events.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Timings changes (#3044) 2020-03-18 23:03:32 -07:00
Improve-the-Saddle-API-for-Horses.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Improved-Async-Task-Scheduler.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Include-Log4J2-SLF4J-implementation.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Increase-Light-Queue-Size.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
incremental-chunk-saving.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Inventory-removeItemAnySlot.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
InventoryCloseEvent-Reason-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Item-canEntityPickup.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
ItemStack-getMaxItemUseDuration.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Lag-compensate-eating.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Lazy-init-world-storage-in-CraftOfflinePlayer.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Limit-Client-Sign-length-more.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Limit-lightning-strike-effect-distance.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
LivingEntity-Hand-Raised-Item-Use-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
LivingEntity-setKiller.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Load-Chunks-for-Login-Asynchronously.patch Improve Async Login so pending connections dont get exposed 2020-04-24 05:33:33 -04:00
Log-other-thread-in-DataPaletteBlock-lock-failure.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
LootTable-API-Replenishable-Lootables-Feature.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Make-EnderDragon-implement-Mob.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Make-legacy-ping-handler-more-reliable.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Make-max-squid-spawn-height-configurable.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Make-player-data-saving-configurable.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Make-shield-blocking-delay-configurable.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Make-the-default-permission-message-configurable.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Make-the-GUI-graph-fancier.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Mark-entities-as-being-ticked-when-notifying-navigat.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
MC-50319-Check-other-worlds-for-shooter-of-projectil.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
MC-114618-Fix-EntityAreaEffectCloud-from-going-negat.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
MC-135506-Experience-should-save-as-Integers.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
MC-145260-Fix-Whitelist-On-Off-inconsistency.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
MC-145656-Fix-Follow-Range-Initial-Target.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
MC-Dev-fixes.patch Updated Upstream (CraftBukkit/Spigot) 2020-04-09 21:33:10 -04:00
MC-Utils.patch Improve Async Login so pending connections dont get exposed 2020-04-24 05:33:33 -04:00
Mid-Tick-Chunk-Tasks-Speed-up-processing-of-chunk-lo.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Mob-Pathfinding-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Mob-Spawner-API-Enhancements.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
More-informative-vehicle-moved-wrongly-message.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Ocelot-despawns-should-honor-nametags-and-leash.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
offset-item-frame-ticking.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
only-add-passanger-entities-once-from-spawners.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Only-refresh-abilities-if-needed.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Optimise-ArraySetSorted-removeIf.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimise-BlockState-s-hashCode-equals.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimise-Chunk-getFluid.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimise-entity-hard-collision-checking.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimise-getChunkAt-calls-for-loaded-chunks.patch Improve Async Login so pending connections dont get exposed 2020-04-24 05:33:33 -04:00
Optimise-IEntityAccess-getPlayerByUUID.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimise-random-block-ticking.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimise-removeQueue.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimise-TickListServer-by-rewriting-it.patch Improve Async Login so pending connections dont get exposed 2020-04-24 05:33:33 -04:00
Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-BlockPosition-helper-methods.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-call-to-getFluid-for-explosions.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-Captured-TileEntity-Lookup.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-ChunkProviderServer-s-chunk-level-checking-.patch Improve Async Login so pending connections dont get exposed 2020-04-24 05:33:33 -04:00
Optimize-Collision-Chunk-lookup-and-avoid-loading-fa.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-CraftBlockData-Creation.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-explosions.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Optimize-Hoppers.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Optimize-isValidLocation-getType-and-getBlockData-fo.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-12 22:34:18 -07:00
Optimize-ItemStack.isEmpty.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-Pathfinding.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-PlayerChunkMap-memory-use-for-visibleChunks.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Optimize-redstone-algorithm.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-RegistryID.c.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-RegistryMaterials.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-Server-World-Map.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Optimize-TileEntity-Ticking.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Optimize-UserCache-Thread-Safe.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Optimize-World-Time-Updates.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Optimize-World.isLoaded-BlockPosition-Z.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Option-for-maximum-exp-value-when-merging-orbs.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Option-to-prevent-armor-stands-from-doing-entity-loo.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Option-to-remove-corrupt-tile-entities.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Clean up duplicate PlayerInitialSpawnEvent 2020-04-19 03:11:02 -04:00
Optional-TNT-doesn-t-move-in-water.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Paper-config-files.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Paper-Metrics.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Per-Player-View-Distance-API-placeholders.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Performance-improvement-for-Chunk.getEntities.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Pillager-patrol-spawn-settings-and-per-player-option.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Player-affects-spawning-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Player-Tab-List-and-Title-APIs.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Player.setPlayerProfile-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PlayerAdvancementCriterionGrantEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PlayerAttemptPickupItemEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PlayerDeathEvent-getItemsToKeep.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PlayerDeathEvent-shouldDropExperience.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PlayerElytraBoostEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PlayerLaunchProjectileEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PlayerNaturallySpawnCreaturesEvent.patch Improve Async Login so pending connections dont get exposed 2020-04-24 05:33:33 -04:00
PlayerPickupExperienceEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PlayerPickupItemEvent-setFlyAtPlayer.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PlayerReadyArrowEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PlayerTeleportEndGatewayEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
POM-Changes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Port-20w15a-Villager-AI-optimizations-DROP-1.16.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PreCreatureSpawnEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
PreSpawnerSpawnEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-bees-loading-chunks-checking-hive-position.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-chunk-loading-from-Fluid-Flowing.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-consuming-the-wrong-itemstack.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Prevent-Enderman-from-loading-chunks.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-Fire-from-loading-chunks.patch Prevent Fire from loading chunks 2020-04-17 00:29:53 -04:00
Prevent-Frosted-Ice-from-loading-holding-chunks.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-logins-from-being-processed-when-the-player-.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-Mob-AI-Rules-from-Loading-Chunks.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-mob-spawning-from-loading-generating-chunks.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-opening-inventories-when-frozen.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-Pathfinding-out-of-World-Border.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-rayTrace-from-loading-chunks.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-Saving-Bad-entities-to-chunks.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-teleporting-dead-entities.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Prevent-tile-entity-and-entity-crashes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Print-Error-details-when-failing-to-save-player-data.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Profile-Lookup-Events.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
ProfileWhitelistVerifyEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Properly-fix-item-duplication-bug.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Properly-handle-async-calls-to-restart-the-server.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
provide-a-configurable-option-to-disable-creeper-lin.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Provide-E-TE-Chunk-count-stat-methods.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
RangedEntity-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Re-add-vanilla-entity-warnings-for-duplicates.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Reduce-Either-Optional-allocation.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Reduce-entity-tracker-updates-on-move.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Reduce-memory-footprint-of-NBTTagCompound.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Reduce-sync-loads.patch Improve Async Login so pending connections dont get exposed 2020-04-24 05:33:33 -04:00
Refresh-player-inventory-when-cancelling-PlayerInter.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Remote-Connections-shouldn-t-hold-up-shutdown.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Remove-CraftScheduler-Async-Task-Debugger.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Remove-Debug-checks-from-DataBits.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Remove-FishingHook-reference-on-Craft-Entity-removal.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Remove-invalid-mob-spawner-tile-entities.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-12 22:34:18 -07:00
Remove-Metadata-on-reload.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
remove-null-possibility-for-getServer-singleton.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Remove-streams-from-MinecraftKey.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Remove-streams-from-Mob-AI-System.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Remove-streams-from-PairedQueue.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Remove-unused-World-Tile-Entity-List.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Reset-players-airTicks-on-respawn.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Reset-spawner-timer-when-spawner-event-is-cancelled.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Restore-custom-InventoryHolder-support.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Restore-vanlla-default-mob-spawn-range.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Restrict-vanilla-teleport-command-to-valid-locations.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
revert-serverside-behavior-of-keepalives.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Sanitise-RegionFileCache-and-make-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Seed-based-feature-search.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Send-absolute-position-the-first-time-an-entity-is-s.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Send-attack-SoundEffects-only-to-players-who-can-see.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Send-nearby-packets-from-world-player-list-not-serve.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Server-Tick-Events.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Set-Zombie-last-tick-at-start-of-drowning-process.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Shoulder-Entities-Release-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Show-blockstate-location-if-we-failed-to-read-it.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
SkeletonHorse-Additions.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Slime-Pathfinder-Events.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Speedup-BlockPos-by-fixing-inlining.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Store-counts-for-each-Entity-Block-Entity-Type.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-12 22:34:18 -07:00
Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch Port 04-Util.patch from Tuinity (#3136) 2020-04-12 22:34:18 -07:00
String-based-Action-Bar-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Support-Overriding-World-Seeds.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
System-property-for-disabling-watchdoge.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Tameable-getOwnerUniqueId-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Timings-v2.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Toggleable-player-crits-helps-mitigate-hacked-client.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Tracking-Range-Improvements.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Turtle-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Undead-horse-leashing.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Update-entity-Metadata-for-all-tracked-players.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Use-a-Queue-for-Queueing-Commands.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Use-a-Shared-Random-for-Entities.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Use-asynchronous-Log4j-2-loggers.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
use-CB-BlockState-implementations-for-captured-block.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Use-ChunkStatus-cache-when-saving-protochunks.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Use-ConcurrentHashMap-in-JsonList.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Use-getChunkIfLoadedImmediately-in-places.patch Optimize Hoppers - Major Boost - Got2GoFast! 2020-04-24 03:01:17 -04:00
Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Use-more-reasonable-thread-count-default-for-bootstr.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Use-proper-max-length-when-serialising-BungeeCord-te.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Use-TerminalConsoleAppender-for-console-improvements.patch Improve mid tick chunk loading, Fix Oversleep, other improvements 2020-04-25 23:47:29 -04:00
Use-UserCache-for-player-heads.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
Use-Vanilla-Minecart-Speeds.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Validate-tripwire-hook-placement-before-update.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Vanished-players-don-t-have-rights.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Vex-getSummoner-API.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Waving-banner-workaround.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-02 17:07:06 -04:00
WitchConsumePotionEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
WitchReadyPotionEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
WitchThrowPotionEvent.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00
Workaround-for-setting-passengers-on-players.patch Updated Upstream (Bukkit/CraftBukkit) 2020-04-08 03:49:15 -04:00
Workaround-for-vehicle-tracking-issue-on-disconnect.patch Revert "Re-track players that dismount from other players" 2020-04-22 00:06:30 +02:00