Paper/Spigot-Server-Patches
stonar96 8f9df2ed43
Anti Xray cleanup
Undo the accidental renaming of a method in 0aad8bf
Aikar wanted to rename DataPalette#getDataBits(T object) to getOrCreateIdFor
in 0aad8bf but he also accidentally renamed
ChunkPacketInfo#getDataBitsIndex(int chunkSectionIndex) to
getOrCreateIdForIndex.

Remove chunk-edge-mode and chunk loading entirely from Anti-Xray
The chunk-edge-mode is broken since several versions.
Loading chunk neighbors for chunk edge obfuscation isn't needed anymore.
Unlike in previous versions, these are under normal circumstances already loaded
at the time we need them (plugins for example can bypass this).

Use the modified methods and constructors everywhere
Anti-Xray provides support for the default nms methods and constructors,
which where modified by Anti-Xray to avoid breaking stuff (plugins)
which somehow uses these methods.
However, the modified versions of those methods and constructors should be used
where possible.
2020-05-06 04:35:20 -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-Handle-Excessive-Signs-in-Chunks-creating-large-pack.patch Revert "Don't flush packet queue off main thread" 2020-05-04 04:50:08 -04:00
0348-MC-145260-Fix-Whitelist-On-Off-inconsistency.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0349-Set-Zombie-last-tick-at-start-of-drowning-process.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0350-Allow-Saving-of-Oversized-Chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0351-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0352-Add-LivingEntity-getTargetEntity.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0353-Use-proper-max-length-when-serialising-BungeeCord-te.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0354-Entity-getEntitySpawnReason.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0355-Update-entity-Metadata-for-all-tracked-players.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0356-Fire-event-on-GS4-query.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0357-Implement-PlayerPostRespawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0358-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0359-Implement-getters-and-setters-for-EntityItem-owner-a.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0360-Server-Tick-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0361-PlayerDeathEvent-getItemsToKeep.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0362-Optimize-Captured-TileEntity-Lookup.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0363-Add-Heightmap-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0364-Mob-Spawner-API-Enhancements.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0365-Per-Player-View-Distance-API-placeholders.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0366-Fix-CB-call-to-changed-postToMainThread-method.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0367-Fix-sounds-when-item-frames-are-modified-MC-123450.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0368-Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0369-Fix-issues-with-entity-loss-due-to-unloaded-chunks.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0370-Duplicate-UUID-Resolve-Option.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0371-improve-CraftWorld-isChunkLoaded.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0372-Configurable-Keep-Spawn-Loaded-range-per-world.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0373-Fix-some-generation-concurrency-issues.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0374-MC-114618-Fix-EntityAreaEffectCloud-from-going-negat.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0375-ChunkMapDistance-CME.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0376-Implement-CraftBlockSoundGroup.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0377-Chunk-debug-command.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0378-incremental-chunk-saving.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0379-Catch-exceptions-from-dispenser-entity-spawns.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0380-Fix-World-isChunkGenerated-calls.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0381-Show-blockstate-location-if-we-failed-to-read-it.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0382-Log-other-thread-in-DataPaletteBlock-lock-failure.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0383-Use-ChunkStatus-cache-when-saving-protochunks.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0384-Anti-Xray.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0385-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0386-Configurable-projectile-relative-velocity.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0387-Mark-entities-as-being-ticked-when-notifying-navigat.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0388-offset-item-frame-ticking.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0389-Avoid-hopper-searches-if-there-are-no-items.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0390-Asynchronous-chunk-IO-and-loading.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0391-Use-getChunkIfLoadedImmediately-in-places.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0392-Reduce-sync-loads.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0393-Implement-alternative-item-despawn-rate.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0394-Do-less-work-if-we-have-a-custom-Bukkit-generator.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0395-Fix-MC-158900.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0396-implement-optional-per-player-mob-spawns.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0397-Prevent-consuming-the-wrong-itemstack.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0398-only-add-passanger-entities-once-from-spawners.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0399-Fix-nether-portal-creation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0400-Generator-Settings.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0401-Fix-zero-tick-instant-grow-farms-MC-113809.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0402-Fix-MC-161754.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0403-Performance-improvement-for-Chunk.getEntities.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0404-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0405-Expose-the-internal-current-tick.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0406-Fix-stuck-in-sneak-when-changing-worlds-MC-10657.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0407-Add-option-to-disable-pillager-patrols.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0408-Fix-AssertionError-when-player-hand-set-to-empty-typ.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0409-PlayerLaunchProjectileEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0410-Add-CraftMagicNumbers.isSupportedApiVersion.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0411-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0412-Fix-spawn-radius-being-treated-as-0.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0413-MC-145656-Fix-Follow-Range-Initial-Target.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0414-Optimize-Hoppers.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0415-PlayerDeathEvent-shouldDropExperience.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0416-Prevent-bees-loading-chunks-checking-hive-position.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0417-Don-t-load-Chunks-from-Hoppers-and-other-things.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0418-Guard-against-serializing-mismatching-chunk-coordina.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0419-Optimise-IEntityAccess-getPlayerByUUID.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0420-Fix-items-not-falling-correctly.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0421-Lag-compensate-eating.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0422-Optimize-call-to-getFluid-for-explosions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0423-Fix-last-firework-in-stack-not-having-effects-when-d.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0424-Entity-Activation-Range-2.0.patch Update Activation Range 2.0 with more villager controls 2020-05-01 21:48:33 -04:00
0425-Add-effect-to-block-break-naturally.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0426-Tracking-Range-Improvements.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0427-Fix-comparator-behavior-for-EntityPhanton-goal.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0428-Fix-items-vanishing-through-end-portal.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0429-Seed-based-feature-search.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0430-Bees-get-gravity-in-void.-Fixes-MC-167279.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0431-Optimise-getChunkAt-calls-for-loaded-chunks.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0432-Be-more-tolerant-of-invalid-attributes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0433-Allow-overriding-the-java-version-check.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0434-Add-ThrownEggHatchEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0435-Optimise-random-block-ticking.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0436-Entity-Jump-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0437-Add-option-to-nerf-pigmen-from-nether-portals.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0438-Make-the-GUI-graph-fancier.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0439-Backport-fix-for-MC-167561.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0440-add-hand-to-BlockMultiPlaceEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0441-Prevent-teleporting-dead-entities.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0442-Validate-tripwire-hook-placement-before-update.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-01 18:03:57 -04:00
0443-Add-option-to-allow-iron-golems-to-spawn-in-air.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0444-Configurable-chance-of-villager-zombie-infection.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0445-Optimise-Chunk-getFluid.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0446-Optimise-TickListServer-by-rewriting-it.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0447-Pillager-patrol-spawn-settings-and-per-player-option.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0448-Ensure-Entity-is-never-double-registered.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0449-Fix-unregistering-entities-from-unloading-chunks.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0450-Remote-Connections-shouldn-t-hold-up-shutdown.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0451-Do-not-allow-bees-to-load-chunks-for-beehives.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0452-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0453-Optimize-Collision-Chunk-lookup-and-avoid-loading-fa.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0454-Don-t-tick-dead-players.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0455-Dead-Player-s-shouldn-t-be-able-to-move.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0456-Optimize-PlayerChunkMap-memory-use-for-visibleChunks.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0457-Don-t-load-chunks-when-attempting-to-unload-a-chunk.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0458-Increase-Light-Queue-Size.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0459-Mid-Tick-Chunk-Tasks-Speed-up-processing-of-chunk-lo.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0460-Don-t-move-existing-players-to-world-spawn.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0461-Add-tick-times-API-and-mspt-command.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0462-Expose-MinecraftServer-isRunning.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0463-Implement-Chunk-Priority-Urgency-System-for-World-Ge.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0464-Remove-streams-from-Mob-AI-System.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0465-Delay-unsafe-actions-until-after-entity-ticking-is-d.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0466-Async-command-map-building.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0467-Forced-Watchdog-Crash-support-and-Improve-Async-Shut.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0468-Optimize-Pathfinding.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0469-Port-20w15a-Villager-AI-optimizations-DROP-1.16.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0470-Reduce-Either-Optional-allocation.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0471-Remove-streams-from-PairedQueue.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0472-Remove-streams-from-MinecraftKey.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0473-Reduce-memory-footprint-of-NBTTagCompound.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0474-Prevent-opening-inventories-when-frozen.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0475-Optimise-ArraySetSorted-removeIf.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0476-Don-t-run-entity-collision-code-if-not-needed.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0477-Optimise-entity-hard-collision-checking.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0478-Optimize-ChunkProviderServer-s-chunk-level-checking-.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0479-Restrict-vanilla-teleport-command-to-valid-locations.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0480-Implement-Player-Client-Options-API.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0481-Fix-Chunk-Post-Processing-deadlock-risk.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0482-Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0483-Broadcast-join-message-to-console.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0484-Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0485-Load-Chunks-for-Login-Asynchronously.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0486-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0487-Allow-sleeping-players-to-float.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0488-Add-PlayerAttackEntityCooldownResetEvent.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0489-Allow-multiple-callbacks-to-schedule-for-Callback-Ex.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0490-Don-t-fire-BlockFade-on-worldgen-threads.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0491-Add-phantom-creative-and-insomniac-controls.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00
0492-Fix-numerous-item-duplication-issues-and-teleport-is.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0493-Implement-Brigadier-Mojang-API.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0494-Villager-Restocks-API.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0495-Validate-PickItem-Packet-and-kick-for-invalid.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0496-Expose-game-version.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0497-Sync-position-on-teleportation.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0498-Optimize-Voxel-Shape-Merging.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0499-Cleanup-Region-Files-Direct-Memory-on-close.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0500-Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0501-Implement-Mob-Goal-API.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0502-Optimize-entity-list-iteration-requiring-entities-be.patch Optimize Entity Ticking to Loaded Chunks only 2020-05-06 03:43:11 -04:00
0503-Use-distance-map-to-optimise-entity-tracker.patch Use distance map to optimise entity tracker / Misc Utils 2020-05-06 03:47:24 -04:00
0504-Optimize-isOutsideRange-to-use-distance-maps.patch Optimize isOutsideRange to use distance maps 2020-05-06 03:48:18 -04:00
0505-Stop-copy-on-write-operations-for-updating-light-dat.patch Stop copy-on-write operations for updating light data 2020-05-06 03:48:56 -04:00
0506-No-Tick-view-distance-implementation.patch Anti Xray cleanup 2020-05-06 04:35:20 -04:00