diff --git a/Spigot-Server-Patches/POM-Changes.patch b/Spigot-Server-Patches/POM-Changes.patch index 1e5bd20ed..29e3d0ea2 100644 --- a/Spigot-Server-Patches/POM-Changes.patch +++ b/Spigot-Server-Patches/POM-Changes.patch @@ -46,15 +46,21 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 - spigot-api + com.destroystokyo.paper + paper-api + ${project.version} + compile + + +- org.spigotmc ++ com.destroystokyo.paper ++ paper-mojangapi + ${project.version} + compile + + -+ com.destroystokyo.paper -+ paper-mojangapi - ${project.version} ++ io.papermc + minecraft-server + ${minecraft.version}-SNAPSHOT compile - @@ -0,0 +0,0 @@ 8.0.1 compile @@ -100,8 +106,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 - spigot.desc - - initialize -+ compile - +- - describe - - @@ -113,7 +118,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 - craftbukkit.desc - - initialize -- ++ compile + - describe + gitdescribe diff --git a/scripts/remap.sh b/scripts/remap.sh index 0d9d64d4b..cc689aae2 100755 --- a/scripts/remap.sh +++ b/scripts/remap.sh @@ -72,7 +72,7 @@ fi echo "Installing remapped jar..." cd "$workdir/CraftBukkit" # Need to be in a directory with a valid POM at the time of install. -mvn install:install-file -q -Dfile="$jarpath-mapped.jar" -Dpackaging=jar -DgroupId=org.spigotmc -DartifactId=minecraft-server -Dversion="$minecraftversion-SNAPSHOT" +mvn install:install-file -q -Dfile="$jarpath-mapped.jar" -Dpackaging=jar -DgroupId=io.papermc -DartifactId=minecraft-server -Dversion="$minecraftversion-SNAPSHOT" if [ "$?" != "0" ]; then echo "Failed to install remapped jar." exit 1