Paper/Spigot-Server-Patches
Aikar f37381ea8a
Optimize Network Manager to not need synchronization
Removes synchronization from sending packets
Makes normal packet sends no longer need to be wrapped and queued like it use to work.
Adds more packet queue immunities on top of keep alive to let the following scenarios go out
without delay:
  - Keep Alive
  - Chat
  - Kick
  - All of the packets during the Player Joined World event

Hoping that latter one helps join timeout issues more too for slow connections.

Removes processing packet queue off of main thread
  - for the few cases where it is allowed, order is not necessary nor
    should it even be happening concurrently in first place (handshaking/login/status)

Ensures packets sent asynchronously are dispatched on main thread

This helps ensure safety for ProtocolLib as packet listeners
are commonly accessing world state. This will allow you to schedule
a packet to be sent async, but itll be dispatched sync for packet
listeners to process.

This should solve some deadlock risks

This may provide a decent performance improvement because thread synchronization incurs a cache reset
so by avoiding ever entering a synchronized block, we get to avoid that, and packet sending is a really
hot activity.
2020-05-06 05:28:47 -04:00
..
0001-POM-Changes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0002-Paper-config-files.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0003-MC-Dev-fixes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0004-MC-Utils.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0005-Paper-Metrics.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0006-Add-MinecraftKey-Information-to-Objects.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0007-Store-reference-to-current-Chunk-for-Entity-and-Bloc.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0008-Store-counts-for-each-Entity-Block-Entity-Type.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0009-Timings-v2.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0010-Configurable-cactus-and-reed-natural-growth-heights.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0011-Configurable-baby-zombie-movement-speed.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0012-Configurable-fishing-time-ranges.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0013-Allow-nerfed-mobs-to-jump-and-take-water-damage.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0014-Add-configurable-despawn-distances-for-living-entiti.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0015-Allow-for-toggling-of-spawn-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0016-Drop-falling-block-and-tnt-entities-at-the-specified.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0017-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0018-Implement-Paper-VersionChecker.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0019-Add-version-history-to-version-command.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0020-Player-affects-spawning-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0021-Remove-invalid-mob-spawner-tile-entities.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0022-Optimize-TileEntity-Ticking.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0023-Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0024-Only-refresh-abilities-if-needed.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0025-Entity-Origin-API.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0026-Prevent-tile-entity-and-entity-crashes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0027-Configurable-top-of-nether-void-damage.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0028-Check-online-mode-before-converting-and-renaming-pla.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0029-Always-tick-falling-blocks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0030-Configurable-end-credits.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0031-Fix-lag-from-explosions-processing-dead-entities.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0032-Optimize-explosions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0033-Disable-explosion-knockback.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0034-Disable-thunder.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0035-Disable-ice-and-snow.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0036-Configurable-mob-spawner-tick-rate.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0037-Send-absolute-position-the-first-time-an-entity-is-s.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0038-Add-BeaconEffectEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0039-Configurable-container-update-tick-rate.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0040-Use-UserCache-for-player-heads.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0041-Disable-spigot-tick-limiters.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0042-Add-PlayerInitialSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0043-Configurable-Disabling-Cat-Chest-Detection.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0044-Ensure-commands-are-not-ran-async.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0045-All-chunks-are-slime-spawn-chunks-toggle.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0046-Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0047-Be-a-bit-more-informative-in-maxHealth-exception.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0048-Player-Tab-List-and-Title-APIs.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0049-Ensure-inv-drag-is-in-bounds.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0050-Change-implementation-of-tile-entity-removal-list.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0051-Add-configurable-portal-search-radius.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0052-Add-velocity-warnings.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0053-Configurable-inter-world-teleportation-safety.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0054-Add-exception-reporting-event.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0055-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0056-Disable-Scoreboards-for-non-players-by-default.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0057-Add-methods-for-working-with-arrows-stuck-in-living-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0058-Complete-resource-pack-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0059-Chunk-Save-Reattempt.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0060-Default-loading-permissions.yml-before-plugins.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0061-Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0062-Remove-Metadata-on-reload.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0063-Undead-horse-leashing.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0064-Handle-Item-Meta-Inconsistencies.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0065-Configurable-Non-Player-Arrow-Despawn-Rate.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0066-Add-World-Util-Methods.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0067-Custom-replacement-for-eaten-items.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0068-handle-NaN-health-absorb-values-and-repair-bad-data.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0069-Waving-banner-workaround.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0070-Use-a-Shared-Random-for-Entities.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0071-Configurable-spawn-chances-for-skeleton-horses.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0072-Optimize-isValidLocation-getType-and-getBlockData-fo.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0073-Access-items-by-EquipmentSlot.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0074-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0075-Entity-AddTo-RemoveFrom-World-Events.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0076-Configurable-Chunk-Inhabited-Time.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0077-EntityPathfindEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0078-Sanitise-RegionFileCache-and-make-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0079-Do-not-load-chunks-for-Pathfinding.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0080-Add-PlayerUseUnknownEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0081-Fix-reducedDebugInfo-not-initialized-on-client.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0082-Configurable-Grass-Spread-Tick-Rate.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0083-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0084-Remove-Debug-checks-from-DataBits.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0085-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0086-Workaround-for-setting-passengers-on-players.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0087-Remove-unused-World-Tile-Entity-List.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0088-Don-t-tick-Skulls-unused-code.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0089-Configurable-Player-Collision.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0090-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0091-Configurable-RCON-IP-address.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0092-Prevent-Fire-from-loading-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0093-Implement-PlayerLocaleChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0094-EntityRegainHealthEvent-isFastRegen-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0095-Add-ability-to-configure-frosted_ice-properties.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0096-remove-null-possibility-for-getServer-singleton.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0097-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0098-LootTable-API-Replenishable-Lootables-Feature.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0099-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0100-System-property-for-disabling-watchdoge.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0101-Optimize-UserCache-Thread-Safe.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0102-Avoid-blocking-on-Network-Manager-creation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0103-Optional-TNT-doesn-t-move-in-water.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0104-Faster-redstone-torch-rapid-clock-removal.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0105-Add-server-name-parameter.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0106-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0107-Fix-Double-World-Add-issues.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0108-Fix-Old-Sign-Conversion.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0109-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0110-More-informative-vehicle-moved-wrongly-message.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0111-Add-setting-for-proxy-online-mode-status.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0112-Optimise-BlockState-s-hashCode-equals.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0113-Configurable-packet-in-spam-threshold.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0114-Configurable-flying-kick-messages.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0115-Chunk-registration-fixes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0116-Remove-FishingHook-reference-on-Craft-Entity-removal.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0117-Auto-fix-bad-Y-levels-on-player-login.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0118-Option-to-remove-corrupt-tile-entities.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0119-Add-EntityZapEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0120-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0121-Cache-user-authenticator-threads.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0122-Optimise-removeQueue.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0123-Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0124-Add-source-to-PlayerExpChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0125-Don-t-let-fishinghooks-use-portals.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0126-Add-ProjectileCollideEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0127-Prevent-Pathfinding-out-of-World-Border.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0128-Optimize-World.isLoaded-BlockPosition-Z.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0129-Bound-Treasure-Maps-to-World-Border.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0130-Configurable-Cartographer-Treasure-Maps.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0131-Optimize-ItemStack.isEmpty.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0132-Add-API-methods-to-control-if-armour-stands-can-move.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0133-Properly-fix-item-duplication-bug.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0134-String-based-Action-Bar-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0135-Firework-API-s.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0136-PlayerTeleportEndGatewayEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0137-Provide-E-TE-Chunk-count-stat-methods.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0138-Enforce-Sync-Player-Saves.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0139-Don-t-allow-entities-to-ride-themselves-572.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0140-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0141-Cap-Entity-Collisions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0142-Remove-CraftScheduler-Async-Task-Debugger.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0143-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0144-Do-not-let-armorstands-drown.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0145-Properly-handle-async-calls-to-restart-the-server.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0146-Add-system-property-to-disable-book-size-limits.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0147-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0148-Add-configuration-option-to-prevent-player-names-fro.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0149-Use-TerminalConsoleAppender-for-console-improvements.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0150-provide-a-configurable-option-to-disable-creeper-lin.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0151-Item-canEntityPickup.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0152-PlayerPickupItemEvent-setFlyAtPlayer.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0153-PlayerAttemptPickupItemEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0154-Add-UnknownCommandEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0155-Basic-PlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0156-Shoulder-Entities-Release-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0157-Profile-Lookup-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0158-Block-player-logins-during-server-shutdown.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0159-Entity-fromMobSpawner.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0160-Improve-the-Saddle-API-for-Horses.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0161-Implement-ensureServerConversions-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0162-Implement-getI18NDisplayName.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0163-ProfileWhitelistVerifyEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0164-Fix-this-stupid-bullshit.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0165-Ocelot-despawns-should-honor-nametags-and-leash.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0166-Reset-spawner-timer-when-spawner-event-is-cancelled.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0167-Fix-MC-117075-TE-Unload-Lag-Spike.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0168-Allow-specifying-a-custom-authentication-servers-dow.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0169-LivingEntity-setKiller.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0170-Use-Log4j-IOStreams-to-redirect-System.out-err-to-lo.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0171-Handle-plugin-prefixes-using-Log4J-configuration.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0172-Include-Log4J2-SLF4J-implementation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0173-Disable-logger-prefix-for-various-plugins-bypassing-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0174-Add-PlayerJumpEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0175-handle-PacketPlayInKeepAlive-async.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0176-Expose-client-protocol-version-and-virtual-host.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0177-revert-serverside-behavior-of-keepalives.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0178-Send-attack-SoundEffects-only-to-players-who-can-see.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0179-Option-for-maximum-exp-value-when-merging-orbs.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0180-Add-PlayerArmorChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0181-Prevent-logins-from-being-processed-when-the-player-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0182-use-CB-BlockState-implementations-for-captured-block.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0183-API-to-get-a-BlockState-without-a-snapshot.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0184-AsyncTabCompleteEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0185-Avoid-NPE-in-PathfinderGoalTempt.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0186-PlayerPickupExperienceEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0187-ExperienceOrbMergeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0188-Ability-to-apply-mending-to-XP-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0189-Make-max-squid-spawn-height-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0190-PreCreatureSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0191-PlayerNaturallySpawnCreaturesEvent.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0192-Add-setPlayerProfile-API-for-Skulls.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0193-Fill-Profile-Property-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0194-PlayerAdvancementCriterionGrantEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0195-Add-ArmorStand-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0196-Extend-Player-Interact-cancellation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0197-Tameable-getOwnerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0198-Toggleable-player-crits-helps-mitigate-hacked-client.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0199-Fix-NPE-when-getting-location-from-InventoryEnderChe.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0200-Prevent-Frosted-Ice-from-loading-holding-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0201-Disable-Explicit-Network-Manager-Flushing.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0202-Implement-extended-PaperServerListPingEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0203-Improved-Async-Task-Scheduler.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0204-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0205-Player.setPlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0206-Fix-Dragon-Server-Crashes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0207-getPlayerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0208-Make-player-data-saving-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0209-Make-legacy-ping-handler-more-reliable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0210-Call-PaperServerListPingEvent-for-legacy-pings.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0211-Flag-to-disable-the-channel-limit.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0212-Add-method-to-open-already-placed-sign.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0213-Configurable-sprint-interruption-on-attack.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0214-Fix-exploit-that-allowed-colored-signs-to-be-created.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0215-EndermanEscapeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0216-Enderman.teleportRandomly.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0217-Block-Enderpearl-Travel-Exploit.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0218-Expand-World.spawnParticle-API-and-add-Builder.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0219-EndermanAttackPlayerEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0220-WitchConsumePotionEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0221-WitchThrowPotionEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0222-Allow-spawning-Item-entities-with-World.spawnEntity.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0223-WitchReadyPotionEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0224-ItemStack-getMaxItemUseDuration.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0225-Implement-EntityTeleportEndGatewayEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0226-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0227-Fix-CraftEntity-hashCode.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0228-Configurable-Alternative-LootPool-Luck-Formula.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0229-Print-Error-details-when-failing-to-save-player-data.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0230-Make-shield-blocking-delay-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0231-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0232-PlayerReadyArrowEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0233-Fire-EntityShootBowEvent-for-Illusioner.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0234-Implement-EntityKnockbackByEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0235-Expand-Explosions-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0236-LivingEntity-Hand-Raised-Item-Use-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0237-RangedEntity-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0238-Add-config-to-disable-ender-dragon-legacy-check.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0239-Implement-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0240-InventoryCloseEvent-Reason-API.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0241-Configurable-Bed-Search-Radius.patch Use Vanilla Bed Search for non players (Villagers) 2020-05-01 21:56:50 -04:00
0242-Vex-getSummoner-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0243-Refresh-player-inventory-when-cancelling-PlayerInter.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0244-Don-t-change-the-Entity-Random-seed-for-squids.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0245-Re-add-vanilla-entity-warnings-for-duplicates.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0246-Avoid-item-merge-if-stack-size-above-max-stack-size.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0247-Use-asynchronous-Log4j-2-loggers.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0248-add-more-information-to-Entity.toString.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0249-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0250-EnderDragon-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0251-PlayerElytraBoostEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0252-Speedup-BlockPos-by-fixing-inlining.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0253-Optimize-RegistryID.c.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0254-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0255-Vanished-players-don-t-have-rights.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0256-Mark-chunk-dirty-anytime-entities-change-to-guarante.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0257-Add-some-Debug-to-Chunk-Entity-slices.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0258-EntityTransformedEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0259-SkeletonHorse-Additions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0260-Prevent-Saving-Bad-entities-to-chunks.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0261-Don-t-call-getItemMeta-on-hasItemMeta.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0262-Ignore-Dead-Entities-in-entityList-iteration.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0263-Implement-Expanded-ArmorStand-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0264-AnvilDamageEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0265-Add-TNTPrimeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0266-Break-up-and-make-tab-spam-limits-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0267-Add-hand-to-bucket-events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0268-MC-135506-Experience-should-save-as-Integers.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0269-Fix-client-rendering-skulls-from-same-user.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0270-Add-Early-Warning-Feature-to-WatchDog.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0271-Make-EnderDragon-implement-Mob.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0272-Use-ConcurrentHashMap-in-JsonList.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0273-Use-a-Queue-for-Queueing-Commands.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0274-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0275-Allow-disabling-armour-stand-ticking.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0276-Optimize-BlockPosition-helper-methods.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0277-Send-nearby-packets-from-world-player-list-not-serve.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0278-Restore-vanlla-default-mob-spawn-range.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0279-Optimize-CraftBlockData-Creation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0280-Fix-MC-124320.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0281-Slime-Pathfinder-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0282-Configurable-speed-for-water-flowing-over-lava.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0283-Optimize-RegistryMaterials.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0284-Add-PhantomPreSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0285-Add-More-Creeper-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0286-Inventory-removeItemAnySlot.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0287-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0288-Add-ray-tracing-methods-to-LivingEntity.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0289-Expose-attack-cooldown-methods-for-Player.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0290-Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0291-Allow-chests-to-be-placed-with-NBT-data.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0292-Mob-Pathfinding-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0293-Prevent-chunk-loading-from-Fluid-Flowing.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0294-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0295-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0296-Prevent-mob-spawning-from-loading-generating-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0297-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0298-Implement-furnace-cook-speed-multiplier-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0299-Support-Overriding-World-Seeds.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0300-Optimize-Server-World-Map.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0301-PreSpawnerSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0302-Catch-JsonParseException-in-Entity-and-TE-names.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0303-Avoid-dimension-id-collisions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0304-Honor-EntityAgeable.ageLock.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0305-Configurable-connection-throttle-kick-message.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0306-Hook-into-CB-plugin-rewrites.patch Fix 2 plugin specific issues with loot drop and pathfinders 2020-05-01 21:48:43 -04:00
0307-Allow-setting-the-vex-s-summoner.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0308-Add-sun-related-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0309-Check-Drowned-for-Villager-Aggression-Config.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0310-Here-s-Johnny.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0311-Turtle-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0312-Limit-lightning-strike-effect-distance.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0313-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0314-Call-player-spectator-target-events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0315-Add-Velocity-IP-Forwarding-Support.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0316-Add-more-Witch-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0317-Fix-MC-93764.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0318-Add-option-to-prevent-players-from-moving-into-unloa.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0319-Reset-players-airTicks-on-respawn.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0320-Don-t-sleep-after-profile-lookups-if-not-needed.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0321-Use-more-reasonable-thread-count-default-for-bootstr.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0322-Optimize-World-Time-Updates.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0323-Restore-custom-InventoryHolder-support.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0324-Use-Vanilla-Minecart-Speeds.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0325-Fix-SpongeAbsortEvent-handling.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0326-Don-t-allow-digging-into-unloaded-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0327-Optimize-redstone-algorithm.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0328-force-entity-dismount-during-teleportation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0329-Book-Size-Limits.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0330-Make-the-default-permission-message-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0331-Add-more-Zombie-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0332-Prevent-rayTrace-from-loading-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0333-Handle-Large-Packets-disconnecting-client.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0334-Lazy-init-world-storage-in-CraftOfflinePlayer.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0335-Add-PlayerConnectionCloseEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0336-Prevent-Enderman-from-loading-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0337-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0338-Fix-PlayerEditBookEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0339-Workaround-for-vehicle-tracking-issue-on-disconnect.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0340-Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0341-Block-Entity-remove-from-being-called-on-Players.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0342-BlockDestroyEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0343-Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0344-Fix-sign-edit-memory-leak.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0345-Limit-Client-Sign-length-more.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0346-Don-t-check-ConvertSigns-boolean-every-sign-save.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0347-Optimize-Network-Manager-and-add-advanced-packet-sup.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0348-Handle-Oversized-Tile-Entities-in-chunks.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0349-MC-145260-Fix-Whitelist-On-Off-inconsistency.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0350-Set-Zombie-last-tick-at-start-of-drowning-process.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0351-Allow-Saving-of-Oversized-Chunks.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0352-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0353-Add-LivingEntity-getTargetEntity.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0354-Use-proper-max-length-when-serialising-BungeeCord-te.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0355-Entity-getEntitySpawnReason.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0356-Update-entity-Metadata-for-all-tracked-players.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0357-Fire-event-on-GS4-query.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0358-Implement-PlayerPostRespawnEvent.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0359-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0360-Implement-getters-and-setters-for-EntityItem-owner-a.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0361-Server-Tick-Events.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0362-PlayerDeathEvent-getItemsToKeep.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0363-Optimize-Captured-TileEntity-Lookup.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0364-Add-Heightmap-API.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0365-Mob-Spawner-API-Enhancements.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0366-Per-Player-View-Distance-API-placeholders.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0367-Fix-CB-call-to-changed-postToMainThread-method.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0368-Fix-sounds-when-item-frames-are-modified-MC-123450.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0369-Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0370-Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0371-Duplicate-UUID-Resolve-Option.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0372-improve-CraftWorld-isChunkLoaded.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0373-Configurable-Keep-Spawn-Loaded-range-per-world.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0374-Fix-some-generation-concurrency-issues.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0375-MC-114618-Fix-EntityAreaEffectCloud-from-going-negat.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0376-ChunkMapDistance-CME.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0377-Implement-CraftBlockSoundGroup.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0378-Chunk-debug-command.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0379-incremental-chunk-saving.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0380-Catch-exceptions-from-dispenser-entity-spawns.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0381-Fix-World-isChunkGenerated-calls.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0382-Show-blockstate-location-if-we-failed-to-read-it.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0383-Log-other-thread-in-DataPaletteBlock-lock-failure.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0384-Use-ChunkStatus-cache-when-saving-protochunks.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0385-Anti-Xray.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0386-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0387-Configurable-projectile-relative-velocity.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0388-Mark-entities-as-being-ticked-when-notifying-navigat.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0389-offset-item-frame-ticking.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0390-Avoid-hopper-searches-if-there-are-no-items.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0391-Asynchronous-chunk-IO-and-loading.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0392-Use-getChunkIfLoadedImmediately-in-places.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0393-Reduce-sync-loads.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0394-Implement-alternative-item-despawn-rate.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0395-Do-less-work-if-we-have-a-custom-Bukkit-generator.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0396-Fix-MC-158900.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0397-implement-optional-per-player-mob-spawns.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0398-Prevent-consuming-the-wrong-itemstack.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0399-only-add-passanger-entities-once-from-spawners.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0400-Fix-nether-portal-creation.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0401-Generator-Settings.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0402-Fix-zero-tick-instant-grow-farms-MC-113809.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0403-Fix-MC-161754.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0404-Performance-improvement-for-Chunk.getEntities.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0405-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0406-Expose-the-internal-current-tick.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0407-Fix-stuck-in-sneak-when-changing-worlds-MC-10657.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0408-Add-option-to-disable-pillager-patrols.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0409-Fix-AssertionError-when-player-hand-set-to-empty-typ.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0410-PlayerLaunchProjectileEvent.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0411-Add-CraftMagicNumbers.isSupportedApiVersion.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0412-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0413-Fix-spawn-radius-being-treated-as-0.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0414-MC-145656-Fix-Follow-Range-Initial-Target.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0415-Optimize-Hoppers.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0416-PlayerDeathEvent-shouldDropExperience.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0417-Prevent-bees-loading-chunks-checking-hive-position.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0418-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0419-Guard-against-serializing-mismatching-chunk-coordina.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0420-Optimise-IEntityAccess-getPlayerByUUID.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0421-Fix-items-not-falling-correctly.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0422-Lag-compensate-eating.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0423-Optimize-call-to-getFluid-for-explosions.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0424-Fix-last-firework-in-stack-not-having-effects-when-d.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0425-Entity-Activation-Range-2.0.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0426-Add-effect-to-block-break-naturally.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0427-Tracking-Range-Improvements.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0428-Fix-comparator-behavior-for-EntityPhanton-goal.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0429-Fix-items-vanishing-through-end-portal.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0430-Seed-based-feature-search.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0431-Bees-get-gravity-in-void.-Fixes-MC-167279.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0432-Optimise-getChunkAt-calls-for-loaded-chunks.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0433-Be-more-tolerant-of-invalid-attributes.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0434-Allow-overriding-the-java-version-check.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0435-Add-ThrownEggHatchEvent.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0436-Optimise-random-block-ticking.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0437-Entity-Jump-API.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0438-Add-option-to-nerf-pigmen-from-nether-portals.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0439-Make-the-GUI-graph-fancier.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0440-Backport-fix-for-MC-167561.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0441-add-hand-to-BlockMultiPlaceEvent.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0442-Prevent-teleporting-dead-entities.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0443-Validate-tripwire-hook-placement-before-update.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0444-Add-option-to-allow-iron-golems-to-spawn-in-air.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0445-Configurable-chance-of-villager-zombie-infection.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0446-Optimise-Chunk-getFluid.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0447-Optimise-TickListServer-by-rewriting-it.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0448-Pillager-patrol-spawn-settings-and-per-player-option.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0449-Ensure-Entity-is-never-double-registered.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0450-Fix-unregistering-entities-from-unloading-chunks.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0451-Remote-Connections-shouldn-t-hold-up-shutdown.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0452-Do-not-allow-bees-to-load-chunks-for-beehives.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0453-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0454-Optimize-Collision-Chunk-lookup-and-avoid-loading-fa.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0455-Don-t-tick-dead-players.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0456-Dead-Player-s-shouldn-t-be-able-to-move.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0457-Optimize-PlayerChunkMap-memory-use-for-visibleChunks.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0458-Don-t-load-chunks-when-attempting-to-unload-a-chunk.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0459-Increase-Light-Queue-Size.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0460-Mid-Tick-Chunk-Tasks-Speed-up-processing-of-chunk-lo.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0461-Don-t-move-existing-players-to-world-spawn.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0462-Add-tick-times-API-and-mspt-command.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0463-Expose-MinecraftServer-isRunning.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0464-Implement-Chunk-Priority-Urgency-System-for-World-Ge.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0465-Remove-streams-from-Mob-AI-System.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0466-Delay-unsafe-actions-until-after-entity-ticking-is-d.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0467-Async-command-map-building.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0468-Forced-Watchdog-Crash-support-and-Improve-Async-Shut.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0469-Optimize-Pathfinding.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0470-Port-20w15a-Villager-AI-optimizations-DROP-1.16.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0471-Reduce-Either-Optional-allocation.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0472-Remove-streams-from-PairedQueue.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0473-Remove-streams-from-MinecraftKey.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0474-Reduce-memory-footprint-of-NBTTagCompound.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0475-Prevent-opening-inventories-when-frozen.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0476-Optimise-ArraySetSorted-removeIf.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0477-Don-t-run-entity-collision-code-if-not-needed.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0478-Optimise-entity-hard-collision-checking.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0479-Optimize-ChunkProviderServer-s-chunk-level-checking-.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0480-Restrict-vanilla-teleport-command-to-valid-locations.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0481-Implement-Player-Client-Options-API.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0482-Fix-Chunk-Post-Processing-deadlock-risk.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0483-Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0484-Broadcast-join-message-to-console.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0485-Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0486-Load-Chunks-for-Login-Asynchronously.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0487-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0488-Allow-sleeping-players-to-float.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0489-Add-PlayerAttackEntityCooldownResetEvent.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0490-Allow-multiple-callbacks-to-schedule-for-Callback-Ex.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0491-Don-t-fire-BlockFade-on-worldgen-threads.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0492-Add-phantom-creative-and-insomniac-controls.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0493-Fix-numerous-item-duplication-issues-and-teleport-is.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0494-Implement-Brigadier-Mojang-API.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0495-Villager-Restocks-API.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0496-Validate-PickItem-Packet-and-kick-for-invalid.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0497-Expose-game-version.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0498-Sync-position-on-teleportation.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0499-Optimize-Voxel-Shape-Merging.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0500-Cleanup-Region-Files-Direct-Memory-on-close.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0501-Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0502-Implement-Mob-Goal-API.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0503-Optimize-entity-list-iteration-requiring-entities-be.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0504-Use-distance-map-to-optimise-entity-tracker.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0505-Optimize-isOutsideRange-to-use-distance-maps.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0506-Stop-copy-on-write-operations-for-updating-light-dat.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00
0507-No-Tick-view-distance-implementation.patch Optimize Network Manager to not need synchronization 2020-05-06 05:28:47 -04:00