PaperMC/Spigot-API-Patches
Zach Brown 70ce6ce831
Move version command update checking to the implementation
This makes it easier for downstream projects (forks) to replace the
version fetching system with their own. It is as simple as implementing
an interface and overriding the default implementation of
org.bukkit.UnsafeValues#getVersionFetcher()

It also makes it easier for us to organize things like the version
history feature.

Lastly I have updated the paper implementation to check against the site
API rather than against jenkins.
2019-05-27 04:13:41 -05:00
..
0001-POM-changes.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
0002-Add-FastUtil-to-Bukkit.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
0003-Paper-Utils.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0004-Timings-v2.patch Fix compilation 2019-05-22 05:14:56 +01:00
0005-Player-affects-spawning-API.patch Fix compilation 2019-05-22 05:14:56 +01:00
0006-Add-getTPS-method.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
0007-Entity-Origin-API.patch Update Upstream 2019-05-05 19:58:04 -07:00
0008-Version-Command-2.0.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0009-Add-PlayerLocaleChangeEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0010-Add-player-view-distance-API.patch Fix compilation 2019-05-22 05:14:56 +01:00
0011-Add-BeaconEffectEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0012-Add-PlayerInitialSpawnEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0013-Automatically-disable-plugins-that-fail-to-load.patch Update Upstream 2019-05-05 19:58:04 -07:00
0014-Expose-server-CommandMap.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
0015-Graduate-bungeecord-chat-API-from-spigot-subclasses.patch More compile fixes 2019-05-06 03:20:16 -04:00
0016-Player-Tab-List-and-Title-APIs.patch Update Upstream 2019-05-05 19:58:04 -07:00
0017-Add-exception-reporting-event.patch Update Upstream 2019-05-05 19:58:04 -07:00
0018-Fix-ServerListPingEvent-flagging-as-Async.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0019-Add-BaseComponent-sendMessage-methods-to-CommandSend.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0020-Add-methods-for-working-with-arrows-stuck-in-living-.patch Actually fix compilation 2019-05-22 05:21:49 +01:00
0021-Complete-resource-pack-API.patch Fix compilation 2019-05-22 05:14:56 +01:00
0022-Use-ASM-for-event-executors.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
0023-Add-a-call-helper-to-Event.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0024-Add-sender-name-to-commands.yml-replacement.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0025-Add-command-to-reload-permissions.yml-and-require-co.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
0026-Custom-replacement-for-eaten-items.patch Update Upstream 2019-05-05 19:58:04 -07:00
0027-Access-items-by-EquipmentSlot.patch Update Upstream 2019-05-05 19:58:04 -07:00
0028-Entity-AddTo-RemoveFrom-World-Events.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0029-EntityPathfindEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0030-Reduce-thread-synchronization-in-MetadataStoreBase.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0031-Add-MetadataStoreBase.removeAll-Plugin.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0032-Add-PlayerUseUnknownEntityEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0033-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0034-Arrow-pickup-rule-API.patch Update Upstream 2019-05-05 19:58:04 -07:00
0035-EntityRegainHealthEvent-isFastRegen-API.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0036-LootTable-API.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0037-Add-EntityZapEvent.patch Update Upstream 2019-05-05 19:58:04 -07:00
0038-Misc-Utils.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0039-Allow-Reloading-of-Command-Aliases.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
0040-Add-source-to-PlayerExpChangeEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0041-Add-ProjectileCollideEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0042-Add-String-based-Action-Bar-API.patch Fix compilation 2019-05-22 05:14:56 +01:00
0043-Add-API-methods-to-control-if-armour-stands-can-move.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0044-IllegalPacketEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0045-Fireworks-API-s.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0046-PlayerTeleportEndGatewayEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0047-Provide-E-TE-Chunk-count-stat-methods.patch Update Upstream 2019-05-05 19:58:04 -07:00
0048-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch More 1.14 work 2019-04-27 17:35:50 -04:00
0049-Expose-WorldBorder-isInBounds-Location-check.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0050-Add-configuration-option-to-prevent-player-names-fro.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
0051-Fix-upstream-javadoc-warnings-and-errors.patch Fix compilation 2019-05-22 05:14:56 +01:00
0052-Item-canEntityPickup.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0053-PlayerPickupItemEvent-setFlyAtPlayer.patch Update Upstream 2019-05-05 19:58:04 -07:00
0054-PlayerAttemptPickupItemEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0055-Add-UnknownCommandEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0056-Basic-PlayerProfile-API.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
0057-Shoulder-Entities-Release-API.patch Update Upstream 2019-05-05 19:58:04 -07:00
0058-Profile-Lookup-Events.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0059-Entity-fromMobSpawner.patch Update Upstream 2019-05-05 19:58:04 -07:00
0060-Improve-the-Saddle-API-for-Horses.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0061-ensureServerConversions-API.patch Update Upstream 2019-05-05 19:58:04 -07:00
0062-Add-getI18NDisplayName-API.patch Update Upstream 2019-05-05 19:58:04 -07:00
0063-ProfileWhitelistVerifyEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0064-Make-plugins-list-alphabetical.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0065-LivingEntity-setKiller.patch Fix compilation 2019-05-22 05:14:56 +01:00
0066-Handle-plugin-prefixes-in-implementation-logging-con.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0067-Allow-plugins-to-use-SLF4J-for-logging.patch MC 1.14.1 2019-05-13 21:20:58 -05:00
0068-Add-workaround-for-plugins-modifying-the-parent-of-t.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0069-Add-PlayerJumpEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0070-Expose-client-protocol-version-and-virtual-host.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0071-Add-PlayerArmorChangeEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0072-API-to-get-a-BlockState-without-a-snapshot.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0073-AsyncTabCompleteEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0074-Display-warning-on-deprecated-recipe-API.patch Update Upstream 2019-05-05 19:58:04 -07:00
0075-PlayerPickupExperienceEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0076-ExperienceOrbMergeEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0077-Ability-to-apply-mending-to-XP-API.patch Update Upstream 2019-05-05 19:58:04 -07:00
0078-PreCreatureSpawnEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0079-PlayerNaturallySpawnCreaturesEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0080-Add-setPlayerProfile-API-for-Skulls.patch Update Upstream 2019-05-05 19:58:04 -07:00
0081-Fill-Profile-Property-Events.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0082-PlayerAdvancementCriterionGrantEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0083-Add-ArmorStand-Item-Meta.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0084-Optimize-Hoppers.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0085-Tameable-getOwnerUniqueId-API.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0086-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0087-Add-extended-PaperServerListPingEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0088-Player.setPlayerProfile-API.patch Fix compilation 2019-05-22 05:14:56 +01:00
0089-getPlayerUniqueId-API.patch More compile fixes 2019-05-06 03:20:16 -04:00
0090-Add-legacy-ping-support-to-PaperServerListPingEvent.patch Initial work on 1.14 pre-5 2019-04-23 10:35:52 +01:00
0091-Add-method-to-open-already-placed-sign.patch Update Upstream 2019-05-05 19:58:04 -07:00
0092-Add-Ban-Methods-to-Player-Objects.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0093-EndermanEscapeEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0094-Enderman.teleportRandomly.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0095-Additional-world.getNearbyEntities-API-s.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0096-Location.isChunkLoaded-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0097-Expand-World.spawnParticle-API-and-add-Builder.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0098-EndermanAttackPlayerEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0099-Close-Plugin-Class-Loaders-on-Disable.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0100-WitchConsumePotionEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0101-WitchThrowPotionEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0102-Location.toBlockLocation-toCenterLocation.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0103-PotionEffect-clone-methods.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0104-WitchReadyPotionEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0105-ItemStack-getMaxItemUseDuration.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0106-Add-EntityTeleportEndGatewayEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0107-Make-shield-blocking-delay-configurable.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0108-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0109-Add-getNearbyXXX-methods-to-Location.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0110-PlayerReadyArrowEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0111-Add-EntityKnockbackByEntityEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0112-Expand-Explosions-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0113-ItemStack-API-additions-for-quantity-flags-lore.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0114-LivingEntity-Hand-Raised-Item-Use-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0115-RangedEntity-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0116-Add-World.getEntity-UUID-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0117-InventoryCloseEvent-Reason-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0118-Entity-getChunk-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0119-Add-an-asterisk-to-legacy-API-plugins.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0120-EnderDragon-Events.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0121-PlayerLaunchProjectileEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0122-PlayerElytraBoostEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0123-EntityTransformedEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0124-Allow-disabling-armour-stand-ticking.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0125-SkeletonHorse-Additions.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0126-Expand-Location-Manipulation-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0127-Expand-ArmorStand-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0128-AnvilDamageEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0129-Remove-deadlock-risk-in-firing-async-events.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0130-Add-hand-to-bucket-events.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0131-Add-TNTPrimeEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0132-Provide-Chunk-Coordinates-as-a-Long-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0133-Async-Chunks-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0134-Make-EnderDragon-extend-Mob.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0135-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0136-Don-t-use-snapshots-for-Timings-Tile-Entity-reports.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0137-Allow-Blocks-to-be-accessed-via-a-long-key.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0138-Slime-Pathfinder-Events.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0139-isChunkGenerated-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0140-Add-More-Creeper-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0141-Add-PhantomPreSpawnEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0142-Add-source-block-to-BlockPhysicsEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0143-Inventory-removeItemAnySlot.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0144-Add-ray-tracing-methods-to-LivingEntity.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0145-Improve-death-events.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0146-Mob-Pathfinding-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0147-Expose-attack-cooldown-methods-for-Player.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0148-Add-an-API-for-CanPlaceOn-and-CanDestroy-NBT-values.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0149-Performance-Concurrency-Improvements-to-Permissions.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0150-Add-ItemStackRecipeChoice-Draft-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0151-Implement-furnace-cook-speed-multiplier-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0152-PreSpawnerSpawnEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0153-Remove-Precondition-on-name-for-AttributeModifier.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0154-Material-API-additions.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0155-Add-Material-Tags.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0156-Allow-setting-the-vex-s-summoner.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0157-Add-LivingEntity-getTargetEntity.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0158-Add-sun-related-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0159-Here-s-Johnny.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0160-Turtle-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0161-Implement-getters-and-setters-for-EntityItem-owner-a.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0162-Add-spectator-target-events.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0163-Add-more-Witch-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0164-Make-the-default-permission-message-configurable.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0165-Support-cancellation-supression-of-EntityDismount-Ve.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0166-Add-more-Zombie-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0167-Change-the-reserved-channel-check-to-be-sensible.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0168-Add-PlayerConnectionCloseEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0169-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0170-BlockDestroyEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0171-Add-ItemStack-Recipe-API-helper-methods.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0172-Add-WhitelistToggleEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0173-Annotation-Test-changes.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0174-Entity-getEntitySpawnReason.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0175-Add-GS4-Query-event.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0176-Add-PlayerPostRespawnEvent.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0177-Ignore-package-private-methods-for-nullability-annot.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0178-Flip-some-Spigot-API-null-annotations.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0179-Server-Tick-Events.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0180-PlayerDeathEvent-getItemsToKeep.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0181-Add-Heightmap-API.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00
0182-Mob-Spawner-API-Enhancements.patch Move version command update checking to the implementation 2019-05-27 04:13:41 -05:00