From 29bf7a57fd901b8195ac429594a33013876c0f0f Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Wed, 30 Jan 2019 13:26:12 +0000 Subject: [PATCH] Updated Upstream (Bukkit/CraftBukkit) Upstream has released updates that appears to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Bukkit Changes: d58803c2 SPIGOT-4597: Make BlockDropItemEvent use a list d450fdf1 Add note about Maven repository usage to pom.xml CraftBukkit Changes: ed274c51 SPIGOT-4597: Make BlockDropItemEvent use a list 1734f378 SPIGOT-4598: Shift click on custom workbench inventory causes crash a65b73ad Add note about Maven repository usage to pom.xml --- .../Add-FastUtil-to-Bukkit.patch | 2 +- ...low-plugins-to-use-SLF4J-for-logging.patch | 4 +-- Spigot-API-Patches/POM-changes.patch | 6 +++-- .../Use-ASM-for-event-executors.patch | 18 ++++++------- .../Add-EntityZapEvent.patch | 6 ++--- .../Add-ProjectileCollideEvent.patch | 2 +- .../Add-hand-to-bucket-events.patch | 6 ++--- .../Add-source-to-PlayerExpChangeEvent.patch | 4 +-- .../Async-Chunk-Loading-and-Generation.patch | 2 +- ...ent-consumeArrow-and-getArrowItem-AP.patch | 2 +- .../ExperienceOrbMergeEvent.patch | 2 +- ...PI-for-Reason-Source-Triggering-play.patch | 24 ++++++++--------- .../Extend-Player-Interact-cancellation.patch | 2 +- .../Improve-death-events.patch | 2 +- .../InventoryCloseEvent-Reason-API.patch | 2 +- ...lid-item-for-enchantment-checks-on-b.patch | 2 +- ...-maximum-exp-value-when-merging-orbs.patch | 4 +-- Spigot-Server-Patches/POM-Changes.patch | 2 +- ...oleAppender-for-console-improvements.patch | 26 +++++++++---------- .../Vanished-players-don-t-have-rights.patch | 8 +++--- work/Bukkit | 2 +- work/CraftBukkit | 2 +- 22 files changed, 66 insertions(+), 64 deletions(-) diff --git a/Spigot-API-Patches/Add-FastUtil-to-Bukkit.patch b/Spigot-API-Patches/Add-FastUtil-to-Bukkit.patch index 1f83561837..6c2b9cb1e5 100644 --- a/Spigot-API-Patches/Add-FastUtil-to-Bukkit.patch +++ b/Spigot-API-Patches/Add-FastUtil-to-Bukkit.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Add FastUtil to Bukkit Doesn't expose to plugins, just allows Paper-API to use it for optimization diff --git a/pom.xml b/pom.xml -index 229fe559..412a6901 100644 +index a613cf963..f8f12595b 100644 --- a/pom.xml +++ b/pom.xml @@ -0,0 +0,0 @@ diff --git a/Spigot-API-Patches/Allow-plugins-to-use-SLF4J-for-logging.patch b/Spigot-API-Patches/Allow-plugins-to-use-SLF4J-for-logging.patch index 33bd182910..636535a00f 100644 --- a/Spigot-API-Patches/Allow-plugins-to-use-SLF4J-for-logging.patch +++ b/Spigot-API-Patches/Allow-plugins-to-use-SLF4J-for-logging.patch @@ -14,7 +14,7 @@ it without having to shade it in the plugin and going through several layers of logging abstraction. diff --git a/pom.xml b/pom.xml -index 041ae474..3e2c1cd5 100644 +index 84ba2076f..3ebc62871 100644 --- a/pom.xml +++ b/pom.xml @@ -0,0 +0,0 @@ @@ -33,7 +33,7 @@ index 041ae474..3e2c1cd5 100644 junit diff --git a/src/main/java/org/bukkit/plugin/Plugin.java b/src/main/java/org/bukkit/plugin/Plugin.java -index 55debf5d..8d2999ac 100644 +index 55debf5d5..8d2999ace 100644 --- a/src/main/java/org/bukkit/plugin/Plugin.java +++ b/src/main/java/org/bukkit/plugin/Plugin.java @@ -0,0 +0,0 @@ public interface Plugin extends TabExecutor { diff --git a/Spigot-API-Patches/POM-changes.patch b/Spigot-API-Patches/POM-changes.patch index f36df6376c..f2e7915107 100644 --- a/Spigot-API-Patches/POM-changes.patch +++ b/Spigot-API-Patches/POM-changes.patch @@ -5,7 +5,7 @@ Subject: [PATCH] POM changes diff --git a/pom.xml b/pom.xml -index 00d8019d9..148c322bc 100644 +index 23fde9622..a613cf963 100644 --- a/pom.xml +++ b/pom.xml @@ -0,0 +0,0 @@ @@ -53,7 +53,9 @@ index 00d8019d9..148c322bc 100644 - - - +