Paper/patches/server
Spottedleaf 8ce5219e07 Fix inconsistent chunk sending with vanilla
Vanilla now loads the proper number of chunks for sending
to players. So, we can finally match their behavior after
all these years.
2023-06-08 17:45:54 -07:00
..
0001-Setup-Gradle-project.patch Fix bad fixup 2023-06-08 15:27:41 +02:00
0002-Remap-fixes.patch Start working on 1.20 2023-06-07 19:06:55 +02:00
0003-Build-system-changes.patch Fix bad fixup 2023-06-08 15:27:41 +02:00
0004-Test-changes.patch Fix bad fixup 2023-06-08 15:27:41 +02:00
0005-Paper-config-files.patch Fix bad fixup 2023-06-08 15:27:41 +02:00
0006-MC-Dev-fixes.patch Clean rebuild 2023-06-07 22:26:06 -07:00
0007-ConcurrentUtil.patch More patches 2023-03-14 19:05:23 +01:00
0008-CB-fixes.patch Clean rebuild 2023-06-07 22:26:06 -07:00
0009-MC-Utils.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0010-Adventure.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0011-Paper-command.patch Clean rebuild 2023-06-07 22:26:06 -07:00
0012-Paper-Metrics.patch More work 2023-06-07 19:18:05 +02:00
0013-Paper-Plugins.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0014-Timings-v2.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0015-Rewrite-dataconverter-system.patch 1.20: Fix a bunch of compile issues (#9273) 2023-06-07 16:21:20 -07:00
0016-Starlight.patch 1.20: Fix a bunch of compile issues (#9273) 2023-06-07 16:21:20 -07:00
0017-Add-TickThread.patch Let's hope this is fine 2023-06-07 20:08:03 +02:00
0018-Add-command-line-option-to-load-extra-plugin-jars-no.patch Clean rebuild 2023-06-07 22:26:06 -07:00
0019-Rewrite-chunk-system.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0020-Configurable-cactus-bamboo-and-reed-growth-heights.patch rewrite chunk system checkpoint 2023-06-07 22:26:06 -07:00
0021-Configurable-baby-zombie-movement-speed.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0022-Configurable-fishing-time-ranges.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0023-Allow-nerfed-mobs-to-jump-and-take-water-damage.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0024-Add-configurable-despawn-distances-for-living-entiti.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0025-Allow-for-toggling-of-spawn-chunks.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0026-Drop-falling-block-and-tnt-entities-at-the-specified.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0027-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0028-Implement-Paper-VersionChecker.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0029-Add-version-history-to-version-command.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0030-Player-affects-spawning-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0031-Further-improve-server-tick-loop.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0032-Only-refresh-abilities-if-needed.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0033-Entity-Origin-API.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0034-Prevent-tile-entity-and-entity-crashes.patch more compile fixes 2023-06-08 14:13:43 -07:00
0035-Configurable-top-of-nether-void-damage.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0036-Check-online-mode-before-converting-and-renaming-pla.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0037-Always-tick-falling-blocks.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0038-Configurable-end-credits.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0039-Fix-lag-from-explosions-processing-dead-entities.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0040-Optimize-explosions.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0041-Disable-explosion-knockback.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0042-Disable-thunder.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0043-Disable-ice-and-snow.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0044-Configurable-mob-spawner-tick-rate.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0045-Implement-PlayerLocaleChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0046-Add-BeaconEffectEvent.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0047-Configurable-container-update-tick-rate.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0048-Use-UserCache-for-player-heads.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0049-Disable-spigot-tick-limiters.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0050-Add-PlayerInitialSpawnEvent.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0051-Configurable-Disabling-Cat-Chest-Detection.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0052-Ensure-commands-are-not-ran-async.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0053-All-chunks-are-slime-spawn-chunks-toggle.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0054-Expose-server-CommandMap.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0055-Be-a-bit-more-informative-in-maxHealth-exception.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0056-Player-Tab-List-and-Title-APIs.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0057-Add-configurable-portal-search-radius.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0058-Add-velocity-warnings.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0059-Configurable-inter-world-teleportation-safety.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0060-Add-exception-reporting-event.patch more compile fixes 2023-06-08 14:13:43 -07:00
0061-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0062-Disable-Scoreboards-for-non-players-by-default.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0063-Add-methods-for-working-with-arrows-stuck-in-living-.patch Rebase chunk patches 2023-06-07 22:26:06 -07:00
0064-Chunk-Save-Reattempt.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0065-Complete-resource-pack-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0066-Default-loading-permissions.yml-before-plugins.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0067-Allow-Reloading-of-Custom-Permissions.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0068-Remove-Metadata-on-reload.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0069-Handle-Item-Meta-Inconsistencies.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0070-Configurable-Non-Player-Arrow-Despawn-Rate.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0071-Add-World-Util-Methods.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0072-Custom-replacement-for-eaten-items.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0073-handle-NaN-health-absorb-values-and-repair-bad-data.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0074-Use-a-Shared-Random-for-Entities.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0075-Configurable-spawn-chances-for-skeleton-horses.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0076-Optimize-isInWorldBounds-and-getBlockState-for-inlin.patch more compile fixes 2023-06-08 14:13:43 -07:00
0077-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0078-Entity-AddTo-RemoveFrom-World-Events.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0079-Configurable-Chunk-Inhabited-Time.patch more compile fixes 2023-06-08 14:13:43 -07:00
0080-EntityPathfindEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0081-Sanitise-RegionFileCache-and-make-configurable.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0082-Do-not-load-chunks-for-Pathfinding.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0083-Add-PlayerUseUnknownEntityEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0084-Configurable-Grass-Spread-Tick-Rate.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0085-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0086-Optimize-DataBits.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0087-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch more compile fixes 2023-06-08 13:56:13 -07:00
0088-Configurable-Player-Collision.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0089-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0090-Configurable-RCON-IP-address.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0091-EntityRegainHealthEvent-isFastRegen-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0092-Add-ability-to-configure-frosted_ice-properties.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0093-remove-null-possibility-for-getServer-singleton.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0094-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0095-LootTable-API-Replenishable-Lootables-Feature.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0096-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0097-System-property-for-disabling-watchdoge.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0098-Async-GameProfileCache-saving.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0099-Optional-TNT-doesn-t-move-in-water.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0100-Faster-redstone-torch-rapid-clock-removal.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0101-Add-server-name-parameter.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0102-Only-send-global-sounds-to-same-world-if-limiting-ra.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0103-Avoid-blocking-on-Network-Manager-creation.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0104-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0105-Add-setting-for-proxy-online-mode-status.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0106-Optimise-BlockState-s-hashCode-equals.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0107-Configurable-packet-in-spam-threshold.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0108-Configurable-flying-kick-messages.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0109-Add-EntityZapEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0110-Filter-bad-tile-entity-nbt-data-from-falling-blocks.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0111-Cache-user-authenticator-threads.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0112-Allow-Reloading-of-Command-Aliases.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0113-Add-source-to-PlayerExpChangeEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0114-Add-ProjectileCollideEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0115-Prevent-Pathfinding-out-of-World-Border.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0116-Optimize-World.isLoaded-BlockPosition-Z.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0117-Bound-Treasure-Maps-to-World-Border.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0118-Configurable-Cartographer-Treasure-Maps.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0119-Add-API-methods-to-control-if-armour-stands-can-move.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0120-String-based-Action-Bar-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0121-Properly-fix-item-duplication-bug.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0122-Firework-API-s.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0123-PlayerTeleportEndGatewayEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0124-Provide-E-TE-Chunk-count-stat-methods.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0125-Enforce-Sync-Player-Saves.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0126-Don-t-allow-entities-to-ride-themselves-572.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0127-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0128-Cap-Entity-Collisions.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0129-Remove-CraftScheduler-Async-Task-Debugger.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0130-Do-not-let-armorstands-drown.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0131-Properly-handle-async-calls-to-restart-the-server.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0132-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0133-Add-configuration-option-to-prevent-player-names-fro.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0134-Use-TerminalConsoleAppender-for-console-improvements.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0135-provide-a-configurable-option-to-disable-creeper-lin.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0136-Item-canEntityPickup.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0137-PlayerPickupItemEvent-setFlyAtPlayer.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0138-PlayerAttemptPickupItemEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0139-Do-not-submit-profile-lookups-to-worldgen-threads.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0140-Add-UnknownCommandEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0141-Basic-PlayerProfile-API.patch more compile fixes 2023-06-08 13:56:13 -07:00
0142-Shoulder-Entities-Release-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0143-Profile-Lookup-Events.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0144-Block-player-logins-during-server-shutdown.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0145-Entity-fromMobSpawner.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0146-Improve-the-Saddle-API-for-Horses.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0147-Implement-ensureServerConversions-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0148-Implement-getI18NDisplayName.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0149-ProfileWhitelistVerifyEvent.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0150-Fix-this-stupid-bullshit.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0151-LivingEntity-setKiller.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0152-Ocelot-despawns-should-honor-nametags-and-leash.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0153-Reset-spawner-timer-when-spawner-event-is-cancelled.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0154-Allow-specifying-a-custom-authentication-servers-dow.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0155-Handle-plugin-prefixes-using-Log4J-configuration.patch Fix bad fixup 2023-06-08 15:27:41 +02:00
0156-Improve-Log4J-Configuration-Plugin-Loggers.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0157-Add-PlayerJumpEvent.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0158-handle-ServerboundKeepAlivePacket-async.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0159-Expose-client-protocol-version-and-virtual-host.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0160-revert-serverside-behavior-of-keepalives.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0161-Send-attack-SoundEffects-only-to-players-who-can-see.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0162-Add-PlayerArmorChangeEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0163-Prevent-logins-from-being-processed-when-the-player-.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0164-Fix-MC-117075-TE-Unload-Lag-Spike.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0165-use-CB-BlockState-implementations-for-captured-block.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0166-API-to-get-a-BlockState-without-a-snapshot.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0167-AsyncTabCompleteEvent.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0168-PlayerPickupExperienceEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0169-Ability-to-apply-mending-to-XP-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0170-PlayerNaturallySpawnCreaturesEvent.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0171-Add-setPlayerProfile-API-for-Skulls.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0172-PreCreatureSpawnEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0173-Fill-Profile-Property-Events.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0174-PlayerAdvancementCriterionGrantEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0175-Add-ArmorStand-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0176-Extend-Player-Interact-cancellation.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0177-Tameable-getOwnerUniqueId-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0178-Toggleable-player-crits-helps-mitigate-hacked-client.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0179-Disable-Explicit-Network-Manager-Flushing.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0180-Implement-extended-PaperServerListPingEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0181-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0182-Player.setPlayerProfile-API.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0183-getPlayerUniqueId-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0184-Improved-Async-Task-Scheduler.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0185-Make-legacy-ping-handler-more-reliable.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0186-Call-PaperServerListPingEvent-for-legacy-pings.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0187-Flag-to-disable-the-channel-limit.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0188-Add-openSign-method-to-HumanEntity.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0189-Configurable-sprint-interruption-on-attack.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0190-EndermanEscapeEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0191-Enderman.teleportRandomly.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0192-Block-Enderpearl-Travel-Exploit.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0193-Expand-World.spawnParticle-API-and-add-Builder.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0194-Fix-exploit-that-allowed-colored-signs-to-be-created.patch Fix bad fixup 2023-06-08 15:27:41 +02:00
0195-Prevent-Frosted-Ice-from-loading-holding-chunks.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0196-EndermanAttackPlayerEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0197-WitchConsumePotionEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0198-WitchThrowPotionEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0199-Allow-spawning-Item-entities-with-World.spawnEntity.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0200-WitchReadyPotionEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0201-ItemStack-getMaxItemUseDuration.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0202-Implement-EntityTeleportEndGatewayEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0203-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0204-Fix-CraftEntity-hashCode.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0205-Configurable-Alternative-LootPool-Luck-Formula.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0206-Print-Error-details-when-failing-to-save-player-data.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0207-Make-shield-blocking-delay-configurable.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0208-Improve-EntityShootBowEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0209-PlayerReadyArrowEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0210-Implement-EntityKnockbackByEntityEvent-and-EntityPus.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0211-Expand-Explosions-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0212-LivingEntity-Hand-Raised-Item-Use-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0213-RangedEntity-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0214-Add-config-to-disable-ender-dragon-legacy-check.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0215-Implement-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0216-InventoryCloseEvent-Reason-API.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0217-Vex-get-setSummoner-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0218-Refresh-player-inventory-when-cancelling-PlayerInter.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0219-Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0220-add-more-information-to-Entity.toString.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0221-EnderDragon-Events.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0222-PlayerElytraBoostEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0223-PlayerLaunchProjectileEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0224-Improve-BlockPosition-inlining.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0225-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0226-Vanished-players-don-t-have-rights.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0227-Allow-disabling-armour-stand-ticking.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0228-SkeletonHorse-Additions.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0229-Don-t-call-getItemMeta-on-hasItemMeta.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0230-Implement-Expanded-ArmorStand-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0231-AnvilDamageEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0232-Add-TNTPrimeEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0233-Break-up-and-make-tab-spam-limits-configurable.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0234-Fix-NBT-type-issues.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0235-Remove-unnecessary-itemmeta-handling.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0236-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0237-Add-Early-Warning-Feature-to-WatchDog.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0238-Use-ConcurrentHashMap-in-JsonList.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0239-Use-a-Queue-for-Queueing-Commands.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0240-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0241-Optimize-BlockPosition-helper-methods.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0242-Restore-vanilla-default-mob-spawn-range-and-water-an.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0243-Slime-Pathfinder-Events.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0244-Configurable-speed-for-water-flowing-over-lava.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0245-Optimize-CraftBlockData-Creation.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0246-Optimize-MappedRegistry.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0247-Add-PhantomPreSpawnEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0248-Add-More-Creeper-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0249-Inventory-removeItemAnySlot.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0250-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0251-Add-ray-tracing-methods-to-LivingEntity.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0252-Expose-attack-cooldown-methods-for-Player.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0253-Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0254-Allow-chests-to-be-placed-with-NBT-data.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0255-Mob-Pathfinding-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0256-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0257-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0258-Prevent-mob-spawning-from-loading-generating-chunks.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0259-Implement-furnace-cook-speed-multiplier-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0260-Honor-EntityAgeable.ageLock.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0261-Configurable-connection-throttle-kick-message.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0262-Prevent-chunk-loading-from-Fluid-Flowing.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0263-Hook-into-CB-plugin-rewrites.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0264-PreSpawnerSpawnEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0265-Add-LivingEntity-getTargetEntity.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0266-Add-sun-related-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0267-Catch-JsonParseException-in-Entity-and-TE-names.patch more compile fixes 2023-06-08 13:56:13 -07:00
0268-Turtle-API.patch more compile fixes 2023-06-08 13:56:13 -07:00
0269-Call-player-spectator-target-events-and-improve-impl.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0270-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0271-Add-more-Witch-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0272-Check-Drowned-for-Villager-Aggression-Config.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0273-Add-option-to-prevent-players-from-moving-into-unloa.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0274-Reset-players-airTicks-on-respawn.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0275-Don-t-sleep-after-profile-lookups-if-not-needed.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0276-Improve-Server-Thread-Pool-and-Thread-Priorities.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0277-Optimize-World-Time-Updates.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0278-Restore-custom-InventoryHolder-support.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0279-Use-Vanilla-Minecart-Speeds.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0280-Fix-SpongeAbsortEvent-handling.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0281-Don-t-allow-digging-into-unloaded-chunks.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0282-Make-the-default-permission-message-configurable.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0283-Prevent-rayTrace-from-loading-chunks.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0284-Handle-Large-Packets-disconnecting-client.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0285-force-entity-dismount-during-teleportation.patch fix some more compile issues 2023-06-08 12:35:20 -07:00
0286-Add-more-Zombie-API.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0287-Book-Size-Limits.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0288-Add-PlayerConnectionCloseEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0289-Prevent-Enderman-from-loading-chunks.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0290-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0291-Workaround-for-vehicle-tracking-issue-on-disconnect.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0292-Block-Entity-remove-from-being-called-on-Players.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2023-06-08 15:25:35 +02:00
0293-BlockDestroyEvent.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0294-Async-command-map-building.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0295-Implement-Brigadier-Mojang-API.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0296-Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch Update fluid chunk loading patch 2023-06-08 11:18:51 +02:00
0297-Limit-Client-Sign-length-more.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0298-Optimize-Network-Manager-and-add-advanced-packet-sup.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0299-Handle-Oversized-Tile-Entities-in-chunks.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0300-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0301-Entity-getEntitySpawnReason.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0302-Fire-event-on-GS4-query.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0303-Implement-PlayerPostRespawnEvent.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0304-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0305-Server-Tick-Events.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0306-PlayerDeathEvent-getItemsToKeep.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0307-Optimize-Captured-TileEntity-Lookup.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0308-Add-Heightmap-API.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0309-Mob-Spawner-API-Enhancements.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0310-Fix-CB-call-to-changed-postToMainThread-method.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0311-Fix-sounds-when-item-frames-are-modified-MC-123450.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0312-Implement-CraftBlockSoundGroup.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0313-Configurable-Keep-Spawn-Loaded-range-per-world.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0314-Allow-Saving-of-Oversized-Chunks.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0315-Expose-the-internal-current-tick.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0316-Fix-World-isChunkGenerated-calls.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0317-Show-blockstate-location-if-we-failed-to-read-it.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0318-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0319-Configurable-projectile-relative-velocity.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0320-offset-item-frame-ticking.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0321-Fix-MC-158900.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0322-Prevent-consuming-the-wrong-itemstack.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0323-Dont-send-unnecessary-sign-update.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0324-Add-option-to-disable-pillager-patrols.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0325-Flat-bedrock-generator-settings.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0326-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0327-MC-145656-Fix-Follow-Range-Initial-Target.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0328-Duplicate-UUID-Resolve-Option.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0329-PlayerDeathEvent-shouldDropExperience.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0330-Prevent-bees-loading-chunks-checking-hive-position.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0331-Don-t-load-Chunks-from-Hoppers-and-other-things.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0332-Optimise-EntityGetter-getPlayerByUUID.patch Finish updating chunk system patch 2023-06-08 16:04:53 -07:00
0333-Fix-items-not-falling-correctly.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0334-Optimize-call-to-getFluid-for-explosions.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0335-Fix-last-firework-in-stack-not-having-effects-when-d.patch apply a couple network patches 2023-06-08 09:09:43 -07:00
0336-Guard-against-serializing-mismatching-chunk-coordina.patch Add in some patches 2023-06-08 16:12:34 -07:00
0337-Entity-Activation-Range-2.0.patch Add in some patches 2023-06-08 16:12:34 -07:00
0338-Implement-alternative-item-despawn-rate.patch Add in some patches 2023-06-08 16:12:34 -07:00
0339-Lag-compensate-eating.patch Add in some patches 2023-06-08 16:12:34 -07:00
0340-Tracking-Range-Improvements.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0341-Fix-items-vanishing-through-end-portal.patch Add in some patches 2023-06-08 16:12:34 -07:00
0342-implement-optional-per-player-mob-spawns.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0343-Bees-get-gravity-in-void.-Fixes-MC-167279.patch Add in some patches 2023-06-08 16:12:34 -07:00
0344-Improve-Block-breakNaturally-API.patch Add in some patches 2023-06-08 16:12:34 -07:00
0345-Optimise-getChunkAt-calls-for-loaded-chunks.patch Add in some patches 2023-06-08 16:12:34 -07:00
0346-Add-debug-for-sync-chunk-loads.patch Add in some patches 2023-06-08 16:12:34 -07:00
0347-Remove-garbage-Java-version-check.patch Add in some patches 2023-06-08 16:12:34 -07:00
0348-Add-ThrownEggHatchEvent.patch Add in some patches 2023-06-08 16:12:34 -07:00
0349-Entity-Jump-API.patch Add in some patches 2023-06-08 16:12:34 -07:00
0350-Add-option-to-nerf-pigmen-from-nether-portals.patch Add in some patches 2023-06-08 16:12:34 -07:00
0351-Make-the-GUI-graph-fancier.patch Add in some patches 2023-06-08 16:12:34 -07:00
0352-add-hand-to-BlockMultiPlaceEvent.patch Add in some patches 2023-06-08 16:12:34 -07:00
0353-Validate-tripwire-hook-placement-before-update.patch Add in some patches 2023-06-08 16:12:34 -07:00
0354-Add-option-to-allow-iron-golems-to-spawn-in-air.patch Add in some patches 2023-06-08 16:12:34 -07:00
0355-Configurable-chance-of-villager-zombie-infection.patch Add in some patches 2023-06-08 16:12:34 -07:00
0356-Optimise-Chunk-getFluid.patch Add in some patches 2023-06-08 16:12:34 -07:00
0357-Set-spigots-verbose-world-setting-to-false-by-def.patch Add in some patches 2023-06-08 16:12:34 -07:00
0358-Add-tick-times-API-and-mspt-command.patch Add in some patches 2023-06-08 16:12:34 -07:00
0359-Expose-MinecraftServer-isRunning.patch Add in some patches 2023-06-08 16:12:34 -07:00
0360-Add-Raw-Byte-ItemStack-Serialization.patch Add in some patches 2023-06-08 16:12:34 -07:00
0361-Pillager-patrol-spawn-settings-and-per-player-option.patch Add in some patches 2023-06-08 16:12:34 -07:00
0362-Remote-Connections-shouldn-t-hold-up-shutdown.patch Add in some patches 2023-06-08 16:12:34 -07:00
0363-Do-not-allow-bees-to-load-chunks-for-beehives.patch Add in some patches 2023-06-08 16:12:34 -07:00
0364-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0365-Don-t-tick-dead-players.patch Add in some patches 2023-06-08 16:12:34 -07:00
0366-Dead-Player-s-shouldn-t-be-able-to-move.patch Add in some patches 2023-06-08 16:12:34 -07:00
0367-Optimize-Collision-to-not-load-chunks.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0368-Don-t-move-existing-players-to-world-spawn.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0369-Optimize-GoalSelector-Goal.Flag-Set-operations.patch Add in some patches 2023-06-08 16:12:34 -07:00
0370-Improved-Watchdog-Support.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0371-Optimize-Pathfinding.patch Add in some patches 2023-06-08 16:12:34 -07:00
0372-Reduce-Either-Optional-allocation.patch Add in some patches 2023-06-08 16:12:34 -07:00
0373-Reduce-memory-footprint-of-NBTTagCompound.patch Add in some patches 2023-06-08 16:12:34 -07:00
0374-Prevent-opening-inventories-when-frozen.patch Add in some patches 2023-06-08 16:12:34 -07:00
0375-Don-t-run-entity-collision-code-if-not-needed.patch Add in some patches 2023-06-08 16:12:34 -07:00
0376-Implement-Player-Client-Options-API.patch Add in some patches 2023-06-08 16:12:34 -07:00
0377-Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch Add in some patches 2023-06-08 16:12:34 -07:00
0378-Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0379-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch Add in some patches 2023-06-08 16:12:34 -07:00
0380-Add-PlayerAttackEntityCooldownResetEvent.patch Add in some patches 2023-06-08 16:12:34 -07:00
0381-Don-t-fire-BlockFade-on-worldgen-threads.patch Add in some patches 2023-06-08 16:12:34 -07:00
0382-Add-phantom-creative-and-insomniac-controls.patch Add in some patches 2023-06-08 16:12:34 -07:00
0383-Fix-numerous-item-duplication-issues-and-teleport-is.patch Add in some patches 2023-06-08 16:12:34 -07:00
0384-Villager-Restocks-API.patch Add in some patches 2023-06-08 16:12:34 -07:00
0385-Validate-PickItem-Packet-and-kick-for-invalid.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0386-Expose-game-version.patch Add in some patches 2023-06-08 16:12:34 -07:00
0387-Optimize-Voxel-Shape-Merging.patch Add in some patches 2023-06-08 16:12:34 -07:00
0388-Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Add in some patches 2023-06-08 16:12:34 -07:00
0389-misc-debugging-dumps.patch Add in some patches 2023-06-08 16:12:34 -07:00
0390-Prevent-teleporting-dead-entities.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0391-Deobfuscate-stacktraces-in-log-messages-crash-report.patch Add in some patches 2023-06-08 16:12:34 -07:00
0392-Implement-Mob-Goal-API.patch Add in some patches 2023-06-08 16:12:34 -07:00
0393-Add-villager-reputation-API.patch Add in some patches 2023-06-08 16:12:34 -07:00
0394-Option-for-maximum-exp-value-when-merging-orbs.patch Add in some patches 2023-06-08 16:12:34 -07:00
0395-ExperienceOrbMergeEvent.patch Add in some patches 2023-06-08 16:12:34 -07:00
0396-Fix-PotionEffect-ignores-icon-flag.patch Add in some patches 2023-06-08 16:12:34 -07:00
0397-Optimize-brigadier-child-sorting-performance.patch Add in some patches 2023-06-08 16:12:34 -07:00
0398-Potential-bed-API.patch Add in some patches 2023-06-08 16:12:34 -07:00
0399-Wait-for-Async-Tasks-during-shutdown.patch Add in some patches 2023-06-08 16:12:34 -07:00
0400-Ensure-EntityRaider-respects-game-and-entity-rules-f.patch Add in some patches 2023-06-08 16:12:34 -07:00
0401-Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch Add in some patches 2023-06-08 16:12:34 -07:00
0402-Reduce-allocation-of-Vec3D-by-entity-tracker.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0403-Ensure-safe-gateway-teleport.patch Add in some patches 2023-06-08 16:12:34 -07:00
0404-Add-option-for-console-having-all-permissions.patch Add in some patches 2023-06-08 16:12:34 -07:00
0405-Fix-villager-trading-demand-MC-163962.patch Add in some patches 2023-06-08 16:12:34 -07:00
0406-Maps-shouldn-t-load-chunks.patch Add in some patches 2023-06-08 16:12:34 -07:00
0407-Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch Add in some patches 2023-06-08 16:12:34 -07:00
0408-Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch Add in some patches 2023-06-08 16:12:34 -07:00
0409-Fix-piston-physics-inconsistency-MC-188840.patch Add in some patches 2023-06-08 16:12:34 -07:00
0410-Fix-sand-duping.patch Add in some patches 2023-06-08 16:12:34 -07:00
0411-Fix-missing-chunks-due-to-integer-overflow.patch Add in some patches 2023-06-08 16:12:34 -07:00
0412-Prevent-position-desync-in-playerconnection-causing-.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0413-Use-distance-map-to-optimise-entity-tracker.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0414-Inventory-getHolder-method-without-block-snapshot.patch Apply last patch 2023-06-08 16:21:20 -07:00
0415-Improve-Arrow-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0416-Add-and-implement-PlayerRecipeBookClickEvent.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0417-Hide-sync-chunk-writes-behind-flag.patch Apply last patch 2023-06-08 16:21:20 -07:00
0418-Add-permission-for-command-blocks.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0419-Ensure-Entity-AABB-s-are-never-invalid.patch Apply last patch 2023-06-08 16:21:20 -07:00
0420-Fix-Per-World-Difficulty-Remembering-Difficulty.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0421-Paper-dumpitem-command.patch Apply last patch 2023-06-08 16:21:20 -07:00
0422-Improve-Legacy-Component-serialization-size.patch Apply last patch 2023-06-08 16:21:20 -07:00
0423-Optimize-Bit-Operations-by-inlining.patch Apply last patch 2023-06-08 16:21:20 -07:00
0424-Add-Plugin-Tickets-to-API-Chunk-Methods.patch Apply last patch 2023-06-08 16:21:20 -07:00
0425-incremental-chunk-and-player-saving.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0426-Support-old-UUID-format-for-NBT.patch Apply last patch 2023-06-08 16:21:20 -07:00
0427-Clean-up-duplicated-GameProfile-Properties.patch Apply last patch 2023-06-08 16:21:20 -07:00
0428-Convert-legacy-attributes-in-Item-Meta.patch Apply last patch 2023-06-08 16:21:20 -07:00
0429-Remove-some-streams-from-structures.patch Apply last patch 2023-06-08 16:21:20 -07:00
0430-Remove-streams-from-classes-related-villager-gossip.patch Apply last patch 2023-06-08 16:21:20 -07:00
0431-Support-components-in-ItemMeta.patch Apply last patch 2023-06-08 16:21:20 -07:00
0432-Improve-fix-EntityTargetLivingEntityEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0433-Add-entity-liquid-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0434-Update-itemstack-legacy-name-and-lore.patch Apply last patch 2023-06-08 16:21:20 -07:00
0435-Spawn-player-in-correct-world-on-login.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0436-Add-PrepareResultEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0437-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch Apply last patch 2023-06-08 16:21:20 -07:00
0438-Optimize-NetworkManager-Exception-Handling.patch Apply last patch 2023-06-08 16:21:20 -07:00
0439-Fix-arrows-never-despawning-MC-125757.patch Apply last patch 2023-06-08 16:21:20 -07:00
0440-Thread-Safe-Vanilla-Command-permission-checking.patch Apply last patch 2023-06-08 16:21:20 -07:00
0441-Fix-SPIGOT-5989.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0442-Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch Apply last patch 2023-06-08 16:21:20 -07:00
0443-Fix-SPIGOT-5885-Unable-to-disable-advancements.patch Apply last patch 2023-06-08 16:21:20 -07:00
0444-Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch Apply last patch 2023-06-08 16:21:20 -07:00
0445-Fix-some-rails-connecting-improperly.patch Apply last patch 2023-06-08 16:21:20 -07:00
0446-Fix-regex-mistake-in-CB-NBT-int-deserialization.patch Apply last patch 2023-06-08 16:21:20 -07:00
0447-Do-not-let-the-server-load-chunks-from-newer-version.patch Apply last patch 2023-06-08 16:21:20 -07:00
0448-Brand-support.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0449-Add-setMaxPlayers-API.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0450-Add-playPickupItemAnimation-to-LivingEntity.patch Apply last patch 2023-06-08 16:21:20 -07:00
0451-Don-t-require-FACING-data.patch Apply last patch 2023-06-08 16:21:20 -07:00
0452-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch Apply last patch 2023-06-08 16:21:20 -07:00
0453-Add-moon-phase-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0454-Prevent-headless-pistons-from-being-created.patch Apply last patch 2023-06-08 16:21:20 -07:00
0455-Add-BellRingEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0456-Add-zombie-targets-turtle-egg-config.patch Apply last patch 2023-06-08 16:21:20 -07:00
0457-Buffer-joins-to-world.patch Apply last patch 2023-06-08 16:21:20 -07:00
0458-Eigencraft-redstone-implementation.patch Apply last patch 2023-06-08 16:21:20 -07:00
0459-Fix-hex-colors-not-working-in-some-kick-messages.patch Apply last patch 2023-06-08 16:21:20 -07:00
0460-PortalCreateEvent-needs-to-know-its-entity.patch Apply last patch 2023-06-08 16:21:20 -07:00
0461-Fix-CraftTeam-null-check.patch Apply last patch 2023-06-08 16:21:20 -07:00
0462-Add-more-Evoker-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0463-Add-methods-to-get-translation-keys.patch Apply last patch 2023-06-08 16:21:20 -07:00
0464-Create-HoverEvent-from-ItemStack-Entity.patch Apply last patch 2023-06-08 16:21:20 -07:00
0465-Cache-block-data-strings.patch Apply last patch 2023-06-08 16:21:20 -07:00
0466-Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0467-Add-additional-open-container-api-to-HumanEntity.patch Apply last patch 2023-06-08 16:21:20 -07:00
0468-Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch Apply last patch 2023-06-08 16:21:20 -07:00
0469-Extend-block-drop-capture-to-capture-all-items-added.patch Apply last patch 2023-06-08 16:21:20 -07:00
0470-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch Apply last patch 2023-06-08 16:21:20 -07:00
0471-Lazily-track-plugin-scoreboards-by-default.patch Apply last patch 2023-06-08 16:21:20 -07:00
0472-Entity-isTicking.patch Apply last patch 2023-06-08 16:21:20 -07:00
0473-Fix-deop-kicking-non-whitelisted-player-when-white-l.patch Apply last patch 2023-06-08 16:21:20 -07:00
0474-Fix-Concurrency-issue-in-ShufflingList.patch Apply last patch 2023-06-08 16:21:20 -07:00
0475-Reset-Ender-Crystals-on-Dragon-Spawn.patch Apply last patch 2023-06-08 16:21:20 -07:00
0476-Fix-for-large-move-vectors-crashing-server.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0477-Optimise-getType-calls.patch Apply last patch 2023-06-08 16:21:20 -07:00
0478-Villager-resetOffers.patch Apply last patch 2023-06-08 16:21:20 -07:00
0479-Retain-block-place-order-when-capturing-blockstates.patch Apply last patch 2023-06-08 16:21:20 -07:00
0480-Reduce-blockpos-allocation-from-pathfinding.patch Apply last patch 2023-06-08 16:21:20 -07:00
0481-Fix-item-locations-dropped-from-campfires.patch Apply last patch 2023-06-08 16:21:20 -07:00
0482-Player-elytra-boost-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0483-Fixed-TileEntityBell-memory-leak.patch Apply last patch 2023-06-08 16:21:20 -07:00
0484-Avoid-error-bubbling-up-when-item-stack-is-empty-in-.patch Apply last patch 2023-06-08 16:21:20 -07:00
0485-Add-getOfflinePlayerIfCached-String.patch Apply last patch 2023-06-08 16:21:20 -07:00
0486-Add-ignore-discounts-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0487-Toggle-for-removing-existing-dragon.patch Apply last patch 2023-06-08 16:21:20 -07:00
0488-Fix-client-lag-on-advancement-loading.patch Apply last patch 2023-06-08 16:21:20 -07:00
0489-Item-no-age-no-player-pickup.patch Apply last patch 2023-06-08 16:21:20 -07:00
0490-Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch Apply last patch 2023-06-08 16:21:20 -07:00
0491-Beacon-API-custom-effect-ranges.patch Apply last patch 2023-06-08 16:21:20 -07:00
0492-Add-API-for-quit-reason.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0493-Add-Wandering-Trader-spawn-rate-config-options.patch Apply last patch 2023-06-08 16:21:20 -07:00
0494-Expose-world-spawn-angle.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0495-Add-Destroy-Speed-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0496-Fix-Player-spawnParticle-x-y-z-precision-loss.patch Apply last patch 2023-06-08 16:21:20 -07:00
0497-Add-LivingEntity-clearActiveItem.patch Apply last patch 2023-06-08 16:21:20 -07:00
0498-Add-PlayerItemCooldownEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0499-Significantly-improve-performance-of-the-end-generat.patch Apply last patch 2023-06-08 16:21:20 -07:00
0500-More-lightning-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0501-Climbing-should-not-bypass-cramming-gamerule.patch Apply last patch 2023-06-08 16:21:20 -07:00
0502-Added-missing-default-perms-for-commands.patch Apply last patch 2023-06-08 16:21:20 -07:00
0503-Add-PlayerShearBlockEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0504-Fix-curing-zombie-villager-discount-exploit.patch Apply last patch 2023-06-08 16:21:20 -07:00
0505-Limit-recipe-packets.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0506-Fix-CraftSound-backwards-compatibility.patch Apply last patch 2023-06-08 16:21:20 -07:00
0507-Player-Chunk-Load-Unload-Events.patch Apply last patch 2023-06-08 16:21:20 -07:00
0508-Optimize-Dynamic-get-Missing-Keys.patch Apply last patch 2023-06-08 16:21:20 -07:00
0509-Expose-LivingEntity-hurt-direction.patch Apply last patch 2023-06-08 16:21:20 -07:00
0510-Add-OBSTRUCTED-reason-to-BedEnterResult.patch Apply last patch 2023-06-08 16:21:20 -07:00
0511-Do-not-crash-from-invalid-ingredient-lists-in-Villag.patch Apply last patch 2023-06-08 16:21:20 -07:00
0512-Add-PlayerTradeEvent-and-PlayerPurchaseEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0513-Implement-TargetHitEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0514-MC-4-Fix-item-position-desync.patch Apply last patch 2023-06-08 16:21:20 -07:00
0515-Additional-Block-Material-API-s.patch Apply last patch 2023-06-08 16:21:20 -07:00
0516-Fix-harming-potion-dupe.patch Apply last patch 2023-06-08 16:21:20 -07:00
0517-Implement-API-to-get-Material-from-Boats-and-Minecar.patch Apply last patch 2023-06-08 16:21:20 -07:00
0518-Cache-burn-durations.patch Apply last patch 2023-06-08 16:21:20 -07:00
0519-Allow-disabling-mob-spawner-spawn-egg-transformation.patch Apply last patch 2023-06-08 16:21:20 -07:00
0520-Fix-Not-a-string-Map-Conversion-spam.patch Apply last patch 2023-06-08 16:21:20 -07:00
0521-Implement-PlayerFlowerPotManipulateEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0522-Fix-interact-event-not-being-called-in-adventure.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0523-Zombie-API-breaking-doors.patch Apply last patch 2023-06-08 16:21:20 -07:00
0524-Fix-nerfed-slime-when-splitting.patch Apply last patch 2023-06-08 16:21:20 -07:00
0525-Add-EntityLoadCrossbowEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0526-Added-WorldGameRuleChangeEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0527-Added-ServerResourcesReloadedEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0528-Added-world-settings-for-mobs-picking-up-loot.patch Apply last patch 2023-06-08 16:21:20 -07:00
0529-Implemented-BlockFailedDispenseEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0530-Added-PlayerLecternPageChangeEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0531-Added-PlayerLoomPatternSelectEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0532-Configurable-door-breaking-difficulty.patch Apply last patch 2023-06-08 16:21:20 -07:00
0533-Empty-commands-shall-not-be-dispatched.patch Apply last patch 2023-06-08 16:21:20 -07:00
0534-Implement-API-to-expose-exact-interaction-point.patch Apply last patch 2023-06-08 16:21:20 -07:00
0535-Remove-stale-POIs.patch Apply last patch 2023-06-08 16:21:20 -07:00
0536-Fix-villager-boat-exploit.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0537-Add-sendOpLevel-API.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0538-TODO-Registry-Modification-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0539-Add-StructuresLocateEvent.patch fix some failing tests 2023-06-08 17:26:05 -07:00
0540-Collision-option-for-requiring-a-player-participant.patch Apply last patch 2023-06-08 16:21:20 -07:00
0541-Remove-ProjectileHitEvent-call-when-fireballs-dead.patch Apply last patch 2023-06-08 16:21:20 -07:00
0542-Return-chat-component-with-empty-text-instead-of-thr.patch Apply last patch 2023-06-08 16:21:20 -07:00
0543-Make-schedule-command-per-world.patch Apply last patch 2023-06-08 16:21:20 -07:00
0544-Configurable-max-leash-distance.patch Apply last patch 2023-06-08 16:21:20 -07:00
0545-Implement-BlockPreDispenseEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0546-Added-firing-of-PlayerChangeBeaconEffectEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0547-Add-toggle-for-always-placing-the-dragon-egg.patch Apply last patch 2023-06-08 16:21:20 -07:00
0548-Added-PlayerStonecutterRecipeSelectEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0549-Add-dropLeash-variable-to-EntityUnleashEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0550-Reset-shield-blocking-on-dimension-change.patch Apply last patch 2023-06-08 16:21:20 -07:00
0551-add-DragonEggFormEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0552-EntityMoveEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0553-added-option-to-disable-pathfinding-updates-on-block.patch Apply last patch 2023-06-08 16:21:20 -07:00
0554-Inline-shift-direction-fields.patch Apply last patch 2023-06-08 16:21:20 -07:00
0555-Allow-adding-items-to-BlockDropItemEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0556-Add-getMainThreadExecutor-to-BukkitScheduler.patch Apply last patch 2023-06-08 16:21:20 -07:00
0557-living-entity-allow-attribute-registration.patch Apply last patch 2023-06-08 16:21:20 -07:00
0558-fix-dead-slime-setSize-invincibility.patch Apply last patch 2023-06-08 16:21:20 -07:00
0559-Merchant-getRecipes-should-return-an-immutable-list.patch Apply last patch 2023-06-08 16:21:20 -07:00
0560-Add-support-for-hex-color-codes-in-console.patch Apply last patch 2023-06-08 16:21:20 -07:00
0561-Expose-Tracked-Players.patch Apply last patch 2023-06-08 16:21:20 -07:00
0562-Remove-streams-from-SensorNearest.patch Apply last patch 2023-06-08 16:21:20 -07:00
0563-Throw-proper-exception-on-empty-JsonList-file.patch Apply last patch 2023-06-08 16:21:20 -07:00
0564-Improve-ServerGUI.patch Apply last patch 2023-06-08 16:21:20 -07:00
0565-fix-converting-txt-to-json-file.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0566-Add-worldborder-events.patch Apply last patch 2023-06-08 16:21:20 -07:00
0567-added-PlayerNameEntityEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0568-Prevent-grindstones-from-overstacking-items.patch Apply last patch 2023-06-08 16:21:20 -07:00
0569-Add-recipe-to-cook-events.patch Apply last patch 2023-06-08 16:21:20 -07:00
0570-Add-Block-isValidTool.patch Apply last patch 2023-06-08 16:21:20 -07:00
0571-Allow-using-signs-inside-spawn-protection.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0572-Expand-world-key-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0573-Add-fast-alternative-constructor-for-Rotations.patch Apply last patch 2023-06-08 16:21:20 -07:00
0574-Item-Rarity-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0575-Drop-carried-item-when-player-has-disconnected.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0576-forced-whitelist-use-configurable-kick-message.patch Apply last patch 2023-06-08 16:21:20 -07:00
0577-Don-t-ignore-result-of-PlayerEditBookEvent.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0578-Expose-protocol-version.patch Apply last patch 2023-06-08 16:21:20 -07:00
0579-Enhance-console-tab-completions-for-brigadier-comman.patch Apply last patch 2023-06-08 16:21:20 -07:00
0580-Fix-PlayerItemConsumeEvent-cancelling-properly.patch Apply last patch 2023-06-08 16:21:20 -07:00
0581-Add-bypass-host-check.patch Apply last patch 2023-06-08 16:21:20 -07:00
0582-Set-area-affect-cloud-rotation.patch Apply last patch 2023-06-08 16:21:20 -07:00
0583-add-isDeeplySleeping-to-HumanEntity.patch Apply last patch 2023-06-08 16:21:20 -07:00
0584-add-consumeFuel-to-FurnaceBurnEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0585-add-get-set-drop-chance-to-EntityEquipment.patch Apply last patch 2023-06-08 16:21:20 -07:00
0586-fix-PigZombieAngerEvent-cancellation.patch Apply last patch 2023-06-08 16:21:20 -07:00
0587-fix-PlayerItemHeldEvent-firing-twice.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0588-Added-PlayerDeepSleepEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0589-More-World-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0590-Added-PlayerBedFailEnterEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0591-Entity-load-save-limit-per-chunk.patch Apply last patch 2023-06-08 16:21:20 -07:00
0592-Implement-methods-to-convert-between-Component-and-B.patch Apply last patch 2023-06-08 16:21:20 -07:00
0593-Fix-anchor-respawn-acting-as-a-bed-respawn-from-the-.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0594-Introduce-beacon-activation-deactivation-events.patch Apply last patch 2023-06-08 16:21:20 -07:00
0595-add-RespawnFlags-to-PlayerRespawnEvent.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0596-Add-Channel-initialization-listeners.patch Apply last patch 2023-06-08 16:21:20 -07:00
0597-Send-empty-commands-if-tab-completion-is-disabled.patch Apply last patch 2023-06-08 16:21:20 -07:00
0598-Add-more-WanderingTrader-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0599-Add-EntityBlockStorage-clearEntities.patch Apply last patch 2023-06-08 16:21:20 -07:00
0600-Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0601-Add-raw-address-to-AsyncPlayerPreLoginEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0602-Inventory-close.patch Apply last patch 2023-06-08 16:21:20 -07:00
0603-Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch Apply last patch 2023-06-08 16:21:20 -07:00
0604-Fix-CraftPotionBrewer-cache.patch Apply last patch 2023-06-08 16:21:20 -07:00
0605-Add-basic-Datapack-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0606-Add-environment-variable-to-disable-server-gui.patch Apply last patch 2023-06-08 16:21:20 -07:00
0607-additions-to-PlayerGameModeChangeEvent.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0608-ItemStack-repair-check-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0609-More-Enchantment-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0610-Move-range-check-for-block-placing-up.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0611-Fix-and-optimise-world-force-upgrading.patch Apply last patch 2023-06-08 16:21:20 -07:00
0612-Add-Mob-lookAt-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0613-Add-Unix-domain-socket-support.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0614-Add-EntityInsideBlockEvent.patch add missing call to EntityInsideBlockEvent 2023-06-08 17:34:35 -07:00
0615-Attributes-API-for-item-defaults.patch Apply last patch 2023-06-08 16:21:20 -07:00
0616-Add-cause-to-Weather-ThunderChangeEvents.patch Apply last patch 2023-06-08 16:21:20 -07:00
0617-More-Lidded-Block-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0618-Limit-item-frame-cursors-on-maps.patch Apply last patch 2023-06-08 16:21:20 -07:00
0619-Add-PlayerKickEvent-causes.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0620-Add-PufferFishStateChangeEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0621-Fix-PlayerBucketEmptyEvent-result-itemstack.patch Apply last patch 2023-06-08 16:21:20 -07:00
0622-Synchronize-PalettedContainer-instead-of-ThreadingDe.patch Apply last patch 2023-06-08 16:21:20 -07:00
0623-Add-option-to-fix-items-merging-through-walls.patch Apply last patch 2023-06-08 16:21:20 -07:00
0624-Add-BellRevealRaiderEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0625-Fix-invulnerable-end-crystals.patch Apply last patch 2023-06-08 16:21:20 -07:00
0626-Add-ElderGuardianAppearanceEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0627-Fix-dangerous-end-portal-logic.patch Apply last patch 2023-06-08 16:21:20 -07:00
0628-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Apply last patch 2023-06-08 16:21:20 -07:00
0629-Make-item-validations-configurable.patch Apply last patch 2023-06-08 16:21:20 -07:00
0630-Line-Of-Sight-Changes.patch Apply last patch 2023-06-08 16:21:20 -07:00
0631-add-per-world-spawn-limits.patch Apply last patch 2023-06-08 16:21:20 -07:00
0632-Fix-potions-splash-events.patch Apply last patch 2023-06-08 16:21:20 -07:00
0633-Add-more-LimitedRegion-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0634-Fix-PlayerDropItemEvent-using-wrong-item.patch Apply last patch 2023-06-08 16:21:20 -07:00
0635-Missing-Entity-Behavior-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0636-Ensure-disconnect-for-book-edit-is-called-on-main.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0637-Fix-return-value-of-Block-applyBoneMeal-always-being.patch Apply last patch 2023-06-08 16:21:20 -07:00
0638-Use-getChunkIfLoadedImmediately-in-places.patch Apply last patch 2023-06-08 16:21:20 -07:00
0639-Fix-commands-from-signs-not-firing-command-events.patch Apply last patch 2023-06-08 16:21:20 -07:00
0640-Adds-PlayerArmSwingEvent.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0641-Fixes-kick-event-leave-message-not-being-sent.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0642-Add-config-for-mobs-immune-to-default-effects.patch Apply last patch 2023-06-08 16:21:20 -07:00
0643-Fix-incorrect-message-for-outdated-client.patch Apply last patch 2023-06-08 16:21:20 -07:00
0644-Don-t-apply-cramming-damage-to-players.patch Apply last patch 2023-06-08 16:21:20 -07:00
0645-Rate-options-and-timings-for-sensors-and-behaviors.patch Apply last patch 2023-06-08 16:21:20 -07:00
0646-Add-a-bunch-of-missing-forceDrop-toggles.patch Apply last patch 2023-06-08 16:21:20 -07:00
0647-Stinger-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0648-Fix-incosistency-issue-with-empty-map-items-in-CB.patch Apply last patch 2023-06-08 16:21:20 -07:00
0649-Add-System.out-err-catcher.patch Apply last patch 2023-06-08 16:21:20 -07:00
0650-Fix-test-not-bootstrapping.patch Apply last patch 2023-06-08 16:21:20 -07:00
0651-Rewrite-LogEvents-to-contain-the-source-jars-in-stac.patch Apply last patch 2023-06-08 16:21:20 -07:00
0652-Improve-boat-collision-performance.patch Apply last patch 2023-06-08 16:21:20 -07:00
0653-Prevent-AFK-kick-while-watching-end-credits.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0654-Allow-skipping-writing-of-comments-to-server.propert.patch Apply last patch 2023-06-08 16:21:20 -07:00
0655-Add-PlayerSetSpawnEvent.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0656-Make-hoppers-respect-inventory-max-stack-size.patch Apply last patch 2023-06-08 16:21:20 -07:00
0657-Optimize-entity-tracker-passenger-checks.patch Apply last patch 2023-06-08 16:21:20 -07:00
0658-Config-option-for-Piglins-guarding-chests.patch Apply last patch 2023-06-08 16:21:20 -07:00
0659-Added-EntityDamageItemEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0660-Optimize-indirect-passenger-iteration.patch Apply last patch 2023-06-08 16:21:20 -07:00
0661-Configurable-item-frame-map-cursor-update-interval.patch Apply last patch 2023-06-08 16:21:20 -07:00
0662-Make-EntityUnleashEvent-cancellable.patch Apply last patch 2023-06-08 16:21:20 -07:00
0663-Clear-bucket-NBT-after-dispense.patch Apply last patch 2023-06-08 16:21:20 -07:00
0664-Change-EnderEye-target-without-changing-other-things.patch Apply last patch 2023-06-08 16:21:20 -07:00
0665-Add-BlockBreakBlockEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0666-Option-to-prevent-NBT-copy-in-smithing-recipes.patch Apply last patch 2023-06-08 16:21:20 -07:00
0667-More-CommandBlock-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0668-Add-missing-team-sidebar-display-slots.patch Apply last patch 2023-06-08 16:21:20 -07:00
0669-Add-back-EntityPortalExitEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0670-Add-methods-to-find-targets-for-lightning-strikes.patch Apply last patch 2023-06-08 16:21:20 -07:00
0671-Get-entity-default-attributes.patch Apply last patch 2023-06-08 16:21:20 -07:00
0672-Left-handed-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0673-Add-more-advancement-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0674-Add-ItemFactory-getSpawnEgg-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0675-Add-critical-damage-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0676-Fix-issues-with-mob-conversion.patch Apply last patch 2023-06-08 16:21:20 -07:00
0677-Add-isCollidable-methods-to-various-places.patch Apply last patch 2023-06-08 16:21:20 -07:00
0678-Goat-ram-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0679-Add-API-for-resetting-a-single-score.patch Apply last patch 2023-06-08 16:21:20 -07:00
0680-Add-Raw-Byte-Entity-Serialization.patch Apply last patch 2023-06-08 16:21:20 -07:00
0681-Vanilla-command-permission-fixes.patch Apply last patch 2023-06-08 16:21:20 -07:00
0682-Do-not-run-close-logic-for-inventories-on-chunk-unlo.patch Apply last patch 2023-06-08 16:21:20 -07:00
0683-Fix-GameProfileCache-concurrency.patch Apply last patch 2023-06-08 16:21:20 -07:00
0684-Improve-and-expand-AsyncCatcher.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0685-Add-paper-mobcaps-and-paper-playermobcaps.patch Apply last patch 2023-06-08 16:21:20 -07:00
0686-Sanitize-ResourceLocation-error-logging.patch Apply last patch 2023-06-08 16:21:20 -07:00
0687-Allow-controlled-flushing-for-network-manager.patch Apply last patch 2023-06-08 16:21:20 -07:00
0688-Optimise-general-POI-access.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0689-Optimize-anyPlayerCloseEnoughForSpawning-to-use-dist.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0690-Optimise-chunk-tick-iteration.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0691-Execute-chunk-tasks-mid-tick.patch Apply last patch 2023-06-08 16:21:20 -07:00
0692-Attempt-to-recalculate-regionfile-header-if-it-is-co.patch Apply last patch 2023-06-08 16:21:20 -07:00
0693-Custom-table-implementation-for-blockstate-state-loo.patch Apply last patch 2023-06-08 16:21:20 -07:00
0694-Detail-more-information-in-watchdog-dumps.patch Apply last patch 2023-06-08 16:21:20 -07:00
0695-Manually-inline-methods-in-BlockPosition.patch Apply last patch 2023-06-08 16:21:20 -07:00
0696-Distance-manager-tick-timings.patch Apply last patch 2023-06-08 16:21:20 -07:00
0697-Name-craft-scheduler-threads-according-to-the-plugin.patch Apply last patch 2023-06-08 16:21:20 -07:00
0698-Make-sure-inlined-getChunkAt-has-inlined-logic-for-l.patch Apply last patch 2023-06-08 16:21:20 -07:00
0699-Add-packet-limiter-config.patch Apply last patch 2023-06-08 16:21:20 -07:00
0700-Don-t-read-neighbour-chunk-data-off-disk-when-conver.patch Apply last patch 2023-06-08 16:21:20 -07:00
0701-Consolidate-flush-calls-for-entity-tracker-packets.patch Apply last patch 2023-06-08 16:21:20 -07:00
0702-Don-t-lookup-fluid-state-when-raytracing.patch Apply last patch 2023-06-08 16:21:20 -07:00
0703-Time-scoreboard-search.patch Apply last patch 2023-06-08 16:21:20 -07:00
0704-Send-full-pos-packets-for-hard-colliding-entities.patch Apply last patch 2023-06-08 16:21:20 -07:00
0705-Do-not-run-raytrace-logic-for-AIR.patch Apply last patch 2023-06-08 16:21:20 -07:00
0706-Oprimise-map-impl-for-tracked-players.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0707-Optimise-BlockSoil-nearby-water-lookup.patch Apply last patch 2023-06-08 16:21:20 -07:00
0708-Optimise-random-block-ticking.patch Apply last patch 2023-06-08 16:21:20 -07:00
0709-Optimise-non-flush-packet-sending.patch Apply last patch 2023-06-08 16:21:20 -07:00
0710-Optimise-nearby-player-lookups.patch Fix inconsistent chunk sending with vanilla 2023-06-08 17:45:54 -07:00
0711-Remove-streams-for-villager-AI.patch Apply last patch 2023-06-08 16:21:20 -07:00
0712-Use-Velocity-compression-and-cipher-natives.patch Apply last patch 2023-06-08 16:21:20 -07:00
0713-Reduce-worldgen-thread-worker-count-for-low-core-cou.patch Apply last patch 2023-06-08 16:21:20 -07:00
0714-Fix-Bukkit-NamespacedKey-shenanigans.patch Apply last patch 2023-06-08 16:21:20 -07:00
0715-Fix-merchant-inventory-not-closing-on-entity-removal.patch Apply last patch 2023-06-08 16:21:20 -07:00
0716-Check-requirement-before-suggesting-root-nodes.patch Apply last patch 2023-06-08 16:21:20 -07:00
0717-Don-t-respond-to-ServerboundCommandSuggestionPacket-.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0718-Fix-setPatternColor-on-tropical-fish-bucket-meta.patch Apply last patch 2023-06-08 16:21:20 -07:00
0719-Ensure-valid-vehicle-status.patch Apply last patch 2023-06-08 16:21:20 -07:00
0720-Prevent-softlocked-end-exit-portal-generation.patch Apply last patch 2023-06-08 16:21:20 -07:00
0721-Fix-CocaoDecorator-causing-a-crash-when-trying-to-ge.patch Apply last patch 2023-06-08 16:21:20 -07:00
0722-Don-t-log-debug-logging-being-disabled.patch Apply last patch 2023-06-08 16:21:20 -07:00
0723-fix-various-menus-with-empty-level-accesses.patch Apply last patch 2023-06-08 16:21:20 -07:00
0724-Preserve-overstacked-loot.patch Apply last patch 2023-06-08 16:21:20 -07:00
0725-Update-head-rotation-in-missing-places.patch Apply last patch 2023-06-08 16:21:20 -07:00
0726-prevent-unintended-light-block-manipulation.patch Apply last patch 2023-06-08 16:21:20 -07:00
0727-Fix-CraftCriteria-defaults-map.patch Apply last patch 2023-06-08 16:21:20 -07:00
0728-Fix-upstreams-block-state-factories.patch fix some failing tests 2023-06-08 17:26:05 -07:00
0729-Add-config-option-for-logging-player-ip-addresses.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0730-Configurable-feature-seeds.patch Apply last patch 2023-06-08 16:21:20 -07:00
0731-VanillaCommandWrapper-didnt-account-for-entity-sende.patch Apply last patch 2023-06-08 16:21:20 -07:00
0732-Add-root-admin-user-detection.patch Apply last patch 2023-06-08 16:21:20 -07:00
0733-Always-allow-item-changing-in-Fireball.patch Apply last patch 2023-06-08 16:21:20 -07:00
0734-don-t-attempt-to-teleport-dead-entities.patch Apply last patch 2023-06-08 16:21:20 -07:00
0735-Prevent-excessive-velocity-through-repeated-crits.patch Apply last patch 2023-06-08 16:21:20 -07:00
0736-Remove-client-side-code-using-deprecated-for-removal.patch Apply last patch 2023-06-08 16:21:20 -07:00
0737-Fix-removing-recipes-from-RecipeIterator.patch Apply last patch 2023-06-08 16:21:20 -07:00
0738-Prevent-sending-oversized-item-data-in-equipment-and.patch Apply last patch 2023-06-08 16:21:20 -07:00
0739-Hide-unnecessary-itemmeta-from-clients.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0740-Fix-Spigot-growth-modifiers.patch Apply last patch 2023-06-08 16:21:20 -07:00
0741-Prevent-ContainerOpenersCounter-openCount-from-going.patch Apply last patch 2023-06-08 16:21:20 -07:00
0742-Add-PlayerItemFrameChangeEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0743-Add-player-health-update-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0744-Optimize-HashMapPalette.patch Apply last patch 2023-06-08 16:21:20 -07:00
0745-Allow-delegation-to-vanilla-chunk-gen.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0746-Highly-optimise-single-and-multi-AABB-VoxelShapes-an.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0747-Optimise-collision-checking-in-player-move-packet-ha.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0748-Fix-ChunkSnapshot-isSectionEmpty-int-and-optimize-Pa.patch Apply last patch 2023-06-08 16:21:20 -07:00
0749-Add-more-Campfire-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0750-Only-write-chunk-data-to-disk-if-it-serializes-witho.patch Apply last patch 2023-06-08 16:21:20 -07:00
0751-Fix-tripwire-state-inconsistency.patch Apply last patch 2023-06-08 16:21:20 -07:00
0752-Forward-CraftEntity-in-teleport-command.patch Apply last patch 2023-06-08 16:21:20 -07:00
0753-Improve-scoreboard-entries.patch Apply last patch 2023-06-08 16:21:20 -07:00
0754-Entity-powdered-snow-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0755-Add-API-for-item-entity-health.patch Apply last patch 2023-06-08 16:21:20 -07:00
0756-Fix-entity-type-tags-suggestions-in-selectors.patch Apply last patch 2023-06-08 16:21:20 -07:00
0757-Configurable-max-block-light-for-monster-spawning.patch Apply last patch 2023-06-08 16:21:20 -07:00
0758-Fix-sticky-pistons-and-BlockPistonRetractEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0759-Load-effect-amplifiers-greater-than-127-correctly.patch Apply last patch 2023-06-08 16:21:20 -07:00
0760-Expose-isFuel-and-canSmelt-methods-to-FurnaceInvento.patch Apply last patch 2023-06-08 16:21:20 -07:00
0761-Fix-bees-aging-inside-hives.patch Apply last patch 2023-06-08 16:21:20 -07:00
0762-Bucketable-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0763-Validate-usernames.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0764-Make-water-animal-spawn-height-configurable.patch Apply last patch 2023-06-08 16:21:20 -07:00
0765-Expose-vanilla-BiomeProvider-from-WorldInfo.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0766-Add-config-option-for-worlds-affected-by-time-cmd.patch Apply last patch 2023-06-08 16:21:20 -07:00
0767-Add-new-overload-to-PersistentDataContainer-has.patch Apply last patch 2023-06-08 16:21:20 -07:00
0768-Multiple-Entries-with-Scoreboards.patch Apply last patch 2023-06-08 16:21:20 -07:00
0769-Reset-placed-block-on-exception.patch Apply last patch 2023-06-08 16:21:20 -07:00
0770-Add-configurable-height-for-slime-spawn.patch Apply last patch 2023-06-08 16:21:20 -07:00
0771-Added-getHostname-to-AsyncPlayerPreLoginEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0772-Fix-xp-reward-for-baby-zombies.patch Apply last patch 2023-06-08 16:21:20 -07:00
0773-Kick-on-main-for-illegal-chat.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0774-Multi-Block-Change-API-Implementation.patch Apply last patch 2023-06-08 16:21:20 -07:00
0775-Fix-NotePlayEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0776-Freeze-Tick-Lock-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0777-Dolphin-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0778-More-PotionEffectType-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0779-Use-a-CHM-for-StructureTemplate.Pallete-cache.patch Apply last patch 2023-06-08 16:21:20 -07:00
0780-API-for-creating-command-sender-which-forwards-feedb.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0781-Add-missing-structure-set-seed-configs.patch Apply last patch 2023-06-08 16:21:20 -07:00
0782-Implement-regenerateChunk.patch Apply last patch 2023-06-08 16:21:20 -07:00
0783-Fix-cancelled-powdered-snow-bucket-placement.patch Apply last patch 2023-06-08 16:21:20 -07:00
0784-Add-missing-Validate-calls-to-CraftServer-getSpawnLi.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0785-Add-GameEvent-tags.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0786-Execute-chunk-tasks-fairly-for-worlds-while-waiting-.patch Apply last patch 2023-06-08 16:21:20 -07:00
0787-Furnace-RecipesUsed-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0788-Configurable-sculk-sensor-listener-range.patch fix sculk npe 2023-06-08 16:56:02 -07:00
0789-Add-missing-block-data-mins-and-maxes.patch Apply last patch 2023-06-08 16:21:20 -07:00
0790-Option-to-have-default-CustomSpawners-in-custom-worl.patch Apply last patch 2023-06-08 16:21:20 -07:00
0791-Put-world-into-worldlist-before-initing-the-world.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0792-Fix-Entity-Position-Desync.patch Apply last patch 2023-06-08 16:21:20 -07:00
0793-Custom-Potion-Mixes.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0794-Force-close-world-loading-screen.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0795-Fix-falling-block-spawn-methods.patch Apply last patch 2023-06-08 16:21:20 -07:00
0796-Expose-furnace-minecart-push-values.patch Apply last patch 2023-06-08 16:21:20 -07:00
0797-Fix-cancelling-ProjectileHitEvent-for-piercing-arrow.patch Apply last patch 2023-06-08 16:21:20 -07:00
0798-More-Projectile-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0799-Fix-swamp-hut-cat-generation-deadlock.patch Apply last patch 2023-06-08 16:21:20 -07:00
0800-Don-t-allow-vehicle-movement-from-players-while-tele.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0801-Implement-getComputedBiome-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0802-Make-some-itemstacks-nonnull.patch Apply last patch 2023-06-08 16:21:20 -07:00
0803-Implement-enchantWithLevels-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0804-Fix-saving-in-unloadWorld.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0805-Buffer-OOB-setBlock-calls.patch Apply last patch 2023-06-08 16:21:20 -07:00
0806-Add-TameableDeathMessageEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0807-Fix-new-block-data-for-EntityChangeBlockEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0808-fix-player-loottables-running-when-mob-loot-gamerule.patch Apply last patch 2023-06-08 16:21:20 -07:00
0809-Ensure-entity-passenger-world-matches-ridden-entity.patch Apply last patch 2023-06-08 16:21:20 -07:00
0810-Guard-against-invalid-entity-positions.patch Apply last patch 2023-06-08 16:21:20 -07:00
0811-cache-resource-keys.patch Apply last patch 2023-06-08 16:21:20 -07:00
0812-Allow-to-change-the-podium-for-the-EnderDragon.patch Apply last patch 2023-06-08 16:21:20 -07:00
0813-Fix-NBT-pieces-overriding-a-block-entity-during-worl.patch Apply last patch 2023-06-08 16:21:20 -07:00
0814-Fix-StructureGrowEvent-species-for-RED_MUSHROOM.patch Apply last patch 2023-06-08 16:21:20 -07:00
0815-Prevent-tile-entity-copies-loading-chunks.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0816-Use-username-instead-of-display-name-in-PlayerList-g.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0817-Fix-slime-spawners-not-spawning-outside-slime-chunks.patch Apply last patch 2023-06-08 16:21:20 -07:00
0818-Pass-ServerLevel-for-gamerule-callbacks.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0819-Add-pre-unbreaking-amount-to-PlayerItemDamageEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0820-WorldCreator-keepSpawnLoaded.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0821-Trigger-bee_nest_destroyed-trigger-in-the-correct-pl.patch Apply last patch 2023-06-08 16:21:20 -07:00
0822-Add-EntityDyeEvent-and-CollarColorable-interface.patch Apply last patch 2023-06-08 16:21:20 -07:00
0823-Fire-CauldronLevelChange-on-initial-fill.patch Apply last patch 2023-06-08 16:21:20 -07:00
0824-fix-powder-snow-cauldrons-not-turning-to-water.patch Apply last patch 2023-06-08 16:21:20 -07:00
0825-Add-PlayerStopUsingItemEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0826-FallingBlock-auto-expire-setting.patch Apply last patch 2023-06-08 16:21:20 -07:00
0827-Don-t-tick-markers.patch Apply last patch 2023-06-08 16:21:20 -07:00
0828-Do-not-accept-invalid-client-settings.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0829-Add-support-for-Proxy-Protocol.patch Apply last patch 2023-06-08 16:21:20 -07:00
0830-Fix-OfflinePlayer-getBedSpawnLocation.patch Apply last patch 2023-06-08 16:21:20 -07:00
0831-Fix-FurnaceInventory-for-smokers-and-blast-furnaces.patch Apply last patch 2023-06-08 16:21:20 -07:00
0832-Sanitize-Sent-BlockEntity-NBT.patch Apply last patch 2023-06-08 16:21:20 -07:00
0833-Disable-component-selector-resolving-in-books-by-def.patch Apply last patch 2023-06-08 16:21:20 -07:00
0834-Prevent-entity-loading-causing-async-lookups.patch Apply last patch 2023-06-08 16:21:20 -07:00
0835-Throw-exception-on-world-create-while-being-ticked.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0836-Add-Alternate-Current-redstone-implementation.patch Apply last patch 2023-06-08 16:21:20 -07:00
0837-Dont-resent-entity-on-art-update.patch Apply last patch 2023-06-08 16:21:20 -07:00
0838-Add-WardenAngerChangeEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0839-Add-option-for-strict-advancement-dimension-checks.patch Apply last patch 2023-06-08 16:21:20 -07:00
0840-Add-missing-important-BlockStateListPopulator-method.patch Apply last patch 2023-06-08 16:21:20 -07:00
0841-Nameable-Banner-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0842-Don-t-broadcast-messages-to-command-blocks.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0843-Prevent-empty-items-from-being-added-to-world.patch Apply last patch 2023-06-08 16:21:20 -07:00
0844-Fix-CCE-for-SplashPotion-and-LingeringPotion-spawnin.patch Apply last patch 2023-06-08 16:21:20 -07:00
0845-Don-t-print-component-in-resource-pack-rejection-mes.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0846-Add-Player-getFishHook.patch Apply last patch 2023-06-08 16:21:20 -07:00
0847-Do-not-sync-load-chunk-for-dynamic-game-event-listen.patch Apply last patch 2023-06-08 16:21:20 -07:00
0848-Add-various-missing-EntityDropItemEvent-calls.patch Apply last patch 2023-06-08 16:21:20 -07:00
0849-Add-some-minimal-debug-information-to-chat-packet-er.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0850-Fix-Bee-flower-NPE.patch Apply last patch 2023-06-08 16:21:20 -07:00
0851-Fix-Spigot-Config-not-using-commands.spam-exclusions.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0852-More-Teleport-API.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0853-Add-EntityPortalReadyEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0854-Don-t-use-level-random-in-entity-constructors.patch Apply last patch 2023-06-08 16:21:20 -07:00
0855-Send-block-entities-after-destroy-prediction.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0856-Warn-on-plugins-accessing-faraway-chunks.patch Apply last patch 2023-06-08 16:21:20 -07:00
0857-Custom-Chat-Completion-Suggestions-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0858-Add-missing-BlockFadeEvents.patch Apply last patch 2023-06-08 16:21:20 -07:00
0859-Collision-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0860-Fix-suggest-command-message-for-brigadier-syntax-exc.patch Apply last patch 2023-06-08 16:21:20 -07:00
0861-Remove-invalid-signature-login-stacktrace.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0862-Block-Ticking-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0863-Add-Velocity-IP-Forwarding-Support.patch Fix final compilation issues 2023-06-08 16:35:02 -07:00
0864-Use-thread-safe-random-in-ServerLoginPacketListenerI.patch Apply last patch 2023-06-08 16:21:20 -07:00
0865-Add-NamespacedKey-biome-methods.patch Apply last patch 2023-06-08 16:21:20 -07:00
0866-Fix-plugin-loggers-on-server-shutdown.patch Apply last patch 2023-06-08 16:21:20 -07:00
0867-Stop-large-look-changes-from-crashing-the-server.patch Apply last patch 2023-06-08 16:21:20 -07:00
0868-Fire-EntityChangeBlockEvent-in-more-places.patch Apply last patch 2023-06-08 16:21:20 -07:00
0869-Missing-eating-regain-reason.patch Apply last patch 2023-06-08 16:21:20 -07:00
0870-Missing-effect-cause.patch Apply last patch 2023-06-08 16:21:20 -07:00
0871-Added-byte-array-serialization-deserialization-for-P.patch Apply last patch 2023-06-08 16:21:20 -07:00
0872-Add-a-consumer-parameter-to-ProjectileSource-launchP.patch Apply last patch 2023-06-08 16:21:20 -07:00
0873-Call-BlockPhysicsEvent-more-often.patch Apply last patch 2023-06-08 16:21:20 -07:00
0874-Configurable-chat-thread-limit.patch Apply last patch 2023-06-08 16:21:20 -07:00
0875-Mitigate-effects-of-WorldCreator-keepSpawnLoaded-ret.patch Apply last patch 2023-06-08 16:21:20 -07:00
0876-fix-Jigsaw-block-kicking-user.patch Apply last patch 2023-06-08 16:21:20 -07:00
0877-use-BlockFormEvent-for-mud-converting-into-clay.patch Apply last patch 2023-06-08 16:21:20 -07:00
0878-Add-getDrops-to-BlockState.patch Apply last patch 2023-06-08 16:21:20 -07:00
0879-Fix-a-bunch-of-vanilla-bugs.patch Apply last patch 2023-06-08 16:21:20 -07:00
0880-Remove-unnecessary-onTrackingStart-during-navigation.patch Apply last patch 2023-06-08 16:21:20 -07:00
0881-Fix-custom-piglin-loved-items.patch Apply last patch 2023-06-08 16:21:20 -07:00
0882-EntityPickupItemEvent-fixes.patch Apply last patch 2023-06-08 16:21:20 -07:00
0883-Correctly-handle-interactions-with-items-on-cooldown.patch Apply last patch 2023-06-08 16:21:20 -07:00
0884-Add-PlayerInventorySlotChangeEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0885-Elder-Guardian-appearance-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0886-Allow-changing-bed-s-occupied-property.patch Apply last patch 2023-06-08 16:21:20 -07:00
0887-Add-entity-knockback-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0888-Detect-headless-JREs.patch Apply last patch 2023-06-08 16:21:20 -07:00
0889-fixed-entity-vehicle-collision-event-not-called.patch Apply last patch 2023-06-08 16:21:20 -07:00
0890-optimized-dirt-and-snow-spreading.patch Apply last patch 2023-06-08 16:21:20 -07:00
0891-Added-EntityToggleSitEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0892-Add-fire-tick-delay-option.patch Apply last patch 2023-06-08 16:21:20 -07:00
0893-Add-Moving-Piston-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0894-Ignore-impossible-spawn-tick.patch Apply last patch 2023-06-08 16:21:20 -07:00
0895-Track-projectile-source-for-fireworks-from-dispenser.patch Apply last patch 2023-06-08 16:21:20 -07:00
0896-Fix-EntityArgument-suggestion-permissions-to-align-w.patch Apply last patch 2023-06-08 16:21:20 -07:00
0897-Fix-EntityCombustEvent-cancellation-cant-fully-preve.patch Apply last patch 2023-06-08 16:21:20 -07:00
0898-Prevent-compass-from-loading-chunks.patch Apply last patch 2023-06-08 16:21:20 -07:00
0899-Add-PrePlayerAttackEntityEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0900-ensure-reset-EnderDragon-boss-event-name.patch Apply last patch 2023-06-08 16:21:20 -07:00
0901-fix-MC-252817-green-map-markers-do-not-disappear.patch Apply last patch 2023-06-08 16:21:20 -07:00
0902-Add-Player-Warden-Warning-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0903-More-vanilla-friendly-methods-to-update-trades.patch Apply last patch 2023-06-08 16:21:20 -07:00
0904-Add-paper-dumplisteners-command.patch Apply last patch 2023-06-08 16:21:20 -07:00
0905-check-global-player-list-where-appropriate.patch Apply last patch 2023-06-08 16:21:20 -07:00
0906-Fix-async-entity-add-due-to-fungus-trees.patch Apply last patch 2023-06-08 16:21:20 -07:00
0907-ItemStack-damage-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0908-Friction-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0909-Ability-to-control-player-s-insomnia-and-phantoms.patch Apply last patch 2023-06-08 16:21:20 -07:00
0910-Fix-player-kick-on-shutdown.patch Apply last patch 2023-06-08 16:21:20 -07:00
0911-Sync-offhand-slot-in-menus.patch Apply last patch 2023-06-08 16:21:20 -07:00
0912-Player-Entity-Tracking-Events.patch Apply last patch 2023-06-08 16:21:20 -07:00
0913-Limit-pet-look-distance.patch Apply last patch 2023-06-08 16:21:20 -07:00
0914-Properly-resend-entities.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0915-Fixes-and-additions-to-the-SpawnReason-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0916-fix-Instruments.patch Apply last patch 2023-06-08 16:21:20 -07:00
0917-Improve-inlining-for-some-hot-BlockBehavior-and-Flui.patch Apply last patch 2023-06-08 16:21:20 -07:00
0918-Fix-inconsistencies-in-dispense-events-regarding-sta.patch Apply last patch 2023-06-08 16:21:20 -07:00
0919-Improve-logging-and-errors.patch Apply last patch 2023-06-08 16:21:20 -07:00
0920-Add-BlockLockCheckEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0921-Add-Sneaking-API-for-Entities.patch Apply last patch 2023-06-08 16:21:20 -07:00
0922-Improve-PortalEvents.patch Apply last patch 2023-06-08 16:21:20 -07:00
0923-Add-config-option-for-spider-worldborder-climbing.patch Apply last patch 2023-06-08 16:21:20 -07:00
0924-Add-missing-SpigotConfig-logCommands-check.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0925-Fix-NPE-on-Allay-stopDancing-while-not-dancing.patch Apply last patch 2023-06-08 16:21:20 -07:00
0926-Flying-Fall-Damage.patch Apply last patch 2023-06-08 16:21:20 -07:00
0927-Add-exploded-block-state-to-BlockExplodeEvent.patch add missing block entity type to CraftBlockStates 2023-06-08 17:04:46 -07:00
0928-Expose-pre-collision-moving-velocity-to-VehicleBlock.patch Apply last patch 2023-06-08 16:21:20 -07:00
0929-config-for-disabling-entity-tag-tags.patch Apply last patch 2023-06-08 16:21:20 -07:00
0930-Use-single-player-info-update-packet-on-join.patch Updated Upstream (CraftBukkit/Spigot) 2023-06-08 16:47:58 -07:00
0931-Correctly-shrink-items-during-EntityResurrectEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0932-Win-Screen-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0933-Remove-CraftItemStack-setAmount-null-assignment.patch Apply last patch 2023-06-08 16:21:20 -07:00
0934-Fix-force-opening-enchantment-tables.patch Apply last patch 2023-06-08 16:21:20 -07:00
0935-Add-Entity-Body-Yaw-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0936-Fix-MC-157464-Prevent-sleeping-villagers-moving-towa.patch Apply last patch 2023-06-08 16:21:20 -07:00
0937-Update-the-flag-when-a-captured-block-state-is-outda.patch Apply last patch 2023-06-08 16:21:20 -07:00
0938-Add-EntityFertilizeEggEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0939-Fix-HumanEntity-drop-not-updating-the-client-inv.patch Apply last patch 2023-06-08 16:21:20 -07:00
0940-Add-CompostItemEvent-and-EntityCompostItemEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0941-Correctly-handle-ArmorStand-invisibility.patch Apply last patch 2023-06-08 16:21:20 -07:00
0942-Fix-advancement-triggers-for-entity-damage.patch Apply last patch 2023-06-08 16:21:20 -07:00
0943-Fix-text-display-error-on-spawn.patch Apply last patch 2023-06-08 16:21:20 -07:00
0944-Fix-certain-inventories-returning-null-Locations.patch Apply last patch 2023-06-08 16:21:20 -07:00
0945-Add-Shearable-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0946-Fix-SpawnEggMeta-get-setSpawnedType.patch Apply last patch 2023-06-08 16:21:20 -07:00
0947-Fix-chiseled-bookshelf-and-jukebox-setItem-with-air.patch Apply last patch 2023-06-08 16:21:20 -07:00
0948-Optimize-Hoppers.patch Apply last patch 2023-06-08 16:21:20 -07:00
0949-Fix-beehives-generating-from-using-bonemeal.patch Apply last patch 2023-06-08 16:21:20 -07:00
0950-Fix-api-checking-banned-ips.patch Apply last patch 2023-06-08 16:21:20 -07:00
0951-Fix-crash-relating-to-bad-recipes-in-furnace-like-ti.patch Apply last patch 2023-06-08 16:21:20 -07:00
0952-Treat-sequence-violations-like-they-should-be.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0953-remove-duplicate-animate-packet-for-records.patch Apply last patch 2023-06-08 16:21:20 -07:00
0954-Prevent-causing-expired-keys-from-impacting-new-join.patch Fix boot errors 2023-06-08 16:44:34 -07:00
0955-Prevent-GameEvents-being-fired-from-unloaded-chunks.patch Apply last patch 2023-06-08 16:21:20 -07:00
0956-Use-array-for-gamerule-storage.patch Apply last patch 2023-06-08 16:21:20 -07:00
0957-Fix-a-couple-of-upstream-bed-issues.patch Apply last patch 2023-06-08 16:21:20 -07:00
0958-Fix-demo-flag-not-enabling-demo-mode.patch Apply last patch 2023-06-08 16:21:20 -07:00
0959-Add-Mob-Experience-reward-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0960-Break-redstone-on-top-of-trap-doors-early.patch Apply last patch 2023-06-08 16:21:20 -07:00
0961-Fix-DamageCause-for-Falling-Blocks.patch Apply last patch 2023-06-08 16:21:20 -07:00
0962-Avoid-Lazy-Initialization-for-Enum-Fields.patch Apply last patch 2023-06-08 16:21:20 -07:00
0963-More-accurate-isInOpenWater-impl.patch Apply last patch 2023-06-08 16:21:20 -07:00
0964-Fix-concurrenct-access-to-lookups-field-in-RegistryO.patch Apply last patch 2023-06-08 16:21:20 -07:00
0965-Optimise-recalcBlockCounts-for-empty-sections.patch Apply last patch 2023-06-08 16:21:20 -07:00
0966-Fix-destroying-beehive-without-any-players-nearby-th.patch Apply last patch 2023-06-08 16:21:20 -07:00
0967-Expand-PlayerItemMendEvent.patch Apply last patch 2023-06-08 16:21:20 -07:00
0968-Refresh-ProjectileSource-for-projectiles.patch Apply last patch 2023-06-08 16:21:20 -07:00
0969-Add-transient-modifier-API.patch Apply last patch 2023-06-08 16:21:20 -07:00
0970-Fix-block-place-logic.patch Apply last patch 2023-06-08 16:21:20 -07:00
0971-Fix-spigot-sound-playing-for-BlockItem-ItemStacks.patch Fix breaking pots throwing exception 2023-06-08 20:24:12 -04:00