PaperMC/Spigot-API-Patches
Aikar fe7ff11c9f Make ProjectileHitEvent Cancellable
Allows cancelling things like detonating TNT from Fire Arrows
2021-01-16 14:31:14 -05:00
..
0221-Brand-support.patch Updated Upstream (Bukkit/Spigot) 2020-11-03 09:14:21 +00:00
Ability-to-apply-mending-to-XP-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Change name and id to get from profile in AsyncPlayerPreLoginEvent (#3511) 2020-06-08 04:36:13 +10:00
Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Add API to get Tile Entities in a Chunk by Predicate 2020-12-18 21:24:21 +10:00
Add-a-call-helper-to-Event.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-a-way-to-get-translation-keys-for-blocks-entitie.patch Add a way to get translation keys for blocks, entities and materials 2020-08-11 21:20:44 +02:00
Add-additional-open-container-api-to-HumanEntity.patch Add additional open container api to HumanEntity 2020-08-26 02:30:08 -04:00
Add-an-API-for-CanPlaceOn-and-CanDestroy-NBT-values.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-an-asterisk-to-legacy-API-plugins.patch Fix plugin provides not being listed behind name in /plugins (#4825) 2020-12-01 15:06:14 +01:00
Add-and-implement-PlayerRecipeBookClickEvent.patch Add and implement PlayerRecipeBookClickEvent (#3351) 2020-06-23 00:33:08 -04:00
Add-API-for-quit-reason.patch Add API for quit reason 2020-11-14 16:23:10 +01:00
Add-API-methods-to-control-if-armour-stands-can-move.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-API-to-get-exact-interaction-point-in-PlayerInte.patch Add API to get exact interaction point in PlayerInteractEvent (#4995) 2021-01-08 15:26:51 +10:00
Add-API-to-get-Material-from-Boats-and-Minecarts.patch Add API to get the Material of Boats and Minecarts 2020-12-31 12:51:43 +10:00
Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-ArmorStand-Item-Meta.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-Ban-Methods-to-Player-Objects.patch Updated Upstream (Bukkit/Spigot) 2020-11-03 09:14:21 +00:00
Add-BaseComponent-sendMessage-methods-to-CommandSend.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-BeaconEffectEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-BellRingEvent.patch Add BellRingEvent for village bells (#2230) 2020-08-30 11:26:15 -07:00
Add-BlockFailedDispenseEvent.patch Add BlockFailedDispenseEvent 2020-11-29 00:38:52 +01:00
Add-BlockSoundGroup-interface.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-command-to-reload-permissions.yml-and-require-co.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-configuration-option-to-prevent-player-names-fro.patch Fix suggest-player-names-when-null-tab-completions - Fixes #3803 2020-07-05 03:11:54 -04:00
Add-Destroy-Speed-API.patch Add getDestroySpeed to Block API 2020-07-18 19:29:40 -05:00
Add-effect-to-block-break-naturally.patch Updated Upstream (Bukkit/CraftBukkit) 2020-08-27 14:37:37 +01:00
Add-entity-liquid-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-12-21 07:56:22 +00:00
Add-EntityKnockbackByEntityEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-EntityLoadCrossbowEvent.patch EntityLoadCrossbowEvent#shouldConsumeItem 2021-01-14 15:53:42 +00:00
Add-EntityTeleportEndGatewayEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-EntityZapEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-exception-reporting-event.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-extended-PaperServerListPingEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-FastUtil-to-Bukkit.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-getI18NDisplayName-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-getNearbyXXX-methods-to-Location.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-getOfflinePlayerIfCached-String.patch Add getOfflinePlayerIfCached(String) 2020-10-25 18:42:35 +11:00
Add-getTPS-method.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-GS4-Query-event.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
add-hand-to-BlockMultiPlaceEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-hand-to-bucket-events.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-handshake-event-to-allow-plugins-to-handle-clien.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-Heightmap-API.patch Location#getHighestLocation should support Upstream API (#4770) 2020-11-16 06:44:14 -08:00
Add-ignore-discounts-API.patch Add ignore discounts API 2020-11-09 20:45:38 +01:00
Add-item-slot-convenience-methods.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-ItemStack-Recipe-API-helper-methods.patch Use setAmount for Recipe Amount 2020-11-07 14:10:03 -08:00
Add-ItemStackRecipeChoice-Draft-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-legacy-ping-support-to-PaperServerListPingEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-LivingEntity-clearActiveItem.patch Add LivingEntity#clearActiveItem 2020-07-15 12:11:31 +02:00
Add-LivingEntity-getTargetEntity.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-Material-Tags.patch abstract custom set tags, add entity tags 2021-01-03 20:09:42 -08:00
Add-MetadataStoreBase.removeAll-Plugin.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-method-to-open-already-placed-sign.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-methods-for-working-with-arrows-stuck-in-living-.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2020-09-19 12:29:53 +01:00
Add-Mob-Goal-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-moon-phase-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-More-Creeper-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-more-Evoker-API.patch Add more Evoker API 2020-08-23 15:29:02 +02:00
Add-more-Witch-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-more-Zombie-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-OBSTRUCTED-reason-to-BedEnterResult.patch Add OBSTRUCTED result to BedEnterResult enum 2020-12-24 12:44:34 -08:00
Add-PhantomPreSpawnEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-Player-Client-Options-API.patch Updated Upstream (Bukkit/Spigot) 2020-11-03 09:14:21 +00:00
Add-player-view-distance-API.patch [CI-SKIP] Deprecate the view distance APIs on Player (#4945) 2020-12-27 12:37:37 +01:00
Add-PlayerArmorChangeEvent.patch Update Armor items in PlayerArmorChangeEvent (#4243) 2020-08-29 20:26:49 +02:00
Add-PlayerAttackEntityCooldownResetEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-PlayerConnectionCloseEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-PlayerFlowerPotManipulateEvent.patch Add PlayerFlowerPotManipulateEvent 2019-08-13 21:47:06 -07:00
Add-PlayerInitialSpawnEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-PlayerItemCooldownEvent.patch Add PlayerItemCooldownEvent 2020-08-25 14:01:03 +02:00
Add-PlayerJumpEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-PlayerLocaleChangeEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-PlayerPostRespawnEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-PlayerShearBlockEvent.patch Add PlayerShearBlockEvent 2020-08-27 15:39:24 -04:00
Add-PlayerUseUnknownEntityEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-playPickupItemAnimation-to-LivingEntity.patch Fix javadoc (#4276) 2020-09-02 14:20:10 +02:00
Add-PrepareResultEvent-PrepareGrindstoneEvent.patch Updated Upstream (Bukkit/CraftBukkit) (#3980) 2020-07-23 01:35:44 +02:00
Add-ProjectileCollideEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-Raw-Byte-ItemStack-Serialization.patch JavaDoc fixes 2020-12-19 01:39:37 -08:00
Add-ray-tracing-methods-to-LivingEntity.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-sender-name-to-commands.yml-replacement.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-sendOpLevel-API.patch Add sendOpLevel API 2020-12-29 15:04:24 +01:00
Add-setMaxPlayers-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Add-setPlayerProfile-API-for-Skulls.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-source-block-to-BlockPhysicsEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-source-to-PlayerExpChangeEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-spectator-target-events.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-String-based-Action-Bar-API.patch Use title packet for actionbar methods (#3959) 2020-07-22 10:01:35 +02:00
Add-StructureLocateEvent.patch Add StructureLocateEvent 2021-01-16 18:21:05 +01:00
Add-sun-related-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-TargetHitEvent-API.patch Add and implement cancellable TargetHitEvent for when Target Blocks are hit by Projectiles 2020-11-26 00:30:08 -08:00
Add-ThrownEggHatchEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-tick-times-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-TNTPrimeEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-UnknownCommandEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-villager-reputation-API.patch Add clear reputation API 2020-05-26 21:49:02 +02:00
Add-WhitelistToggleEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-workaround-for-plugins-modifying-the-parent-of-t.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Add-World.getEntity-UUID-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
added-2-new-TargetReasons-for-1.16-mob-behavior.patch add EntityTargetLivingEntityEvent for new 1.16 mobs (#3782) 2020-07-04 19:30:13 -06:00
Added-PlayerLecternPageChangeEvent.patch Added PlayerLecternPageChangeEvent 2020-11-23 12:59:17 -08:00
Added-PlayerLoomPatternSelectEvent.patch Added PlayerLoomPatternSelectEvent 2020-11-25 16:37:34 -08:00
added-PlayerTradeEvent.patch [CI-SKIP] [Auto] Rebuild Patches 2020-12-28 07:11:59 -05:00
Added-ServerResourcesReloadedEvent.patch Added ServerResourcesReloadedEvent 2020-12-02 20:05:09 -08:00
Added-WorldGameRuleChangeEvent.patch Added WorldGameRuleChangeEvent 2020-12-20 16:42:33 -08:00
Additional-Block-Material-API-s.patch Additional Block Material API's 2020-12-30 19:43:45 -05:00
Additional-world.getNearbyEntities-API-s.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Allow-Blocks-to-be-accessed-via-a-long-key.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Allow-delegation-to-vanilla-chunk-gen.patch Allow delegation to vanilla chunk gen 2020-04-29 02:12:51 +02:00
Allow-disabling-armour-stand-ticking.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Allow-plugins-to-use-SLF4J-for-logging.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2021-01-16 02:18:08 +00:00
Allow-Reloading-of-Command-Aliases.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Allow-setting-the-vex-s-summoner.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Amend-PlayerInteractAtEntityEvent-javadoc-for-ArmorS.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Annotation-Test-changes.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
AnvilDamageEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
API-to-get-a-BlockState-without-a-snapshot.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Arrow-pickup-rule-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Async-Chunks-API.patch Add exception handlers for getChunkAtAsync convenience methods 2020-11-15 19:26:25 -05:00
AsyncTabCompleteEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Automatically-disable-plugins-that-fail-to-load.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Basic-PlayerProfile-API.patch Fix Player skulls for offline mode servers 2020-06-23 04:53:02 -04:00
Beacon-API-custom-effect-ranges.patch Fix minor issue with JavaDoc breaking doc deploys 2020-11-11 21:19:46 -06:00
Better-AnnotationTest-printout.patch [CI-SKIP] Improved the annotation test output 2020-12-03 14:11:22 -08:00
BlockDestroyEvent.patch Fix sound/particles not showing when listening on BlockDestroyEvent (#3998) 2020-07-25 22:22:53 +01:00
Change-the-reserved-channel-check-to-be-sensible.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Clarify-the-Javadocs-for-Entity.getEntitySpawnReason.patch Clarify the JavaDocs for Entity.getEntitySpawnReason() in response to #4361 2020-10-03 16:31:23 +02:00
Close-Plugin-Class-Loaders-on-Disable.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Complete-resource-pack-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Create-HoverEvent-from-ItemStack-Entity.patch Create HoverEvent from ItemStack Entity 2020-07-06 22:19:08 +02:00
Custom-replacement-for-eaten-items.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Disable-Sync-Events-firing-Async-errors-during-shutd.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Display-warning-on-deprecated-recipe-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Don-t-use-snapshots-for-Timings-Tile-Entity-reports.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Enable-multi-release-plugin-jars.patch Enable Multi-Release plugin jar support 2020-12-04 15:57:46 -08:00
EnderDragon-Events.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Enderman.teleportRandomly.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
EndermanAttackPlayerEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
EndermanEscapeEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
ensureServerConversions-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Entity-AddTo-RemoveFrom-World-Events.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Entity-fromMobSpawner.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Entity-getChunk-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Entity-getEntitySpawnReason.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Entity-isTicking.patch Entity#isTicking (#4612) 2020-10-03 22:05:33 -05:00
Entity-Jump-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Entity-Origin-API.patch Updated Upstream (Bukkit/CraftBukkit) (#4688) 2020-10-26 16:02:55 +01:00
EntityPathfindEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
EntityRegainHealthEvent-isFastRegen-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Updated Upstream (Bukkit/CraftBukkit) 2020-08-31 08:30:51 -04:00
EntityTransformedEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expand-ArmorStand-API.patch 1.16.2 Release (#4123) 2020-08-24 22:22:08 -04:00
Expand-Explosions-API.patch Fix Explosion location - Fixes #3574 (#3826) 2020-07-06 21:27:19 +02:00
Expand-Location-Manipulation-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expand-World.spawnParticle-API-and-add-Builder.patch JavaDoc fixes 2020-12-19 01:39:37 -08:00
ExperienceOrbMergeEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expose-Arrow-getItemStack.patch Expose getItemStack in Arrows 2020-05-22 13:56:24 -04:00
Expose-attack-cooldown-methods-for-Player.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expose-client-protocol-version-and-virtual-host.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expose-game-version.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expose-LivingEntity-hurt-direction.patch Expose LivingEntity hurt direction 2020-12-22 22:32:15 +01:00
Expose-MinecraftServer-isRunning.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expose-server-CommandMap.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expose-the-Entity-Counter-to-allow-plugins-to-use-va.patch Expose the Entity Counter to allow plugins to use valid and non-conflicting Entity Ids 2020-08-28 01:44:21 +02:00
Expose-the-internal-current-tick.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Expose-WorldBorder-isInBounds-Location-check.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fill-Profile-Property-Events.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fireworks-API-s.patch API update 2020-06-24 22:33:35 -04:00
Fix-Potion-toItemStack-swapping-the-extended-and-upg.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-ServerListPingEvent-flagging-as-Async.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Fix-upstream-javadoc-warnings-and-errors.patch Mark PlayerInventory#getItem as nullable 2021-01-14 14:35:50 +00:00
Flip-some-Spigot-API-null-annotations.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
getPlayerUniqueId-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Graduate-bungeecord-chat-API-from-spigot-subclasses.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Handle-plugin-prefixes-in-implementation-logging-con.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Here-s-Johnny.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Ignore-package-private-methods-for-nullability-annot.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
IllegalPacketEvent.patch deprecate IllegalPacketEvent (#4867) 2020-12-07 23:51:55 -08:00
Implement-furnace-cook-speed-multiplier-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Improve-death-events.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Improve-the-Saddle-API-for-Horses.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Increase-custom-payload-channel-message-size.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Inventory-getHolder-method-without-block-snapshot.patch Add Inventory getHolder methods without creating new block snapshots (#3535) 2020-06-20 20:34:56 +01:00
Inventory-removeItemAnySlot.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
InventoryCloseEvent-Reason-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
isChunkGenerated-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Item-canEntityPickup.patch Updated Upstream (Bukkit/CraftBukkit) 2020-10-14 16:00:43 +02:00
Item-no-age-no-player-pickup.patch Item no age & no player pickup 2020-11-07 01:23:06 +00:00
ItemStack-API-additions-for-quantity-flags-lore.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
ItemStack-getMaxItemUseDuration.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
LivingEntity-Hand-Raised-Item-Use-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
LivingEntity-setKiller.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Location.isChunkLoaded-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Location.toBlockLocation-toCenterLocation.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
LootTable-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-07-29 21:50:16 +02:00
Make-EnderDragon-extend-Mob.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Make-JavaPluginLoader-thread-safe.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Make-PlayerEvent-public.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Make-plugins-list-alphabetical.patch Fix plugin provides not being listed behind name in /plugins (#4825) 2020-12-01 15:06:14 +01:00
Make-ProjectileHitEvent-Cancellable.patch Make ProjectileHitEvent Cancellable 2021-01-16 14:31:14 -05:00
Make-shield-blocking-delay-configurable.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Make-the-default-permission-message-configurable.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Material-API-additions.patch [Auto] Updated Upstream (Bukkit/CraftBukkit) 2020-07-01 19:41:58 -04:00
Misc-Utils.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Mob-Pathfinding-API.patch Expand Pathfinding API with more options 2020-05-16 15:15:11 +02:00
Mob-Spawner-API-Enhancements.patch Support spawning item stacks 2020-11-14 19:11:20 +01:00
More-lightning-API.patch Add more lightning API 2020-07-26 14:46:14 +02:00
Optimize-Hoppers.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Paper-Utils.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Performance-Concurrency-Improvements-to-Permissions.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Player-affects-spawning-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Player-Chunk-Load-Unload-Events.patch Player Chunk Load/Unload Events 2020-10-31 23:06:21 +01:00
Player-elytra-boost-API.patch Add player elytra boost API 2020-04-14 12:11:25 +02:00
Player-Tab-List-and-Title-APIs.patch [CI-SKIP] [Auto] Rebuild Patches 2020-12-16 15:26:55 -05:00
Player.setPlayerProfile-API.patch Updated Upstream (Bukkit/Spigot) 2020-11-03 09:14:21 +00:00
PlayerAdvancementCriterionGrantEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerAttemptPickupItemEvent.patch fix #4144 (#4170) 2020-08-30 11:24:23 -07:00
PlayerDeathEvent-getItemsToKeep.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerDeathEvent-shouldDropExperience.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerElytraBoostEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerLaunchProjectileEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerNaturallySpawnCreaturesEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerPickupExperienceEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerPickupItemEvent-setFlyAtPlayer.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerReadyArrowEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PlayerTeleportEndGatewayEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
POM-changes.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2021-01-16 02:18:08 +00:00
Potential-bed-API.patch [1.16] Make it run (#3626) 2020-06-26 14:04:38 +02:00
PotionEffect-clone-methods.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PreCreatureSpawnEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
PreSpawnerSpawnEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Prioritise-own-classes-where-possible.patch Fix race condition reintroduced in Prioritize class loader patch 2020-05-18 01:18:44 -04:00
Profile-Lookup-Events.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
ProfileWhitelistVerifyEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Provide-a-useful-PluginClassLoader-toString.patch Provide a useful PluginClassLoader#toString 2020-05-31 15:28:35 +01:00
Provide-Chunk-Coordinates-as-a-Long-API.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) (#4659) 2020-10-17 12:39:45 +02:00
Provide-E-TE-Chunk-count-stat-methods.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
RangedEntity-API.patch Add support for RanagedEntity API for newer mobs (Fixes #4678) 2020-10-22 13:01:44 +01:00
Reduce-thread-synchronization-in-MetadataStoreBase.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Remove-deadlock-risk-in-firing-async-events.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Return-chat-component-with-empty-text-instead-of-thr.patch Return chat component with empty text instead of throwing exception. Fixes #3328 2021-01-16 20:10:42 +01:00
Server-Tick-Events.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Shoulder-Entities-Release-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
SkeletonHorse-Additions.patch Add #getEligibleHumans to SkeletonHorseTrapEvent 2020-08-23 21:57:55 +02:00
Slime-Pathfinder-Events.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Spawn-Reason-API.patch Add Spawn Entity SpawnReason API 2020-05-09 13:11:43 -04:00
Support-cancellation-supression-of-EntityDismount-Ve.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Support-components-in-ItemMeta.patch Support components in ItemMeta (#3513) 2020-07-02 17:53:21 +02:00
Support-hex-colors-in-getLastColors.patch Support hex colors in getLastColors (#3922) 2020-07-17 19:05:52 +02:00
Tameable-getOwnerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
Timings-v2.patch Updated Upstream (Bukkit/Spigot) 2020-11-03 09:14:21 +00:00
Turtle-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Use-ASM-for-event-executors.patch Updated Upstream (Bukkit/CraftBukkit/Spigot) 2021-01-16 02:18:08 +00:00
Version-Command-2.0.patch Updated Upstream (Bukkit) 2021-01-16 02:46:43 +00:00
Villager-resetOffers.patch Villager resetOffers API 2020-10-03 21:20:10 -07:00
Villager-Restocks-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
WitchConsumePotionEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
WitchReadyPotionEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
WitchThrowPotionEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
World-view-distance-api.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
Zombie-API-breaking-doors.patch Zombie API - breaking doors 2020-11-18 11:33:29 -08:00