Paper/patches/server
Nassim Jahnke 789bc79280
Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457)
Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
c9a46ebf #653: Add World#spawn with randomizeData parameter
e49c2e3a Damageable should extend ItemMeta
01ff04f4 SPIGOT-5880, SPIGOT-5567: New ChunkGenerator API
ca5b4b1a SPIGOT-6697: Deprecate generateTree with BlockChangeDelegate as it does not handle tiles

CraftBukkit Changes:
7c8bbcbe SPIGOT-6716: Preserve the order of stored enchantments of enchanted books.
18027d02 #914: Add World#spawn with randomizeData parameter
3cad0316 SPIGOT-6714: Don't fire PlayerBucketEvent when empty
8c6d60cf Fix server crash with BlockPopulator when entities are at a negative chunk border
4f6bcc84 SPIGOT-5880, SPIGOT-5567: New ChunkGenerator API
78d5b35b SPIGOT-6697: Restore generateTree with BlockChangeDelegate behaviour
15792f0d Rebuild patch
c949675e SPIGOT-6713: Cancelling EntityTransformEvent Causes Deceased Slimes To Not Despawn
a955f15c Fix issues with new ChunkGenerator API
a0a37f41 SPIGOT-6630: Replacing an enchantment on an item creates a conflict error

Spigot Changes:
b166a49b Rebuild patches
3c1fc60a SPIGOT-6693: Composters only take in one item at custom hopper speeds
2021-08-25 09:59:26 +02:00
..
0001-Setup-Gradle-project.patch Fix CB lib relocation (#6454) 2021-08-22 17:22:57 +00:00
0002-Remap-fixes.patch Minor patch cleanup 2021-06-16 20:43:30 -05:00
0003-Build-system-changes.patch Fix CB lib relocation (#6454) 2021-08-22 17:22:57 +00:00
0004-Paper-config-files.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0005-MC-Dev-fixes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0006-MC-Utils.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0007-Paper-Metrics.patch fix: the server compiles 2021-06-11 20:33:36 +02:00
0008-Add-MinecraftKey-Information-to-Objects.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0009-Timings-v2.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0010-Adventure.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0011-Configurable-cactus-bamboo-and-reed-growth-heights.patch more patches 2021-06-12 03:19:04 +02:00
0012-Configurable-baby-zombie-movement-speed.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0013-Configurable-fishing-time-ranges.patch more patches 2021-06-12 03:19:04 +02:00
0014-Allow-nerfed-mobs-to-jump-and-take-water-damage.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0015-Add-configurable-despawn-distances-for-living-entiti.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6245) 2021-07-22 18:11:56 +00:00
0016-Allow-for-toggling-of-spawn-chunks.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0017-Drop-falling-block-and-tnt-entities-at-the-specified.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0018-Show-Paper-in-client-crashes-server-lists-and-Mojang.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0019-Implement-Paper-VersionChecker.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0020-Add-version-history-to-version-command.patch Update email & name (DenWav) 2021-07-19 21:07:53 -05:00
0021-Player-affects-spawning-API.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0022-Remove-invalid-mob-spawner-tile-entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0023-Further-improve-server-tick-loop.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0024-Only-refresh-abilities-if-needed.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0025-Entity-Origin-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0026-Prevent-tile-entity-and-entity-crashes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6209) 2021-07-17 02:48:27 +01:00
0027-Configurable-top-of-nether-void-damage.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0028-Check-online-mode-before-converting-and-renaming-pla.patch more patches 2021-06-12 03:19:04 +02:00
0029-Always-tick-falling-blocks.patch more patches 2021-06-12 03:19:04 +02:00
0030-Configurable-end-credits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0031-Fix-lag-from-explosions-processing-dead-entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0032-Optimize-explosions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0033-Disable-explosion-knockback.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0034-Disable-thunder.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6149) 2021-07-11 09:01:29 +02:00
0035-Disable-ice-and-snow.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6149) 2021-07-11 09:01:29 +02:00
0036-Configurable-mob-spawner-tick-rate.patch more patches 2021-06-12 03:19:04 +02:00
0037-Per-Player-View-Distance-API-placeholders.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0038-Add-BeaconEffectEvent.patch even more progress 2021-06-12 09:26:16 +02:00
0039-Configurable-container-update-tick-rate.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0040-Use-UserCache-for-player-heads.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2021-06-17 14:50:16 +02:00
0041-Disable-spigot-tick-limiters.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0042-Add-PlayerInitialSpawnEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0043-Configurable-Disabling-Cat-Chest-Detection.patch even more progress 2021-06-12 09:26:16 +02:00
0044-Ensure-commands-are-not-ran-async.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0045-All-chunks-are-slime-spawn-chunks-toggle.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0046-Expose-server-CommandMap.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0047-Be-a-bit-more-informative-in-maxHealth-exception.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0048-Player-Tab-List-and-Title-APIs.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0049-Ensure-inv-drag-is-in-bounds.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0050-Add-configurable-portal-search-radius.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0051-Add-velocity-warnings.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0052-Configurable-inter-world-teleportation-safety.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0053-Add-exception-reporting-event.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0054-Don-t-nest-if-we-don-t-need-to-when-cerealising-text.patch even more progress 2021-06-12 09:26:16 +02:00
0055-Disable-Scoreboards-for-non-players-by-default.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0056-Add-methods-for-working-with-arrows-stuck-in-living-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0057-Complete-resource-pack-API.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0058-Chunk-Save-Reattempt.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0059-Default-loading-permissions.yml-before-plugins.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0060-Allow-Reloading-of-Custom-Permissions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0061-Remove-Metadata-on-reload.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0062-Handle-Item-Meta-Inconsistencies.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0063-Configurable-Non-Player-Arrow-Despawn-Rate.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0064-Add-World-Util-Methods.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6149) 2021-07-11 09:01:29 +02:00
0065-Custom-replacement-for-eaten-items.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0066-handle-NaN-health-absorb-values-and-repair-bad-data.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0067-Use-a-Shared-Random-for-Entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0068-Configurable-spawn-chances-for-skeleton-horses.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6149) 2021-07-11 09:01:29 +02:00
0069-Optimize-isValidLocation-getType-and-getBlockData-fo.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0070-Only-process-BlockPhysicsEvent-if-a-plugin-has-a-lis.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0071-Entity-AddTo-RemoveFrom-World-Events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6149) 2021-07-11 09:01:29 +02:00
0072-Configurable-Chunk-Inhabited-Time.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6209) 2021-07-17 02:48:27 +01:00
0073-EntityPathfindEvent.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0074-Sanitise-RegionFileCache-and-make-configurable.patch Move "use-display-name-in-quit-message" to settings namespace (#6257) 2021-07-25 23:11:44 +00:00
0075-Do-not-load-chunks-for-Pathfinding.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0076-Add-PlayerUseUnknownEntityEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0077-Fix-reducedDebugInfo-not-initialized-on-client.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0078-Configurable-Grass-Spread-Tick-Rate.patch even more progress 2021-06-12 09:26:16 +02:00
0079-Fix-Cancelling-BlockPlaceEvent-triggering-physics.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0080-Optimize-DataBits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0081-Option-to-use-vanilla-per-world-scoreboard-coloring-.patch Remove chat event APIs marked as deprecated for removal with 1.17 2021-06-18 15:47:40 -07:00
0082-Workaround-for-setting-passengers-on-players.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0083-Configurable-Player-Collision.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0084-Add-handshake-event-to-allow-plugins-to-handle-clien.patch even more progress 2021-06-12 09:26:16 +02:00
0085-Configurable-RCON-IP-address.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0086-Implement-PlayerLocaleChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0087-EntityRegainHealthEvent-isFastRegen-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0088-Add-ability-to-configure-frosted_ice-properties.patch even more progress 2021-06-12 09:26:16 +02:00
0089-remove-null-possibility-for-getServer-singleton.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0090-Improve-Maps-in-item-frames-performance-and-bug-fixe.patch Fix some inconsistency issues with empty map items (#6304) 2021-08-01 16:55:25 +01:00
0091-LootTable-API-Replenishable-Lootables-Feature.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0092-Don-t-save-empty-scoreboard-teams-to-scoreboard.dat.patch Move "use-display-name-in-quit-message" to settings namespace (#6257) 2021-07-25 23:11:44 +00:00
0093-System-property-for-disabling-watchdoge.patch even more progress 2021-06-12 09:26:16 +02:00
0094-Optimize-UserCache-Thread-Safe.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0095-Optional-TNT-doesn-t-move-in-water.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0096-Faster-redstone-torch-rapid-clock-removal.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0097-Add-server-name-parameter.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0098-Only-send-Dragon-Wither-Death-sounds-to-same-world.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0099-Fix-Old-Sign-Conversion.patch more patches (#5807) 2021-06-12 17:56:13 +01:00
0100-Avoid-blocking-on-Network-Manager-creation.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0101-Don-t-lookup-game-profiles-that-have-no-UUID-and-no-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0102-Add-setting-for-proxy-online-mode-status.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0103-Optimise-BlockState-s-hashCode-equals.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0104-Configurable-packet-in-spam-threshold.patch Move "use-display-name-in-quit-message" to settings namespace (#6257) 2021-07-25 23:11:44 +00:00
0105-Configurable-flying-kick-messages.patch Move "use-display-name-in-quit-message" to settings namespace (#6257) 2021-07-25 23:11:44 +00:00
0106-Remove-FishingHook-reference-on-Craft-Entity-removal.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0107-Auto-fix-bad-Y-levels-on-player-login.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0108-Option-to-remove-corrupt-tile-entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0109-Add-EntityZapEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0110-Filter-bad-data-from-ArmorStand-and-SpawnEgg-items.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5904) 2021-06-20 21:25:59 +02:00
0111-Cache-user-authenticator-threads.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0112-Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0113-Add-source-to-PlayerExpChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0114-Don-t-let-fishinghooks-use-portals.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0115-Add-ProjectileCollideEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0116-Prevent-Pathfinding-out-of-World-Border.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0117-Optimize-World.isLoaded-BlockPosition-Z.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0118-Bound-Treasure-Maps-to-World-Border.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0119-Configurable-Cartographer-Treasure-Maps.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0120-Optimize-ItemStack.isEmpty.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0121-Add-API-methods-to-control-if-armour-stands-can-move.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0122-String-based-Action-Bar-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0123-Properly-fix-item-duplication-bug.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0124-Firework-API-s.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0125-PlayerTeleportEndGatewayEvent.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0126-Provide-E-TE-Chunk-count-stat-methods.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0127-Enforce-Sync-Player-Saves.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0128-Don-t-allow-entities-to-ride-themselves-572.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0129-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0130-Cap-Entity-Collisions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0131-Remove-CraftScheduler-Async-Task-Debugger.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0132-Make-targetSize-more-aggressive-in-the-chunk-unload-.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0133-Do-not-let-armorstands-drown.patch Definitely readd this patch for the first time 2021-06-16 13:07:43 +02:00
0134-Properly-handle-async-calls-to-restart-the-server.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0135-Add-option-to-make-parrots-stay-on-shoulders-despite.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0136-Add-configuration-option-to-prevent-player-names-fro.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0137-Use-TerminalConsoleAppender-for-console-improvements.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0138-provide-a-configurable-option-to-disable-creeper-lin.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0139-Item-canEntityPickup.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6245) 2021-07-22 18:11:56 +00:00
0140-PlayerPickupItemEvent-setFlyAtPlayer.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0141-PlayerAttemptPickupItemEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0142-Add-UnknownCommandEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0143-Basic-PlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0144-Shoulder-Entities-Release-API.patch Correct handling of invalid maps (#6302) 2021-07-31 22:47:01 +02:00
0145-Profile-Lookup-Events.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0146-Block-player-logins-during-server-shutdown.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0147-Entity-fromMobSpawner.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0148-Improve-the-Saddle-API-for-Horses.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0149-Implement-ensureServerConversions-API.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0150-Implement-getI18NDisplayName.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0151-ProfileWhitelistVerifyEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0152-Fix-this-stupid-bullshit.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-04 16:26:56 +01:00
0153-LivingEntity-setKiller.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0154-Ocelot-despawns-should-honor-nametags-and-leash.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0155-Reset-spawner-timer-when-spawner-event-is-cancelled.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0156-Allow-specifying-a-custom-authentication-servers-dow.patch Move "use-display-name-in-quit-message" to settings namespace (#6257) 2021-07-25 23:11:44 +00:00
0157-Handle-plugin-prefixes-using-Log4J-configuration.patch Don't expose ASM in API (#6229) 2021-07-19 22:58:48 +00:00
0158-Improve-Log4J-Configuration-Plugin-Loggers.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0159-Add-PlayerJumpEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0160-handle-PacketPlayInKeepAlive-async.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0161-Expose-client-protocol-version-and-virtual-host.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0162-revert-serverside-behavior-of-keepalives.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0163-Send-attack-SoundEffects-only-to-players-who-can-see.patch Correct handling of invalid maps (#6302) 2021-07-31 22:47:01 +02:00
0164-Add-PlayerArmorChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0165-Prevent-logins-from-being-processed-when-the-player-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0166-Fix-MC-117075-TE-Unload-Lag-Spike.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0167-use-CB-BlockState-implementations-for-captured-block.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0168-API-to-get-a-BlockState-without-a-snapshot.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0169-AsyncTabCompleteEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0170-PlayerPickupExperienceEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0171-Ability-to-apply-mending-to-XP-API.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0172-Make-max-squid-spawn-height-configurable.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0173-PlayerNaturallySpawnCreaturesEvent.patch Don't not shuffle visible chunks (#6283) 2021-08-02 10:00:31 +02:00
0174-PreCreatureSpawnEvent.patch [ci skip] Remove extra newlines at EOF (#6127) 2021-07-08 18:40:24 -07:00
0175-Add-setPlayerProfile-API-for-Skulls.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0176-Fill-Profile-Property-Events.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0177-PlayerAdvancementCriterionGrantEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0178-Add-ArmorStand-Item-Meta.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0179-Extend-Player-Interact-cancellation.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0180-Tameable-getOwnerUniqueId-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0181-Toggleable-player-crits-helps-mitigate-hacked-client.patch Correct handling of invalid maps (#6302) 2021-07-31 22:47:01 +02:00
0182-Disable-Explicit-Network-Manager-Flushing.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0183-Implement-extended-PaperServerListPingEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0184-Improved-Async-Task-Scheduler.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0185-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0186-Player.setPlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0187-getPlayerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0188-Upstream-config-migrations.patch Add config migration for named entity death logging option (#6390) 2021-08-13 13:24:25 -07:00
0189-Make-legacy-ping-handler-more-reliable.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0190-Call-PaperServerListPingEvent-for-legacy-pings.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0191-Flag-to-disable-the-channel-limit.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0192-Add-method-to-open-already-placed-sign.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0193-Configurable-sprint-interruption-on-attack.patch Correct handling of invalid maps (#6302) 2021-07-31 22:47:01 +02:00
0194-Fix-exploit-that-allowed-colored-signs-to-be-created.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0195-EndermanEscapeEvent.patch nuke a few more obfhelpers 2021-06-17 21:37:37 +02:00
0196-Enderman.teleportRandomly.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0197-Block-Enderpearl-Travel-Exploit.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0198-Expand-World.spawnParticle-API-and-add-Builder.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0199-Prevent-Frosted-Ice-from-loading-holding-chunks.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0200-EndermanAttackPlayerEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0201-WitchConsumePotionEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0202-WitchThrowPotionEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0203-Allow-spawning-Item-entities-with-World.spawnEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0204-WitchReadyPotionEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0205-ItemStack-getMaxItemUseDuration.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0206-Implement-EntityTeleportEndGatewayEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0207-Unset-Ignited-flag-on-cancel-of-Explosion-Event.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0208-Fix-CraftEntity-hashCode.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0209-Configurable-Alternative-LootPool-Luck-Formula.patch Add config migration for named entity death logging option (#6390) 2021-08-13 13:24:25 -07:00
0210-Print-Error-details-when-failing-to-save-player-data.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0211-Make-shield-blocking-delay-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0212-Improve-EntityShootBowEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0213-PlayerReadyArrowEvent.patch Correct handling of invalid maps (#6302) 2021-07-31 22:47:01 +02:00
0214-Implement-EntityKnockbackByEntityEvent.patch Correct handling of invalid maps (#6302) 2021-07-31 22:47:01 +02:00
0215-Expand-Explosions-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0216-LivingEntity-Hand-Raised-Item-Use-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0217-RangedEntity-API.patch AbstractSkeleton should extend RangedEntity (#6087) 2021-07-06 03:48:08 +00:00
0218-Add-config-to-disable-ender-dragon-legacy-check.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0219-Implement-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0220-InventoryCloseEvent-Reason-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0221-Vex-get-setSummoner-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0222-Refresh-player-inventory-when-cancelling-PlayerInter.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0223-Avoid-item-merge-if-stack-size-above-max-stack-size.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0224-Use-AsyncAppender-to-keep-logging-IO-off-main-thread.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0225-add-more-information-to-Entity.toString.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0226-Add-CraftMagicNumbers.isSupportedApiVersion.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0227-EnderDragon-Events.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0228-PlayerElytraBoostEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0229-PlayerLaunchProjectileEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#5904) 2021-06-20 21:25:59 +02:00
0230-Improve-BlockPosition-inlining.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0231-Optimize-IntIdentityHashBiMiap-nextId.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0232-Option-to-prevent-armor-stands-from-doing-entity-loo.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0233-Vanished-players-don-t-have-rights.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0234-Allow-disabling-armour-stand-ticking.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0235-SkeletonHorse-Additions.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0236-Don-t-call-getItemMeta-on-hasItemMeta.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0237-Implement-Expanded-ArmorStand-API.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0238-AnvilDamageEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0239-Add-hand-to-bucket-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0240-Add-TNTPrimeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0241-Break-up-and-make-tab-spam-limits-configurable.patch Add config migration for named entity death logging option (#6390) 2021-08-13 13:24:25 -07:00
0242-MC-135506-Experience-should-save-as-Integers.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0243-Fix-client-rendering-skulls-from-same-user.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0244-Add-Debug-Entities-option-to-debug-dupe-uuid-issues.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0245-Add-Early-Warning-Feature-to-WatchDog.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0246-Make-EnderDragon-implement-Mob.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0247-Use-ConcurrentHashMap-in-JsonList.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0248-Use-a-Queue-for-Queueing-Commands.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0249-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0250-Optimize-BlockPosition-helper-methods.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0251-Restore-vanlla-default-mob-spawn-range-and-water-ani.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0252-Slime-Pathfinder-Events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0253-Configurable-speed-for-water-flowing-over-lava.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0254-Optimize-CraftBlockData-Creation.patch nuke a few more obfhelpers 2021-06-17 21:37:37 +02:00
0255-Optimize-MappedRegistry.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0256-Add-PhantomPreSpawnEvent.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0257-Add-More-Creeper-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0258-Inventory-removeItemAnySlot.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0259-Make-CraftWorld-loadChunk-int-int-false-load-unconve.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0260-Asynchronous-chunk-IO-and-loading.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0261-Add-ray-tracing-methods-to-LivingEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0262-Expose-attack-cooldown-methods-for-Player.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0263-Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0264-Allow-chests-to-be-placed-with-NBT-data.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0265-Mob-Pathfinding-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0266-Prevent-chunk-loading-from-Fluid-Flowing.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0267-Implement-an-API-for-CanPlaceOn-and-CanDestroy-NBT-v.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0268-Prevent-Mob-AI-Rules-from-Loading-Chunks.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0269-Prevent-mob-spawning-from-loading-generating-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0270-Implement-furnace-cook-speed-multiplier-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6209) 2021-07-17 02:48:27 +01:00
0271-Catch-JsonParseException-in-Entity-and-TE-names.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0272-Honor-EntityAgeable.ageLock.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0273-Configurable-connection-throttle-kick-message.patch Move "use-display-name-in-quit-message" to settings namespace (#6257) 2021-07-25 23:11:44 +00:00
0274-Hook-into-CB-plugin-rewrites.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0275-Add-sun-related-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0276-Add-LivingEntity-getTargetEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0277-Turtle-API.patch deprecate all obfhelpers 2021-06-17 21:52:26 +02:00
0278-MC-50319-Check-other-worlds-for-shooter-of-projectil.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0279-Call-player-spectator-target-events-and-improve-impl.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0280-Add-Velocity-IP-Forwarding-Support.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0281-Add-more-Witch-API.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0282-Check-Drowned-for-Villager-Aggression-Config.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0283-Here-s-Johnny.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0284-Add-option-to-prevent-players-from-moving-into-unloa.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0285-Reset-players-airTicks-on-respawn.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0286-Don-t-sleep-after-profile-lookups-if-not-needed.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0287-Improve-Server-Thread-Pool-and-Thread-Priorities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0288-Optimize-World-Time-Updates.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0289-Restore-custom-InventoryHolder-support.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0290-Use-Vanilla-Minecart-Speeds.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0291-Fix-SpongeAbsortEvent-handling.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0292-PreSpawnerSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0293-Don-t-allow-digging-into-unloaded-chunks.patch Fix block action handling (#6213) 2021-07-17 12:46:46 +00:00
0294-Make-the-default-permission-message-configurable.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0295-Prevent-rayTrace-from-loading-chunks.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0296-Handle-Large-Packets-disconnecting-client.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0297-force-entity-dismount-during-teleportation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0298-Add-more-Zombie-API.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0299-Book-Size-Limits.patch Add config migration for named entity death logging option (#6390) 2021-08-13 13:24:25 -07:00
0300-Add-PlayerConnectionCloseEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0301-Prevent-Enderman-from-loading-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0302-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0303-Workaround-for-vehicle-tracking-issue-on-disconnect.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0304-Fire-BlockPistonRetractEvent-for-all-empty-pistons.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0305-Block-Entity-remove-from-being-called-on-Players.patch Updated Upstream (Bukkit/CraftBukkit) 2021-08-11 07:01:11 +02:00
0306-BlockDestroyEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0307-Fix-Custom-Shapeless-Custom-Crafting-Recipes.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0308-Limit-Client-Sign-length-more.patch Fix block action handling (#6213) 2021-07-17 12:46:46 +00:00
0309-Don-t-check-ConvertSigns-boolean-every-sign-save.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0310-Optimize-Network-Manager-and-add-advanced-packet-sup.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0311-Handle-Oversized-Tile-Entities-in-chunks.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0312-MC-145260-Fix-Whitelist-On-Off-inconsistency.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0313-Set-Zombie-last-tick-at-start-of-drowning-process.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0314-Call-WhitelistToggleEvent-when-whitelist-is-toggled.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0315-Use-proper-max-length-when-serialising-BungeeCord-te.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0316-Entity-getEntitySpawnReason.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0317-Update-entity-Metadata-for-all-tracked-players.patch Fix block action handling (#6213) 2021-07-17 12:46:46 +00:00
0318-Fire-event-on-GS4-query.patch Fix GS4 querying 2021-06-19 18:27:04 -07:00
0319-Implement-PlayerPostRespawnEvent.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0320-don-t-go-below-0-for-pickupDelay-breaks-picking-up-i.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0321-Server-Tick-Events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0322-PlayerDeathEvent-getItemsToKeep.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0323-Optimize-Captured-TileEntity-Lookup.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0324-Add-Heightmap-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0325-Mob-Spawner-API-Enhancements.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0326-Fix-CB-call-to-changed-postToMainThread-method.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0327-Fix-sounds-when-item-frames-are-modified-MC-123450.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0328-Fix-CraftServer-isPrimaryThread-and-MinecraftServer-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0329-improve-CraftWorld-isChunkLoaded.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0330-Configurable-Keep-Spawn-Loaded-range-per-world.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0331-ChunkMapDistance-CME.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0332-Implement-CraftBlockSoundGroup.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0333-Chunk-debug-command.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0334-Allow-Saving-of-Oversized-Chunks.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0335-Expose-the-internal-current-tick.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0336-Fix-World-isChunkGenerated-calls.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0337-Show-blockstate-location-if-we-failed-to-read-it.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0338-Only-count-Natural-Spawned-mobs-towards-natural-spaw.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0339-Configurable-projectile-relative-velocity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0340-offset-item-frame-ticking.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0341-Do-less-work-if-we-have-a-custom-Bukkit-generator.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0342-Fix-MC-158900.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0343-Prevent-consuming-the-wrong-itemstack.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0344-Generator-Settings.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0345-Fix-MC-161754.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0346-Fix-spawning-of-hanging-entities-that-are-not-ItemFr.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0347-Fix-stuck-in-sneak-when-changing-worlds-MC-10657.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0348-Add-option-to-disable-pillager-patrols.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0349-Fix-AssertionError-when-player-hand-set-to-empty-typ.patch Fix block action handling (#6213) 2021-07-17 12:46:46 +00:00
0350-Prevent-sync-chunk-loads-when-villagers-try-to-find-.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0351-MC-145656-Fix-Follow-Range-Initial-Target.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0352-Duplicate-UUID-Resolve-Option.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0353-Optimize-Hoppers.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0354-PlayerDeathEvent-shouldDropExperience.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0355-Prevent-bees-loading-chunks-checking-hive-position.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0356-Don-t-load-Chunks-from-Hoppers-and-other-things.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0357-Guard-against-serializing-mismatching-chunk-coordina.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0358-Optimise-IEntityAccess-getPlayerByUUID.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0359-Fix-items-not-falling-correctly.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0360-Lag-compensate-eating.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0361-Optimize-call-to-getFluid-for-explosions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0362-Fix-last-firework-in-stack-not-having-effects-when-d.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0363-Add-effect-to-block-break-naturally.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0364-Entity-Activation-Range-2.0.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0365-Increase-Light-Queue-Size.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0366-Fix-Light-Command.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0367-Anti-Xray.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0368-No-Tick-view-distance-implementation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0369-Implement-alternative-item-despawn-rate.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0370-Tracking-Range-Improvements.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0371-Fix-items-vanishing-through-end-portal.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0372-implement-optional-per-player-mob-spawns.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0373-Avoid-hopper-searches-if-there-are-no-items.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0374-Bees-get-gravity-in-void.-Fixes-MC-167279.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0375-Optimise-getChunkAt-calls-for-loaded-chunks.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0376-Add-debug-for-sync-chunk-loads.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0377-Allow-overriding-the-java-version-check.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0378-Add-ThrownEggHatchEvent.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0379-Entity-Jump-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0380-Add-option-to-nerf-pigmen-from-nether-portals.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0381-Make-the-GUI-graph-fancier.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0382-add-hand-to-BlockMultiPlaceEvent.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0383-Prevent-teleporting-dead-entities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0384-Validate-tripwire-hook-placement-before-update.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0385-Add-option-to-allow-iron-golems-to-spawn-in-air.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0386-Configurable-chance-of-villager-zombie-infection.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0387-Optimise-Chunk-getFluid.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0388-Optimise-TickListServer-by-rewriting-it.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0389-Pillager-patrol-spawn-settings-and-per-player-option.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0390-Remote-Connections-shouldn-t-hold-up-shutdown.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0391-Do-not-allow-bees-to-load-chunks-for-beehives.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0392-Prevent-Double-PlayerChunkMap-adds-crashing-server.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0393-Optimize-Collision-to-not-load-chunks.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0394-Don-t-tick-dead-players.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0395-Dead-Player-s-shouldn-t-be-able-to-move.patch Correct handling of invalid maps (#6302) 2021-07-31 22:47:01 +02:00
0396-Optimize-PlayerChunkMap-memory-use-for-visibleChunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0397-Mid-Tick-Chunk-Tasks-Speed-up-processing-of-chunk-lo.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0398-Don-t-move-existing-players-to-world-spawn.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0399-Add-tick-times-API-and-mspt-command.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0400-Expose-MinecraftServer-isRunning.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0401-Add-Raw-Byte-ItemStack-Serialization.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0402-Remove-streams-from-Mob-AI-System.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0403-Async-command-map-building.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0404-Improved-Watchdog-Support.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0405-Optimize-Pathfinding.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0406-Reduce-Either-Optional-allocation.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0407-Remove-streams-from-PairedQueue.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0408-Reduce-memory-footprint-of-NBTTagCompound.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0409-Prevent-opening-inventories-when-frozen.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0410-Optimise-ArraySetSorted-removeIf.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0411-Don-t-run-entity-collision-code-if-not-needed.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0412-Restrict-vanilla-teleport-command-to-valid-locations.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0413-Implement-Player-Client-Options-API.patch Implement Translatable in appropriate places (#6248) 2021-08-13 21:11:12 -07:00
0414-Fix-Chunk-Post-Processing-deadlock-risk.patch Don't not shuffle visible chunks (#6283) 2021-08-02 10:00:31 +02:00
0415-Don-t-crash-if-player-is-attempted-to-be-removed-fro.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0416-Broadcast-join-message-to-console.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0417-Fix-Longstanding-Broken-behavior-of-PlayerJoinEvent.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0418-Load-Chunks-for-Login-Asynchronously.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0419-Move-player-to-spawn-point-if-spawn-in-unloaded-worl.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0420-Add-PlayerAttackEntityCooldownResetEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0421-Allow-multiple-callbacks-to-schedule-for-Callback-Ex.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0422-Don-t-fire-BlockFade-on-worldgen-threads.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0423-Add-phantom-creative-and-insomniac-controls.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0424-Fix-numerous-item-duplication-issues-and-teleport-is.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0425-Implement-Brigadier-Mojang-API.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0426-Villager-Restocks-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0427-Validate-PickItem-Packet-and-kick-for-invalid.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0428-Expose-game-version.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0429-Optimize-Voxel-Shape-Merging.patch remove more obfhelpers 2021-06-17 15:47:52 -07:00
0430-Set-cap-on-JDK-per-thread-native-byte-buffer-cache.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0431-Implement-Mob-Goal-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0432-Use-distance-map-to-optimise-entity-tracker.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0433-Optimize-isOutsideRange-to-use-distance-maps.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0434-Add-villager-reputation-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0435-Option-for-maximum-exp-value-when-merging-orbs.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0436-ExperienceOrbMergeEvent.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0437-Fix-PotionEffect-ignores-icon-flag.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0438-Optimize-brigadier-child-sorting-performance.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0439-Potential-bed-API.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0440-Wait-for-Async-Tasks-during-shutdown.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0441-Ensure-EntityRaider-respects-game-and-entity-rules-f.patch death to more obfhelpers 2021-06-17 22:20:03 +02:00
0442-Protect-Bedrock-and-End-Portal-Frames-from-being-des.patch Add config migration for named entity death logging option (#6390) 2021-08-13 13:24:25 -07:00
0443-Reduce-MutableInt-allocations-from-light-engine.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0444-Reduce-allocation-of-Vec3D-by-entity-tracker.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0445-Ensure-safe-gateway-teleport.patch remove system property for book size limits 2021-06-17 21:12:40 +02:00
0446-Add-option-for-console-having-all-permissions.patch Add config migration for named entity death logging option (#6390) 2021-08-13 13:24:25 -07:00
0447-Optimize-ServerLevels-chunk-level-checking-methods.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0448-Fix-Non-Full-Status-Chunk-NBT-Memory-Leak.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0449-Optimize-sending-packets-to-nearby-locations-sounds-.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0450-Fix-villager-trading-demand-MC-163962.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0451-Maps-shouldn-t-load-chunks.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0452-Use-seed-based-lookup-for-Treasure-Maps-Fixes-lag-fr.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0453-Delay-Chunk-Unloads-based-on-Player-Movement.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0454-Optimize-Bit-Operations-by-inlining.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0455-Add-Plugin-Tickets-to-API-Chunk-Methods.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0456-incremental-chunk-saving.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0457-Fix-missing-chunks-due-to-integer-overflow.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0458-Fix-CraftScheduler-runTaskTimerAsynchronously-Plugin.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0459-Fix-piston-physics-inconsistency-MC-188840.patch Fix entities glitching through blocks pushed by pistons (#6308) 2021-08-21 14:15:29 +00:00
0460-Fix-sand-duping.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0461-Prevent-position-desync-in-playerconnection-causing-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0462-Inventory-getHolder-method-without-block-snapshot.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0463-Expose-Arrow-getItemStack.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0464-Add-and-implement-PlayerRecipeBookClickEvent.patch Fix block action handling (#6213) 2021-07-17 12:46:46 +00:00
0465-Hide-sync-chunk-writes-behind-flag.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0466-Add-permission-for-command-blocks.patch Updated Upstream (CraftBukkit) (#6279) 2021-07-28 09:39:14 +02:00
0467-Ensure-Entity-AABB-s-are-never-invalid.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0468-Optimize-WorldBorder-collision-checks-and-air.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0469-Fix-Per-World-Difficulty-Remembering-Difficulty.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0470-Paper-dumpitem-command.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0471-Don-t-allow-null-UUID-s-for-chat.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0472-Improve-Legacy-Component-serialization-size.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0473-Stop-copy-on-write-operations-for-updating-light-dat.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0474-Support-old-UUID-format-for-NBT.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0475-Clean-up-duplicated-GameProfile-Properties.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0476-Convert-legacy-attributes-in-Item-Meta.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0477-Remove-some-streams-from-structures.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0478-Remove-streams-from-classes-related-villager-gossip.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0479-Optimize-NibbleArray-to-use-pooled-buffers.patch Use AsyncAppender instead of AsyncLoggerContextSelector to keep loggging IO off main thread (#6381) 2021-08-12 10:55:20 -07:00
0480-Support-components-in-ItemMeta.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0481-Improve-EntityTargetLivingEntityEvent-for-1.16-mobs.patch add back optimizing ServerLevel chunk checking methods 2021-06-19 08:57:42 +02:00
0482-Add-entity-liquid-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0483-Update-itemstack-legacy-name-and-lore.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0484-Spawn-player-in-correct-world-on-login.patch Update to Minecraft 1.17.1 (#6097) 2021-07-07 06:52:40 +00:00
0485-Add-PrepareResultEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379) 2021-08-13 10:08:34 -07:00
0486-Allow-delegation-to-vanilla-chunk-gen.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0487-Don-t-check-chunk-for-portal-on-world-gen-entity-add.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6222) 2021-07-18 09:41:53 +02:00
0488-Improve-Chunk-Status-Transition-Speed.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0489-Optimize-NetworkManager-Exception-Handling.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0490-Optimize-the-advancement-data-player-iteration-to-be.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0491-Fix-arrows-never-despawning-MC-125757.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0492-Thread-Safe-Vanilla-Command-permission-checking.patch Replace ThreadLocal with ConcurrentHashMap in CommandSourceStack (#6325) 2021-08-22 03:45:40 +00:00
0493-Move-range-check-for-block-placing-up.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0494-Optimize-Light-Engine.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0495-Fix-SPIGOT-5989.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0496-Fix-SPIGOT-5824-Bukkit-world-container-is-not-used.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0497-Fix-SPIGOT-5885-Unable-to-disable-advancements.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0498-Fix-AdvancementDataPlayer-leak-due-from-quitting-ear.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0499-Add-missing-strikeLighting-call-to-World-spigot-stri.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0500-Incremental-player-saving.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0501-Fix-some-rails-connecting-improperly.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0502-Fix-MC-187716-Use-configured-height.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0503-Fix-regex-mistake-in-CB-NBT-int-deserialization.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0504-Do-not-let-the-server-load-chunks-from-newer-version.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0505-Brand-support.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0506-Add-setMaxPlayers-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0507-Add-playPickupItemAnimation-to-LivingEntity.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0508-Don-t-require-FACING-data.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0509-Fix-SpawnChangeEvent-not-firing-for-all-use-cases.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0510-Add-moon-phase-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0511-Prevent-headless-pistons-from-being-created.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0512-Add-BellRingEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0513-Add-zombie-targets-turtle-egg-config.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0514-Buffer-joins-to-world.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0515-Optimize-redstone-algorithm.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0516-Fix-hex-colors-not-working-in-some-kick-messages.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0517-PortalCreateEvent-needs-to-know-its-entity.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0518-Fix-CraftTeam-null-check.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0519-Add-more-Evoker-API.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0520-Add-methods-to-get-translation-keys.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0521-Create-HoverEvent-from-ItemStack-Entity.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0522-Cache-block-data-strings.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0523-Fix-Entity-Teleportation-and-cancel-velocity-if-tele.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0524-Add-additional-open-container-api-to-HumanEntity.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0525-Cache-DataFixerUpper-Rewrite-Rules-on-demand.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0526-Extend-block-drop-capture-to-capture-all-items-added.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0527-Don-t-mark-dirty-in-invalid-locations-SPIGOT-6086.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0528-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0529-Lazily-track-plugin-scoreboards-by-default.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0530-Entity-isTicking.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0531-Fix-deop-kicking-non-whitelisted-player-when-white-l.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0532-Fix-Concurrency-issue-in-WeightedList.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0533-Reset-Ender-Crystals-on-Dragon-Spawn.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0534-Fix-for-large-move-vectors-crashing-server.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0535-Optimise-getType-calls.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0536-Villager-resetOffers.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0537-Improve-inlinig-for-some-hot-IBlockData-methods.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0538-Retain-block-place-order-when-capturing-blockstates.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0539-Reduce-blockpos-allocation-from-pathfinding.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0540-Fix-item-locations-dropped-from-campfires.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0541-Player-elytra-boost-API.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0542-Fixed-TileEntityBell-memory-leak.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0543-Avoid-error-bubbling-up-when-item-stack-is-empty-in-.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0544-Add-getOfflinePlayerIfCached-String.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0545-Add-ignore-discounts-API.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0546-Toggle-for-removing-existing-dragon.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0547-Fix-client-lag-on-advancement-loading.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0548-Item-no-age-no-player-pickup.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0549-Optimize-Pathfinder-Remove-Streams-Optimized-collect.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0550-Beacon-API-custom-effect-ranges.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0551-Add-API-for-quit-reason.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0552-Seed-based-feature-search.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0553-Add-Wandering-Trader-spawn-rate-config-options.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0554-Significantly-improve-performance-of-the-end-generat.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0555-Expose-world-spawn-angle.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0556-Add-Destroy-Speed-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0557-Fix-Player-spawnParticle-x-y-z-precision-loss.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0558-Add-LivingEntity-clearActiveItem.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0559-Add-PlayerItemCooldownEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0560-More-lightning-API.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0561-Climbing-should-not-bypass-cramming-gamerule.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0562-Added-missing-default-perms-for-commands.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0563-Add-PlayerShearBlockEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0564-Set-spigots-verbose-world-setting-to-false-by-def.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0565-Fix-curing-zombie-villager-discount-exploit.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0566-Limit-recipe-packets.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0567-Fix-CraftSound-backwards-compatibility.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0568-MC-4-Fix-item-position-desync.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0569-Player-Chunk-Load-Unload-Events.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0570-Optimize-Dynamic-get-Missing-Keys.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0571-Expose-LivingEntity-hurt-direction.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0572-Add-OBSTRUCTED-reason-to-BedEnterResult.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0573-Do-not-crash-from-invalid-ingredient-lists-in-Villag.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0574-added-PlayerTradeEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0575-Implement-TargetHitEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0576-Additional-Block-Material-API-s.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0577-Fix-harming-potion-dupe.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0578-Implement-API-to-get-Material-from-Boats-and-Minecar.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0579-Cache-burn-durations.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0580-Allow-disabling-mob-spawner-spawn-egg-transformation.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0581-Fix-Not-a-string-Map-Conversion-spam.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0582-Implement-PlayerFlowerPotManipulateEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0583-Fix-interact-event-not-being-called-in-adventure.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0584-Zombie-API-breaking-doors.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0585-Fix-nerfed-slime-when-splitting.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0586-Add-EntityLoadCrossbowEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0587-Guardian-beam-workaround.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0588-Added-WorldGameRuleChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0589-Added-ServerResourcesReloadedEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0590-Added-world-settings-for-mobs-picking-up-loot.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0591-Implemented-BlockFailedDispenseEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0592-Added-PlayerLecternPageChangeEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0593-Added-PlayerLoomPatternSelectEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0594-Configurable-door-breaking-difficulty.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0595-Empty-commands-shall-not-be-dispatched.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0596-Implement-API-to-expose-exact-interaction-point.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0597-Remove-stale-POIs.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0598-Fix-villager-boat-exploit.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0599-Add-sendOpLevel-API.patch [ci skip] clean up diff from 1.17 update (#6462) 2021-08-24 23:30:26 +00:00
0600-Add-StructureLocateEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0601-Collision-option-for-requiring-a-player-participant.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0602-Remove-ProjectileHitEvent-call-when-fireballs-dead.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0603-Return-chat-component-with-empty-text-instead-of-thr.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0604-Make-schedule-command-per-world.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0605-Configurable-max-leash-distance.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0606-Implement-BlockPreDispenseEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0607-Added-Vanilla-Entity-Tags.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0608-added-Wither-API.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0609-Added-firing-of-PlayerChangeBeaconEffectEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0610-Add-toggle-for-always-placing-the-dragon-egg.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0611-Added-PlayerStonecutterRecipeSelectEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0612-Add-dropLeash-variable-to-EntityUnleashEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0613-Skip-distance-map-update-when-spawning-disabled.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0614-Reset-shield-blocking-on-dimension-change.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0615-add-DragonEggFormEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0616-EntityMoveEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0617-added-option-to-disable-pathfinding-updates-on-block.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0618-Inline-shift-direction-fields.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0619-Allow-adding-items-to-BlockDropItemEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0620-Add-getMainThreadExecutor-to-BukkitScheduler.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0621-living-entity-allow-attribute-registration.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0622-fix-dead-slime-setSize-invincibility.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0623-Merchant-getRecipes-should-return-an-immutable-list.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0624-misc-debugging-dumps.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0625-Add-support-for-hex-color-codes-in-console.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0626-Expose-Tracked-Players.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0627-Remove-streams-from-SensorNearest.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0628-MC-29274-Fix-Wither-hostility-towards-players.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0629-Throw-proper-exception-on-empty-JsonList-file.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0630-Improve-ServerGUI.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0631-stop-firing-pressure-plate-EntityInteractEvent-for-i.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0632-fix-converting-txt-to-json-file.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0633-Add-worldborder-events.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0634-added-PlayerNameEntityEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0635-Prevent-grindstones-from-overstacking-items.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0636-Add-recipe-to-cook-events.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0637-Add-Block-isValidTool.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0638-Allow-using-signs-inside-spawn-protection.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0639-Implement-Keyed-on-World.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0640-Add-fast-alternative-constructor-for-Rotations.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0641-Item-Rarity-API.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0642-Only-set-despawnTimer-for-Wandering-Traders-spawned-.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0643-copy-TESign-isEditable-from-snapshots.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0644-Drop-carried-item-when-player-has-disconnected.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0645-forced-whitelist-use-configurable-kick-message.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0646-Don-t-ignore-result-of-PlayerEditBookEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0647-Entity-load-save-limit-per-chunk.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0648-fix-cancelling-block-falling-causing-client-desync.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0649-Expose-protocol-version.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0650-Allow-for-Component-suggestion-tooltips-in-AsyncTabC.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0651-Enhance-console-tab-completions-for-brigadier-comman.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0652-Fix-PlayerItemConsumeEvent-cancelling-properly.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0653-Add-bypass-host-check.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0654-Set-area-affect-cloud-rotation.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0655-add-isDeeplySleeping-to-HumanEntity.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0656-Fix-duplicating-give-items-on-item-drop-cancel.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0657-add-consumeFuel-to-FurnaceBurnEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0658-add-get-set-drop-chance-to-EntityEquipment.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0659-fix-PigZombieAngerEvent-cancellation.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0660-Fix-checkReach-check-for-Shulker-boxes.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0661-fix-PlayerItemHeldEvent-firing-twice.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0662-Added-PlayerDeepSleepEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0663-More-World-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0664-Added-PlayerBedFailEnterEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0665-Implement-methods-to-convert-between-Component-and-B.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0666-Fix-anchor-respawn-acting-as-a-bed-respawn-from-the-.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0667-Introduce-beacon-activation-deactivation-events.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0668-add-RespawnFlags-to-PlayerRespawnEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0669-Add-Channel-initialization-listeners.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0670-Send-empty-commands-if-tab-completion-is-disabled.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0671-Add-more-WanderingTrader-API.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0672-Add-EntityBlockStorage-clearEntities.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0673-Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0674-Add-raw-address-to-AsyncPlayerPreLoginEvent.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0675-Inventory-close.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0676-call-PortalCreateEvent-players-and-end-platform.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0677-Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0678-Fix-CraftPotionBrewer-cache.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0679-Add-basic-Datapack-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0680-Add-environment-variable-to-disable-server-gui.patch Revert "Revert "Remove "Implement-Chunk-Priority-Urgency-System-for-Chunks" (Fixes #5980)"" 2021-08-14 15:29:22 +01:00
0681-additions-to-PlayerGameModeChangeEvent.patch Better docs for PlayerGameModeChangeEvent (#6461) 2021-08-22 15:10:33 +00:00
0682-ItemStack-repair-check-API.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0683-More-Enchantment-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0684-Add-command-line-option-to-load-extra-plugin-jars-no.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0685-Fix-and-optimise-world-force-upgrading.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0686-Add-Mob-lookAt-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0687-Add-Unix-domain-socket-support.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0688-Add-EntityInsideBlockEvent.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0689-Attributes-API-for-item-defaults.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0690-Have-CraftMerchantCustom-emit-PlayerPurchaseEvent.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0691-Add-cause-to-Weather-ThunderChangeEvents.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0692-More-Lidded-Block-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0693-Limit-item-frame-cursors-on-maps.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0694-Add-PufferFishStateChangeEvent.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0695-Add-PlayerKickEvent-causes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0696-Fix-PlayerBucketEmptyEvent-result-itemstack.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0697-Synchronize-PalettedContainer-instead-of-ReentrantLo.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0698-Add-option-to-fix-items-merging-through-walls.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0699-Add-BellRevealRaiderEvent.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0700-Fix-invulnerable-end-crystals.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0701-Add-ElderGuardianAppearanceEvent.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0702-Fix-dangerous-end-portal-logic.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0703-Optimize-Biome-Mob-Lookups-for-Mob-Spawning.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0704-Make-item-validations-configurable.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0705-Line-Of-Sight-Changes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0706-add-per-world-spawn-limits.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0707-Fix-PotionSplashEvent-for-water-splash-potions.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0708-Fix-incorrect-status-dataconverter-for-pre-1.13-chun.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0709-Add-Feature-Generation-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0710-Fix-PlayerDropItemEvent-using-wrong-item.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0711-Deobfuscate-stacktraces-in-log-messages-crash-report.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0712-Missing-Entity-Behavior-API.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0713-Ensure-disconnect-for-book-edit-is-called-on-main.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0714-Add-git-branch-and-commit-to-manifest.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0715-Improve-CraftChunk-getEntities.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0716-Fix-return-value-of-Block-applyBoneMeal-always-being.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0717-Use-getChunkIfLoadedImmediately-in-places.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0718-Fix-commands-from-signs-not-firing-command-events.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0719-Adds-PlayerArmSwingEvent.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0720-Fixes-kick-event-leave-message-not-being-sent.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0721-Add-config-for-mobs-immune-to-default-effects.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0722-Fix-incorrect-message-for-outdated-client.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0723-Fix-MerchantOffer-BuyB-Only-AssertionError.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0724-Don-t-apply-cramming-damage-to-players.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0725-Rate-options-and-timings-for-sensors-and-behaviors.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0726-Add-a-bunch-of-missing-forceDrop-toggles.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0727-Stinger-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0728-Fix-incosistency-issue-with-empty-map-items-in-CB.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0729-Add-System.out-err-catcher.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0730-Fix-test-not-bootstrapping.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0731-Rewrite-LogEvents-to-contain-the-source-jars-in-stac.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0732-Improve-boat-collision-performance.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0733-Prevent-AFK-kick-while-watching-end-credits.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0734-Allow-skipping-writing-of-comments-to-server.propert.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0735-Add-PlayerSetSpawnEvent.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0736-Make-hoppers-respect-inventory-max-stack-size.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0737-Optimize-entity-tracker-passenger-checks.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0738-Config-option-for-Piglins-guarding-chests.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0739-Added-EntityDamageItemEvent.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0740-Optimize-indirect-passenger-iteration.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0741-Fix-block-drops-position-losing-precision-millions-o.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0742-Configurable-item-frame-map-cursor-update-interval.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0743-Make-EntityUnleashEvent-cancellable.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0744-Clear-bucket-NBT-after-dispense.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0745-ChunkMap.mainInvokingExecutor.patch Squash "Clear SyncLoadInfo" into "Add debug for sync chunk loads" and add tab completion for the clear argument (#6483) 2021-08-24 16:45:40 -07:00
0746-Set-AsyncAppender-dispatch-thread-to-be-a-daemon-thr.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0747-Respect-despawn-rate-in-item-merge-check.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0748-Move-BlockPistonRetractEvent-to-fix-duplication.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0749-Change-EnderEye-target-without-changing-other-things.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0750-Fix-bed-handling-for-custom-dimensions.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00
0751-Add-BlockBreakBlockEvent.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6457) 2021-08-25 09:59:26 +02:00