Paper/Spigot-API-Patches
Mariell Hoversholm 9f8ae5cb61
Prioritise own classes where possible
This adds the server property `Paper.DisableClassPrioritization` to disable
prioritization of own classes for plugins' classloaders.

This value is by default not present, and this will therefore break any
plugins which abuse behaviour related to not using their own classes
while still loading their own. This is often an issue with failing to
relocate or shade properly, such as when shading plugin APIs like Vault.

A plugin's classloader will first look in the same jar as it is loading
in for a requested class, then load it. It does not re-use other
plugins' classes if it has the chance to avoid doing so.

If a class is not found in the same jar as it is loading for and it does
find it elsewhere, it will still choose the class elsewhere. This is
intended behaviour, as it will only prioritise classes it has in its own
jar, no other plugins' classes will be prioritised in any other order
than the one they were registered in.

The patch in general terms just loads the class in the plugin's jar
before it starts looking elsewhere for it.
2020-05-16 23:33:47 -04:00
..
0001-POM-changes.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0002-Add-FastUtil-to-Bukkit.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0003-Paper-Utils.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0004-Timings-v2.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0005-Player-affects-spawning-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0006-Add-getTPS-method.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0007-Entity-Origin-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0008-Version-Command-2.0.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0009-Add-PlayerLocaleChangeEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0010-Add-player-view-distance-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0011-Add-BeaconEffectEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0012-Add-PlayerInitialSpawnEvent.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0013-Automatically-disable-plugins-that-fail-to-load.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0014-Expose-server-CommandMap.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0015-Graduate-bungeecord-chat-API-from-spigot-subclasses.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0016-Player-Tab-List-and-Title-APIs.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0017-Add-exception-reporting-event.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0018-Fix-ServerListPingEvent-flagging-as-Async.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0019-Add-BaseComponent-sendMessage-methods-to-CommandSend.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0020-Add-methods-for-working-with-arrows-stuck-in-living-.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0021-Complete-resource-pack-API.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0022-Use-ASM-for-event-executors.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0023-Add-a-call-helper-to-Event.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0024-Add-sender-name-to-commands.yml-replacement.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0025-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
0026-Custom-replacement-for-eaten-items.patch Rebuild all patches using the new rebuild pattern 2020-05-06 05:48:49 -04:00
0027-Entity-AddTo-RemoveFrom-World-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0028-EntityPathfindEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0029-Reduce-thread-synchronization-in-MetadataStoreBase.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0030-Add-MetadataStoreBase.removeAll-Plugin.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0031-Add-PlayerUseUnknownEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0032-Add-handshake-event-to-allow-plugins-to-handle-clien.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0033-Arrow-pickup-rule-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0034-EntityRegainHealthEvent-isFastRegen-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0035-LootTable-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0036-Add-EntityZapEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0037-Misc-Utils.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0038-Allow-Reloading-of-Command-Aliases.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0039-Add-source-to-PlayerExpChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0040-Add-ProjectileCollideEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0041-Add-String-based-Action-Bar-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0042-Add-API-methods-to-control-if-armour-stands-can-move.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0043-IllegalPacketEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0044-Fireworks-API-s.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0045-PlayerTeleportEndGatewayEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0046-Provide-E-TE-Chunk-count-stat-methods.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0047-ExperienceOrbs-API-for-Reason-Source-Triggering-play.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0048-Expose-WorldBorder-isInBounds-Location-check.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0049-Add-configuration-option-to-prevent-player-names-fro.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0050-Fix-upstream-javadoc-warnings-and-errors.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0051-Item-canEntityPickup.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0052-PlayerPickupItemEvent-setFlyAtPlayer.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0053-PlayerAttemptPickupItemEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0054-Add-UnknownCommandEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0055-Basic-PlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0056-Shoulder-Entities-Release-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0057-Profile-Lookup-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0058-Entity-fromMobSpawner.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0059-Improve-the-Saddle-API-for-Horses.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0060-ensureServerConversions-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0061-Add-getI18NDisplayName-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0062-ProfileWhitelistVerifyEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0063-Make-plugins-list-alphabetical.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0064-LivingEntity-setKiller.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0065-Handle-plugin-prefixes-in-implementation-logging-con.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0066-Allow-plugins-to-use-SLF4J-for-logging.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0067-Add-workaround-for-plugins-modifying-the-parent-of-t.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0068-Add-PlayerJumpEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0069-Expose-client-protocol-version-and-virtual-host.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0070-Add-PlayerArmorChangeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0071-API-to-get-a-BlockState-without-a-snapshot.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0072-AsyncTabCompleteEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0073-Display-warning-on-deprecated-recipe-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0074-PlayerPickupExperienceEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0075-ExperienceOrbMergeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0076-Ability-to-apply-mending-to-XP-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0077-PreCreatureSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0078-PlayerNaturallySpawnCreaturesEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0079-Add-setPlayerProfile-API-for-Skulls.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0080-Fill-Profile-Property-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0081-PlayerAdvancementCriterionGrantEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0082-Add-ArmorStand-Item-Meta.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0083-Optimize-Hoppers.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0084-Tameable-getOwnerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0085-Ability-to-change-PlayerProfile-in-AsyncPreLoginEven.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0086-Add-extended-PaperServerListPingEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0087-Player.setPlayerProfile-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0088-getPlayerUniqueId-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0089-Add-legacy-ping-support-to-PaperServerListPingEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0090-Add-method-to-open-already-placed-sign.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0091-Add-Ban-Methods-to-Player-Objects.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0092-EndermanEscapeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0093-Enderman.teleportRandomly.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0094-Additional-world.getNearbyEntities-API-s.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0095-Location.isChunkLoaded-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0096-Expand-World.spawnParticle-API-and-add-Builder.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0097-EndermanAttackPlayerEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0098-Close-Plugin-Class-Loaders-on-Disable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0099-WitchConsumePotionEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0100-WitchThrowPotionEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0101-Location.toBlockLocation-toCenterLocation.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0102-PotionEffect-clone-methods.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0103-WitchReadyPotionEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0104-ItemStack-getMaxItemUseDuration.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0105-Add-EntityTeleportEndGatewayEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0106-Make-shield-blocking-delay-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0107-EntityShootBowEvent-consumeArrow-and-getArrowItem-AP.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0108-Add-getNearbyXXX-methods-to-Location.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0109-PlayerReadyArrowEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0110-Add-EntityKnockbackByEntityEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0111-Expand-Explosions-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0112-ItemStack-API-additions-for-quantity-flags-lore.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0113-LivingEntity-Hand-Raised-Item-Use-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0114-RangedEntity-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0115-Add-World.getEntity-UUID-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0116-InventoryCloseEvent-Reason-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0117-Entity-getChunk-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0118-Add-an-asterisk-to-legacy-API-plugins.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0119-EnderDragon-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0120-PlayerLaunchProjectileEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0121-PlayerElytraBoostEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0122-EntityTransformedEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0123-Allow-disabling-armour-stand-ticking.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0124-SkeletonHorse-Additions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0125-Expand-Location-Manipulation-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0126-Expand-ArmorStand-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0127-AnvilDamageEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0128-Remove-deadlock-risk-in-firing-async-events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0129-Add-hand-to-bucket-events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0130-Add-TNTPrimeEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0131-Provide-Chunk-Coordinates-as-a-Long-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0132-Async-Chunks-API.patch Add Urgent API for Async Chunks API and use it for Async Teleport 2020-05-10 00:57:03 -04:00
0133-Make-EnderDragon-extend-Mob.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0134-Ability-to-get-Tile-Entities-from-a-chunk-without-sn.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0135-Don-t-use-snapshots-for-Timings-Tile-Entity-reports.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0136-Allow-Blocks-to-be-accessed-via-a-long-key.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0137-Slime-Pathfinder-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0138-isChunkGenerated-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0139-Add-More-Creeper-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0140-Add-PhantomPreSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0141-Add-source-block-to-BlockPhysicsEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0142-Inventory-removeItemAnySlot.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0143-Add-ray-tracing-methods-to-LivingEntity.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0144-Improve-death-events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0145-Mob-Pathfinding-API.patch Expand Pathfinding API with more options 2020-05-16 23:02:48 -04:00
0146-Expose-attack-cooldown-methods-for-Player.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0147-Add-an-API-for-CanPlaceOn-and-CanDestroy-NBT-values.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0148-Performance-Concurrency-Improvements-to-Permissions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0149-Add-ItemStackRecipeChoice-Draft-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0150-Implement-furnace-cook-speed-multiplier-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0151-PreSpawnerSpawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0152-Remove-Precondition-on-name-for-AttributeModifier.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0153-Material-API-additions.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0154-Add-Material-Tags.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0155-Allow-setting-the-vex-s-summoner.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0156-Add-LivingEntity-getTargetEntity.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0157-Add-sun-related-API.patch Add Urgent API for Async Chunks API and use it for Async Teleport 2020-05-10 00:57:03 -04:00
0158-Here-s-Johnny.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0159-Turtle-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0160-Implement-getters-and-setters-for-EntityItem-owner-a.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0161-Add-spectator-target-events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0162-Add-more-Witch-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0163-Make-the-default-permission-message-configurable.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0164-Support-cancellation-supression-of-EntityDismount-Ve.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0165-Add-more-Zombie-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0166-Change-the-reserved-channel-check-to-be-sensible.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0167-Add-PlayerConnectionCloseEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0168-Add-APIs-to-replace-OfflinePlayer-getLastPlayed.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0169-BlockDestroyEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0170-Add-ItemStack-Recipe-API-helper-methods.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0171-Add-WhitelistToggleEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0172-Annotation-Test-changes.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0173-Entity-getEntitySpawnReason.patch Add Urgent API for Async Chunks API and use it for Async Teleport 2020-05-10 00:57:03 -04:00
0174-Add-GS4-Query-event.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0175-Add-PlayerPostRespawnEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0176-Ignore-package-private-methods-for-nullability-annot.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0177-Flip-some-Spigot-API-null-annotations.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0178-Server-Tick-Events.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0179-PlayerDeathEvent-getItemsToKeep.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0180-Add-Heightmap-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0181-Mob-Spawner-API-Enhancements.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0182-Add-BlockSoundGroup-interface.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0183-Amend-PlayerInteractAtEntityEvent-javadoc-for-ArmorS.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0184-Make-PlayerEvent-public.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0185-Increase-custom-payload-channel-message-size.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0186-Expose-the-internal-current-tick.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0187-PlayerDeathEvent-shouldDropExperience.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0188-Add-effect-to-block-break-naturally.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0189-Add-ThrownEggHatchEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0190-Entity-Jump-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0191-add-hand-to-BlockMultiPlaceEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0192-Add-tick-times-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0193-Expose-MinecraftServer-isRunning.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0194-Disable-Sync-Events-firing-Async-errors-during-shutd.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0195-Make-JavaPluginLoader-thread-safe.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0196-Add-Player-Client-Options-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0197-Add-PlayerAttackEntityCooldownResetEvent.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0198-Fix-Potion-toItemStack-swapping-the-extended-and-upg.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0199-Villager-Restocks-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0200-Expose-game-version.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0201-Add-item-slot-convenience-methods.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0202-Add-Mob-Goal-API.patch Add missing mob goals for API (#3367) 2020-05-16 23:19:24 -04:00
0203-World-view-distance-api.patch Add Urgent API for Async Chunks API and use it for Async Teleport 2020-05-10 00:57:03 -04:00
0204-Add-villager-reputation-API.patch Updated Upstream (Bukkit/CraftBukkit) 2020-05-06 06:05:22 -04:00
0205-Spawn-Reason-API.patch Add Urgent API for Async Chunks API and use it for Async Teleport 2020-05-10 00:57:03 -04:00
0206-Potential-bed-API.patch Potential bed api (#3339) 2020-05-11 00:19:04 -04:00
0207-Prioritise-own-classes-where-possible.patch Prioritise own classes where possible 2020-05-16 23:33:47 -04:00