diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..16a4cc2 --- /dev/null +++ b/pom.xml @@ -0,0 +1,87 @@ + + + 4.0.0 + + + de.viper + globalchat + 1.2 + jar + + GlobalChat + + + UTF-8 + 1.8 + 1.8 + + + + + + + luck-repo + https://repo.lucko.me/ + + + + + bungeecord-repo + https://oss.sonatype.org/content/repositories/snapshots/ + + + + + + + net.md-5 + bungeecord-api + 1.20 + 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 + + + + + + + \ No newline at end of file