From 1de5301f71cfd9a2e9940f28c7fbc932e90f039e Mon Sep 17 00:00:00 2001 From: M_Viper Date: Sat, 4 Oct 2025 07:25:01 +0000 Subject: [PATCH] Dateien nach "GlobalChat" hochladen --- GlobalChat/pom.xml | 80 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 GlobalChat/pom.xml diff --git a/GlobalChat/pom.xml b/GlobalChat/pom.xml new file mode 100644 index 0000000..8d08ee7 --- /dev/null +++ b/GlobalChat/pom.xml @@ -0,0 +1,80 @@ + + + 4.0.0 + + de.viper + globalchat + 1.1 + jar + + GlobalChat + + + UTF-8 + 1.8 + 1.8 + + + + + + luck-repo + https://repo.lucko.me/ + + + + + + + net.md-5 + bungeecord-api + 1.21-R0.1-SNAPSHOT + provided + + + + + net.luckperms + api + 5.4 + provided + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + package + + shade + + + false + + + + + + + +