From f5921b60a22c78f57d3d07439060224d476d4289 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Sat, 26 Jul 2025 19:49:10 +0000 Subject: [PATCH] Dateien nach "/" hochladen --- pom.xml | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..78ca698 --- /dev/null +++ b/pom.xml @@ -0,0 +1,75 @@ + + + 4.0.0 + + de.m-viper + TpPlugin + 1.0-SNAPSHOT + jar + + TpPlugin + + + 17 + 17 + UTF-8 + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + + + org.spigotmc + spigot-api + 1.21.5-R0.1-SNAPSHOT + provided + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 17 + 17 + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + package + + shade + + + false + + + + + + + + src/main/resources + true + + plugin.yml + config.yml + + + + + \ No newline at end of file