13
0
geforkt von Mirrors/Paper
Paper/patches/server
Spottedleaf fc5ae5be82 Fix incorrect handling of mustNotSave
CB used the dirty flag to construct the chunk unload event,
but then sets mustNotSave to the inverted value of the event
after calling the event without considering that the chunk may
actually be brought up to loaded status again later. Then, CB
overrides the isUnsaved method of LevelChunk to additionally
use mustNotSave.

Thus, if the chunk is not marked dirty when unloading, the
mustNotSave value will be set to true. Then, once the chunk
is reloaded and edited the dirty flag will be set. However,
when unloading the chunk finally, the isUnsaved method
will return false due to mustNotSave being true. Thus, the
chunk will never be saved.

To fix these issues, no longer make mustNotSave override
isUnsaved and always set the save flag for the chunk unload
event.

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