From 397c863c772143314d4840b8ce6ee7ce84b7041e Mon Sep 17 00:00:00 2001 From: M_Viper Date: Fri, 15 Aug 2025 16:07:47 +0000 Subject: [PATCH] Dateien nach "/" hochladen --- pom.xml | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..5cb7fe2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,97 @@ + + + + 4.0.0 + + com.trafalcraft.antiRedstoneClock + AntiRedstoneClock-Reborn + 2.0 + pom + AntiRedstoneClock + https://www.spigotmc.org/resources/antiredstoneclock.18557 + + + UTF-8 + 17 + 17 + -parent + 1.21.4-R0.1-SNAPSHOT + + + + MAIN + DIST + + + + + central + https://repo.maven.apache.org/maven2 + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + CodeMC + https://repo.codemc.org/repository/maven-public + + + sk89q-repo + https://maven.enginehub.org/repo/ + + + plotsquared + https://repo1.maven.org/maven2/ + + + + + + org.spigotmc + spigot-api + ${spigot.version} + provided + + + + com.sk89q.worldguard + worldguard-bukkit + 7.0.14 + provided + + + + com.intellectualsites.plotsquared + plotsquared-bukkit + 7.5.6 + provided + + + + net.kyori + adventure-platform-bukkit + 4.4.1 + provided + + + + + clean install + ${project.parent.artifactId}${module.info} + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 17 + 17 + + + + +