Paper/patches/server
Bjarne Koll d9699b5935
Configure mokitor Server mock as stubOnly (#8861)
A recent patch moved the internal unit tests to mokito, allowing
deep mocking to easily setup a mocked server instance.
While this change is useful, the server's Server#getItemFactory methods
is one of the hottest paths during unit testing, being called numerous
times by material tests.
As mokito mocks keep track of each invocation to allow for verifications
of invocations down the line, the server mock allocates a huge amount of
memory to keep track of all invocations, ultimately leading to an OOM
exception.

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