From d0b572ccb668cd45b9834f255f1db92797adef84 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Tue, 27 Jan 2026 20:11:27 +0100 Subject: [PATCH] Upload file pom.xml via GUI --- pom.xml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..5b4e606 --- /dev/null +++ b/pom.xml @@ -0,0 +1,53 @@ + + 4.0.0 + de.mviper + Elevator + 1.0-RELEASE + + + 17 + 17 + UTF-8 + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + minecraft-libraries + https://libraries.minecraft.net/ + + + + + + org.spigotmc + spigot-api + 1.20.1-R0.1-SNAPSHOT + provided + + + + com.mojang + authlib + 3.11.50 provided + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + 17 + 17 + + + + + \ No newline at end of file