3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-14 20:10:05 +01:00
Paper/patches/api
Nassim Jahnke 6e71f41536
Updated Upstream (CraftBukkit/Spigot)
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

CraftBukkit Changes:
65247583f SPIGOT-7857: Improve ItemMeta block data deserialization
05d80500d SPIGOT-7857: Fix spurious internal NBT tag when deserializing BlockStateMeta
cebb58e9a SPIGOT-7804: Fix written book serialization
efcdd5d38 SPIGOT-7794: Cancelling InventoryItemMoveEvent destroys items
b568ba572 SPIGOT-7789: Fix NPE in CraftMetaFirework applyToItem
f057cf449 Remove outdated build delay

Spigot Changes:
f6a48054 SPIGOT-7835: Fix issue with custom hopper settings
bb63b137 Rebuild patches
e1142b4d Rebuild patches
2024-08-24 11:23:57 +02:00
..
0001-Convert-project-to-Gradle.patch 1.20.6 (#10623) 2024-04-30 00:16:07 +02:00
0002-Build-system-changes.patch Updated Upstream (Bukkit/CraftBukkit) 2024-04-25 23:23:57 +02:00
0003-Test-changes.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0004-Code-Generation.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0005-Add-FastUtil-to-Bukkit.patch Updated Upstream (Bukkit/CraftBukkit) 2024-04-25 23:23:57 +02:00
0006-Adventure.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0007-Paper-Utils.patch Finish API 2023-12-05 18:33:18 +01:00
0008-Use-ASM-for-event-executors.patch Temporarily comment out adventure jd links 2024-04-28 02:05:52 +02:00
0009-Paper-Plugins.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0010-Add-Position.patch Finish API 2023-12-05 18:33:18 +01:00
0011-Timings-v2.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0012-Add-command-line-option-to-load-extra-plugin-jars-no.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0013-Player-affects-spawning-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0014-Add-getTPS-method.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0015-Expose-server-build-information.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0016-Entity-Origin-API.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0017-Add-PlayerLocaleChangeEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0018-Add-view-distance-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0019-Add-BeaconEffectEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0020-Add-PlayerInitialSpawnEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0021-Expose-server-CommandMap.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0022-Graduate-bungeecord-chat-API-from-spigot-subclasses.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0023-Add-exception-reporting-event.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0024-Add-BaseComponent-sendMessage-methods-to-CommandSend.patch Finish API 2023-12-05 18:33:18 +01:00
0025-Fix-ServerListPingEvent-flagging-as-Async.patch Finish API 2023-12-05 18:33:18 +01:00
0026-Player-Tab-List-and-Title-APIs.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0027-Add-methods-for-working-with-arrows-stuck-in-living-.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0028-Complete-resource-pack-API.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0029-Add-a-call-helper-to-Event.patch Finish API 2023-12-05 18:33:18 +01:00
0030-Add-sender-name-to-commands.yml-replacement.patch Finish API 2023-12-05 18:33:18 +01:00
0031-Add-command-to-reload-permissions.yml-and-require-co.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0032-Custom-replacement-for-eaten-items.patch Finish API 2023-12-05 18:33:18 +01:00
0033-Entity-AddTo-RemoveFrom-World-Events.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#10277) 2024-02-23 14:37:33 +01:00
0034-EntityPathfindEvent.patch Clone mutable types in events when changes are discarded (#10333) 2024-03-20 21:42:29 +01:00
0035-Reduce-thread-synchronization-in-MetadataStoreBase.patch Finish API 2023-12-05 18:33:18 +01:00
0036-Add-MetadataStoreBase.removeAll-Plugin.patch Finish API 2023-12-05 18:33:18 +01:00
0037-Add-PlayerUseUnknownEntityEvent.patch [ci skip] Fix javadoc typo (#10445) 2024-04-22 19:08:37 +01:00
0038-Add-handshake-event-to-allow-plugins-to-handle-clien.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0039-Arrow-pickup-rule-API.patch Updated Upstream (Bukkit/CraftBukkit) (#10379) 2024-04-06 12:53:39 -07:00
0040-EntityRegainHealthEvent-isFastRegen-API.patch Finish API 2023-12-05 18:33:18 +01:00
0041-LootTable-API.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0042-Add-EntityZapEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0043-Misc-Utils.patch Finish API 2023-12-05 18:33:18 +01:00
0044-Allow-Reloading-of-Command-Aliases.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0045-Add-source-to-PlayerExpChangeEvent.patch Finish API 2023-12-05 18:33:18 +01:00
0046-Add-ProjectileCollideEvent.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0047-Add-String-based-Action-Bar-API.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0048-Add-API-methods-to-control-if-armour-stands-can-move.patch Finish API 2023-12-05 18:33:18 +01:00
0049-IllegalPacketEvent.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0050-Fireworks-API-s.patch Finish API 2023-12-05 18:33:18 +01:00
0051-PlayerTeleportEndGatewayEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0052-Provide-E-TE-Chunk-count-stat-methods.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0053-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Finish API 2023-12-05 18:33:18 +01:00
0054-Expose-WorldBorder-isInBounds-Location-check.patch Finish API 2023-12-05 18:33:18 +01:00
0055-Add-configuration-option-to-prevent-player-names-fro.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0056-Fix-upstream-javadocs.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0057-Item-canEntityPickup.patch [ci skip] Add more identifying patch comments 2024-01-19 22:13:42 +01:00
0058-PlayerAttemptPickupItemEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0059-Add-UnknownCommandEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0060-Basic-PlayerProfile-API.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0061-PlayerPickupItemEvent-setFlyAtPlayer.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0062-Shoulder-Entities-Release-API.patch Updated Upstream (Bukkit/CraftBukkit) (#10379) 2024-04-06 12:53:39 -07:00
0063-Entity-fromMobSpawner.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0064-Profile-Lookup-Events.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0065-Improve-the-Saddle-API-for-Horses.patch Finish API 2023-12-05 18:33:18 +01:00
0066-Add-getI18NDisplayName-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0067-ensureServerConversions-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0068-LivingEntity-setKiller.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0069-ProfileWhitelistVerifyEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0070-Allow-plugins-to-use-SLF4J-for-logging.patch Update Adventure to 4.17.0 Release 2024-05-08 15:48:45 +01:00
0071-Handle-plugin-prefixes-in-implementation-logging-con.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0072-Add-PlayerJumpEvent.patch Expose power on fireballs (#10302) 2024-03-20 22:33:34 +01:00
0073-Add-workaround-for-plugins-modifying-the-parent-of-t.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0074-Add-PlayerArmorChangeEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0075-API-to-get-a-BlockState-without-a-snapshot.patch Update patches to handle vineflower decompiler (#10406) 2024-04-12 12:14:06 -07:00
0076-AsyncTabCompleteEvent.patch Clone mutable types in events when changes are discarded (#10333) 2024-03-20 21:42:29 +01:00
0077-Expose-client-protocol-version-and-virtual-host.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0078-Display-warning-on-deprecated-recipe-API.patch Finish API 2023-12-05 18:33:18 +01:00
0079-PlayerPickupExperienceEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0080-ExperienceOrb-merging-stacking-API.patch Several fixes and new api for experience merging/stacking (#9242) 2024-05-29 22:58:57 +02:00
0081-Ability-to-apply-mending-to-XP-API.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0082-PreCreatureSpawnEvent.patch Clone mutable types in events when changes are discarded (#10333) 2024-03-20 21:42:29 +01:00
0083-PlayerNaturallySpawnCreaturesEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0084-Add-setPlayerProfile-API-for-Skulls.patch Finish API 2023-12-05 18:33:18 +01:00
0085-Add-PlayerAdvancementCriterionGrantEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0086-Fill-Profile-Property-Events.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0087-Add-ArmorStand-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0088-Optimize-Hoppers.patch Finish API 2023-12-05 18:33:18 +01:00
0089-Tameable-getOwnerUniqueId-API.patch Finish API 2023-12-05 18:33:18 +01:00
0090-Add-more-fields-to-AsyncPreLoginEvent.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0091-Add-extended-PaperServerListPingEvent.patch Fixup and deprecate player profiles in ping event (#10880) 2024-06-14 13:41:20 +02:00
0092-Player.setPlayerProfile-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0093-getPlayerUniqueId-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0094-Add-legacy-ping-support-to-PaperServerListPingEvent.patch Finish API 2023-12-05 18:33:18 +01:00
0095-Add-openSign-method-to-HumanEntity.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0096-Add-Ban-Methods-to-Player-Objects.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0097-EndermanEscapeEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0098-Enderman.teleportRandomly.patch Updated Upstream (Bukkit/CraftBukkit) (#10242) 2024-02-11 22:28:00 +01:00
0099-Additional-world.getNearbyEntities-API-s.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0100-Location.isChunkLoaded-API.patch Finish API 2023-12-05 18:33:18 +01:00
0101-Expand-World.spawnParticle-API-and-add-Builder.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0102-EndermanAttackPlayerEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0103-WitchConsumePotionEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0104-WitchThrowPotionEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0105-Location.toBlockLocation-toCenterLocation.patch Finish API 2023-12-05 18:33:18 +01:00
0106-PotionEffect-clone-methods.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0107-WitchReadyPotionEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0108-ItemStack-getMaxItemUseDuration.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0109-Add-EntityTeleportEndGatewayEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0110-Make-shield-blocking-delay-configurable.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0111-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0112-Add-getNearbyXXX-methods-to-Location.patch Finish API 2023-12-05 18:33:18 +01:00
0113-PlayerReadyArrowEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0114-Add-entity-knockback-events.patch fix knockback events (#10831) 2024-05-30 13:17:16 -07:00
0115-Expand-Explosions-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0116-ItemStack-API-additions-for-quantity-flags-lore.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0117-LivingEntity-Active-Item-API.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0118-RangedEntity-API.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0119-Add-World.getEntity-UUID-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0120-InventoryCloseEvent-Reason-API.patch Updated Upstream (Bukkit/CraftBukkit) (#10379) 2024-04-06 12:53:39 -07:00
0121-Allow-setting-the-vex-s-summoner.patch Finish API 2023-12-05 18:33:18 +01:00
0122-Entity-getChunk-API.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0123-EnderDragon-Events.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0124-PlayerElytraBoostEvent.patch Deprecate ItemStack#setType & add ItemStack#withType (#10290) 2024-04-12 17:16:22 -04:00
0125-PlayerLaunchProjectileEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0126-EntityTransformedEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0127-Allow-disabling-armour-stand-ticking.patch Finish API 2023-12-05 18:33:18 +01:00
0128-SkeletonHorse-Additions.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0129-Expand-Location-Manipulation-API.patch Finish API 2023-12-05 18:33:18 +01:00
0130-Expand-ArmorStand-API.patch handle BODY slot for non-mobs (#10822) 2024-05-29 11:23:51 -07:00
0131-AnvilDamageEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0132-Add-TNTPrimeEvent.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0133-Provide-Chunk-Coordinates-as-a-Long-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0134-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0135-Don-t-use-snapshots-for-Timings-Tile-Entity-reports.patch Finish API 2023-12-05 18:33:18 +01:00
0136-Allow-Blocks-to-be-accessed-via-a-long-key.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0137-Slime-Pathfinder-Events.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0138-Add-PhantomPreSpawnEvent.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0139-Add-More-Creeper-API.patch [ci skip] Cleanup events (#10202) 2024-02-01 10:15:57 +01:00
0140-Inventory-removeItemAnySlot.patch Finish API 2023-12-05 18:33:18 +01:00
0141-isChunkGenerated-API.patch Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
0142-Add-source-block-constructor-and-getChangedBlockData.patch Clone mutable types in events when changes are discarded (#10333) 2024-03-20 21:42:29 +01:00
0143-Async-Chunks-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0144-Add-ray-tracing-methods-to-LivingEntity.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0145-Expose-attack-cooldown-methods-for-Player.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0146-Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit) (#10691) 2024-05-11 23:48:37 +02:00
0147-Mob-Pathfinding-API.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0148-Performance-Concurrency-Improvements-to-Permissions.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0149-Add-ItemStackRecipeChoice-Draft-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0150-Implement-furnace-cook-speed-multiplier-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0151-Material-API-additions.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0152-Add-Material-Tags.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0153-PreSpawnerSpawnEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0154-Add-LivingEntity-getTargetEntity.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0155-Add-sun-related-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0156-Turtle-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0157-Add-spectator-target-events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0158-Add-more-Witch-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0159-Make-the-default-permission-message-configurable.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0160-Support-cancellation-supression-of-EntityDismount-Ve.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0161-Add-more-Zombie-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0162-Change-the-reserved-channel-check-to-be-sensible.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0163-Add-PlayerConnectionCloseEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0164-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0165-Add-ItemStack-Recipe-API-helper-methods.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0166-BlockDestroyEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0167-Add-WhitelistToggleEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0168-Add-GS4-Query-event.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0169-Add-PlayerPostRespawnEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0170-Entity-getEntitySpawnReason.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0171-Fix-Spigot-annotation-mistakes.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0172-Server-Tick-Events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0173-PlayerDeathEvent-getItemsToKeep.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0174-Add-Heightmap-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0175-Mob-Spawner-API-Enhancements.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0176-Add-BlockSoundGroup-interface.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0177-Amend-PlayerInteractAtEntityEvent-javadoc-for-ArmorS.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0178-Set-true-custom-payload-channel-size-limit.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0179-Expose-the-internal-current-tick.patch Check for more correct profile validation (#10730) 2024-05-19 17:45:43 -07:00
0180-Improve-Block-breakNaturally-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0181-PlayerDeathEvent-shouldDropExperience.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0182-Add-ThrownEggHatchEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0183-Entity-Jump-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0184-add-hand-to-BlockMultiPlaceEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0185-Add-tick-times-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0186-Expose-MinecraftServer-isRunning.patch Check for more correct profile validation (#10730) 2024-05-19 17:45:43 -07:00
0187-Add-Raw-Byte-ItemStack-Serialization.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0188-Add-Player-Client-Options-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0189-Add-PlayerAttackEntityCooldownResetEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0190-Add-item-slot-convenience-methods.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0191-Villager-Restocks-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0192-Add-Mob-Goal-API.patch Check for more correct profile validation (#10730) 2024-05-19 17:45:43 -07:00
0193-Add-villager-reputation-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0194-Spawn-Reason-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0195-Potential-bed-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0196-Inventory-getHolder-method-without-block-snapshot.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0197-Add-and-implement-PlayerRecipeBookClickEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0198-Support-components-in-ItemMeta.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0199-added-2-new-TargetReasons-for-1.16-mob-behavior.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0200-Add-entity-liquid-API.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0201-Add-PrepareResultEvent-PrepareGrindstoneEvent.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0202-Add-BellRingEvent.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0203-Brand-support.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0204-Add-moon-phase-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0205-Add-playPickupItemAnimation-to-LivingEntity.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0206-Add-more-Evoker-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0207-Add-methods-to-get-translation-keys.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0208-Create-HoverEvent-from-ItemStack-Entity.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0209-Add-additional-open-container-api-to-HumanEntity.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0210-Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0211-Entity-isTicking.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0212-Villager-resetOffers.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0213-Player-elytra-boost-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0214-Add-getOfflinePlayerIfCached-String.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0215-Add-ignore-discounts-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0216-Item-no-age-no-player-pickup.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0217-Beacon-API-custom-effect-ranges.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0218-Add-API-for-quit-reason.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0219-Add-Destroy-Speed-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0220-Add-LivingEntity-clearActiveItem.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0221-Add-PlayerItemCooldownEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0222-More-lightning-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0223-Add-PlayerShearBlockEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0224-Player-Chunk-Load-Unload-Events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0225-Expose-LivingEntity-hurt-direction.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0226-Add-OBSTRUCTED-reason-to-BedEnterResult.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0227-Added-PlayerTradeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0228-Add-TargetHitEvent-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0229-Additional-Block-Material-API-s.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0230-Add-API-to-get-Material-from-Boats-and-Minecarts.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0231-Add-PlayerFlowerPotManipulateEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0232-Zombie-API-breaking-doors.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0233-Add-EntityLoadCrossbowEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0234-Added-WorldGameRuleChangeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0235-Added-ServerResourcesReloadedEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0236-Add-BlockFailedDispenseEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0237-Added-PlayerLecternPageChangeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0238-Added-PlayerLoomPatternSelectEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0239-Add-API-to-get-exact-interaction-point-in-PlayerInte.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0240-Add-sendOpLevel-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0241-Add-RegistryAccess-for-managing-registries.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0242-Add-StructuresLocateEvent.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0243-Add-BlockPreDispenseEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0244-Added-PlayerChangeBeaconEffectEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0245-Added-PlayerStonecutterRecipeSelectEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0246-Add-dropLeash-variable-to-EntityUnleashEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0247-add-DragonEggFormEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0248-EntityMoveEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0249-Allow-adding-items-to-BlockDropItemEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0250-Add-getMainThreadExecutor-to-BukkitScheduler.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0251-living-entity-allow-attribute-registration.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0252-Add-missing-effects.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0253-Expose-Tracked-Players.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0254-Add-worldborder-events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0255-added-PlayerNameEntityEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0256-Add-recipe-to-cook-events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0257-Add-Block-isValidTool.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0258-Expand-world-key-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0259-Improve-Item-Rarity-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0260-Expose-protocol-version.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0261-add-isDeeplySleeping-to-HumanEntity.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0262-add-consumeFuel-to-FurnaceBurnEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0263-add-get-set-drop-chance-to-EntityEquipment.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0264-Added-PlayerDeepSleepEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0265-More-World-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0266-Added-PlayerBedFailEnterEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0267-Introduce-beacon-activation-deactivation-events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0268-PlayerMoveEvent-Improvements.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0269-add-RespawnFlags-to-PlayerRespawnEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0270-Add-more-WanderingTrader-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0271-Add-EntityBlockStorage-clearEntities.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0272-Add-Adventure-message-to-PlayerAdvancementDoneEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0273-Inventory-close.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0274-Add-a-should-burn-in-sunlight-API-for-Phantoms-and-S.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0275-Add-basic-Datapack-API.patch Check for more correct profile validation (#10730) 2024-05-19 17:45:43 -07:00
0276-additions-to-PlayerGameModeChangeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0277-ItemStack-repair-check-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0278-More-Enchantment-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0279-Add-Mob-lookAt-API.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0280-ItemStack-editMeta.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0281-Add-EntityInsideBlockEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0282-Improve-item-default-attribute-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0283-Add-cause-to-Weather-ThunderChangeEvents.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0284-More-Lidded-Block-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0285-Add-PlayerKickEvent-causes.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0286-Add-PufferFishStateChangeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0287-Add-BellRevealRaiderEvent.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0288-Add-ElderGuardianAppearanceEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0289-Add-more-line-of-sight-methods.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0290-Add-WaterBottleSplashEvent.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0291-Add-more-LimitedRegion-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0292-Missing-Entity-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0293-Adds-PlayerArmSwingEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0294-Add-PlayerSignCommandPreprocessEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0295-fix-empty-array-elements-in-command-arguments.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0296-Stinger-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0297-Rewrite-LogEvents-to-contain-the-source-jars-in-stac.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0298-Add-PlayerSetSpawnEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0299-Added-EntityDamageItemEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0300-Make-EntityUnleashEvent-cancellable.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0301-Change-EnderEye-target-without-changing-other-things.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0302-Add-BlockBreakBlockEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0303-Add-helpers-for-left-right-click-to-Action.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0304-Option-to-prevent-data-components-copy-in-smithing-r.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0305-More-CommandBlock-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0306-Add-missing-team-sidebar-display-slots.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0307-add-back-EntityPortalExitEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0308-Add-methods-to-find-targets-for-lightning-strikes.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0309-Get-entity-default-attributes.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0310-Left-handed-API.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0311-Add-critical-damage-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0312-Add-more-advancement-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0313-Fix-issues-with-mob-conversion.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0314-Add-hasCollision-methods-to-various-places.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0315-Goat-ram-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0316-Add-API-for-resetting-a-single-score.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0317-Add-Raw-Byte-Entity-Serialization.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0318-Add-PlayerItemFrameChangeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0319-Allow-delegation-to-vanilla-chunk-gen.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0320-Add-more-Campfire-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0321-Extend-VehicleCollisionEvent-move-HandlerList-up.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0322-Improve-scoreboard-entries.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0323-Entity-powdered-snow-API.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0324-Add-API-for-item-entity-health.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0325-Expose-isFuel-and-canSmelt-methods-to-FurnaceInvento.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0326-Bucketable-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0327-System-prop-for-default-config-comment-parsing.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0328-Expose-vanilla-BiomeProvider-from-WorldInfo.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0329-Multiple-Entries-with-Scoreboards.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0330-Warn-on-strange-EventHandler-return-types.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0331-Multi-Block-Change-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0332-Fix-NotePlayEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0333-Freeze-Tick-Lock-API.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0334-Dolphin-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0335-More-PotionEffectType-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0336-API-for-creating-command-sender-which-forwards-feedb.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0337-Implement-regenerateChunk.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0338-Add-GameEvent-tags.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0339-Furnace-RecipesUsed-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0340-Configurable-sculk-sensor-listener-range.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0341-Add-missing-block-data-mins-and-maxes.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0342-Custom-Potion-Mixes.patch Check for more correct profile validation (#10730) 2024-05-19 17:45:43 -07:00
0343-Expose-furnace-minecart-push-values.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0344-More-Projectile-API.patch Update AbstractArrow item method implementations for 1.20.6 (#10885) 2024-06-15 16:40:29 +02:00
0345-Add-getComputedBiome-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0346-Add-enchantWithLevels-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0347-Add-TameableDeathMessageEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0348-Allow-to-change-the-podium-of-the-EnderDragon.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0349-Fix-incorrect-new-blockstate-in-EntityBreakDoorEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0350-Add-pre-unbreaking-amount-to-PlayerItemDamageEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0351-WorldCreator-keepSpawnLoaded.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0352-Add-EntityDyeEvent-and-CollarColorable-interface.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0353-Add-PlayerStopUsingItemEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0354-Expand-FallingBlock-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0355-Add-method-isTickingWorlds-to-Bukkit.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0356-Add-WardenAngerChangeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0357-Nameable-Banner-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0358-Add-Player-getFishHook.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0359-More-Teleport-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0360-Add-EntityPortalReadyEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0361-Custom-Chat-Completion-Suggestions-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0362-Collision-API.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0363-Block-Ticking-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0364-Add-NamespacedKey-biome-methods.patch [ci skip] Move logic in our patches to ItemType/BlockType (#10772) 2024-05-23 10:32:02 -07:00
0365-Also-load-resources-from-LibraryLoader.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0366-Added-byte-array-serialization-deserialization-for-P.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0367-Add-a-consumer-parameter-to-ProjectileSource-launchP.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0368-Expose-codepoint-limit-in-YamlConfigOptions-and-incr.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0369-Add-getDrops-to-BlockState.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0370-Add-PlayerInventorySlotChangeEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0371-Elder-Guardian-appearance-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0372-Allow-changing-bed-s-occupied-property.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0373-Add-EquipmentSlot-convenience-methods.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0374-Add-LivingEntity-swingHand-EquipmentSlot-convenience.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0375-Add-entity-knockback-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0376-Added-EntityToggleSitEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0377-Add-Moving-Piston-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0378-Add-PrePlayerAttackEntityEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0379-Add-Player-Warden-Warning-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0380-More-vanilla-friendly-methods-to-update-trades.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0381-Add-paper-dumplisteners-command.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0382-ItemStack-damage-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0383-Add-Tick-TemporalUnit.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0384-Friction-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0385-Player-Entity-Tracking-Events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0386-Add-missing-Fluid-type.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0387-fix-Instruments.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0388-Add-BlockLockCheckEvent.patch Updated Upstream (CraftBukkit/Spigot) 2024-08-24 11:23:57 +02:00
0389-Add-Sneaking-API-for-Entities.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0390-Improve-PortalEvents.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0391-Flying-Fall-Damage-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0392-Replace-ItemFlag.HIDE_POTION_EFFECTS.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0393-Win-Screen-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0394-Add-Entity-Body-Yaw-API.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0395-Fix-HandlerList-for-InventoryBlockStartEvent-subclas.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0396-Add-EntityFertilizeEggEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0397-Add-CompostItemEvent-and-EntityCompostItemEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0398-Add-Shearable-API.patch Make Bogged implement Shearable (#10844) 2024-06-04 16:26:40 -04:00
0399-Fix-SpawnEggMeta-get-setSpawnedType.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0400-Add-Mob-Experience-reward-API.patch fix and cleanup loot table patches (#10100) 2024-05-26 12:51:15 -07:00
0401-Expand-PlayerItemMendEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0402-Add-transient-modifier-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0403-Properly-remove-the-experimental-smithing-inventory-.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0404-Add-method-to-remove-all-active-potion-effects.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0405-Folia-scheduler-and-owned-region-API.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0406-Add-event-for-player-editing-sign.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0407-Add-Sign-getInteractableSideFor.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0408-Fix-BanList-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0409-Add-whitelist-events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0410-API-for-updating-recipes-on-clients.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0411-Add-PlayerFailMoveEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0412-Fix-custom-statistic-criteria-creation.patch [ci skip] Move logic in our patches to ItemType/BlockType (#10772) 2024-05-23 10:32:02 -07:00
0413-SculkCatalyst-bloom-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0414-API-for-an-entity-s-scoreboard-name.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0415-Deprecate-and-replace-methods-with-old-StructureType.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0416-Add-Listing-API-for-Player.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0417-Expose-clicked-BlockFace-during-BlockDamageEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0418-Fix-NPE-on-Boat-getStatus.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0419-Expand-Pose-API.patch clarify what getEntityId actually returns (#10839) 2024-06-03 10:20:43 -07:00
0420-MerchantRecipe-add-copy-constructor.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0421-More-DragonBattle-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0422-Add-PlayerPickItemEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0423-Allow-trident-custom-damage.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0424-Expose-hand-during-BlockCanBuildEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0425-Limit-setBurnTime-to-valid-short-values.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0426-Add-OfflinePlayer-isConnected.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0427-Add-titleOverride-to-InventoryOpenEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0428-Allow-proper-checking-of-empty-item-stacks.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0429-Fix-PlayerSwapHandItemsEvent-throwing-exception-when.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0430-Add-player-idle-duration-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0431-Add-API-to-get-the-collision-shape-of-a-block-before.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0432-Add-predicate-for-blocks-when-raytracing.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0433-Add-hand-to-fish-event-for-all-player-interactions.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0434-Add-UUID-attribute-modifier-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0435-Expand-LingeringPotion-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0436-Remove-unnecessary-durability-check-in-ItemStack-isS.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0437-Add-Structure-check-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0438-add-missing-Experimental-annotations.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0439-Add-more-scoreboard-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0440-Improve-Registry.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0441-Add-experience-points-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0442-Add-missing-InventoryType.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0443-Add-drops-to-shear-events.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0444-Add-HiddenPotionEffect-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0445-Add-PlayerShieldDisableEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0446-Return-null-for-empty-String-in-NamespacedKey.fromSt.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0447-Add-BlockStateMeta-clearBlockState.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0448-Expose-LootTable-of-DecoratedPot.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0449-Add-ShulkerDuplicateEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0450-Add-api-for-spawn-egg-texture-colors.patch [ci skip] Move logic in our patches to ItemType/BlockType (#10772) 2024-05-23 10:32:02 -07:00
0451-Add-Lifecycle-Event-system.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0452-ItemStack-Tooltip-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0453-Add-getChunkSnapshot-includeLightData-parameter.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0454-Add-FluidState-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0455-add-number-format-api.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0456-improve-BanList-types.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0457-Suspicious-Effect-Entry-API.patch Add since to deprecated for removals (#10848) 2024-06-04 15:40:18 -04:00
0458-Fix-DamageSource-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0459-Expanded-Hopper-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0460-Clone-mutables-to-prevent-unexpected-issues.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0461-Add-BlockBreakProgressUpdateEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0462-Deprecate-ItemStack-setType.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0463-Item-Mutation-Fixes.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0464-API-for-checking-sent-chunks.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0465-Add-CartographyItemEvent.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0466-More-Raid-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0467-Fix-SpawnerEntry-Equipment-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0468-Fix-ItemFlags.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0469-Allow-modifying-library-loader-jars-bytecode.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0470-Add-hook-to-remap-library-jars.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0471-Add-GameMode-isInvulnerable.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0472-Expose-hasColor-to-leather-armor.patch Fix a few issues with ItemMeta (#10740) 2024-05-26 00:58:56 +02:00
0473-Add-missing-wind-charge-damage-type.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0474-Added-API-to-get-player-ha-proxy-address.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0475-More-Chest-Block-API.patch Expose server build information (#10729) 2024-05-15 17:06:59 -07:00
0476-Brigadier-based-command-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0477-Fix-issues-with-recipe-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0478-Fix-equipment-slot-and-group-API.patch Backport LivingEntity#canUseEquipmentSlot API (#11013) 2024-07-02 17:25:00 +02:00
0479-Allow-Bukkit-plugin-to-use-Paper-PluginLoader-API.patch Update upstream (Bukkit/CraftBukkit/Spigot) (#10875) 2024-06-13 16:45:27 +02:00
0480-Allow-to-define-new-map-cursor-types.patch Allow to define new map cursor types (#10782) 2024-05-25 23:56:44 +02:00
0481-General-ItemMeta-fixes.patch Allow firework effects with no colors (#10814) 2024-05-29 20:50:44 +02:00
0482-Add-missing-fishing-event-state.patch Extend fishing API (#10634) 2024-05-29 23:45:01 +02:00
0483-Deprecate-InvAction-HOTBAR_MOVE_AND_READD.patch Deprecate InvAction#HOTBAR_MOVE_AND_READD (#10784) 2024-05-29 14:56:14 -07:00