From 9e2ddeb55321b09086a5a27254197d783847e6e3 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Mon, 25 Apr 2022 18:50:36 +0200 Subject: Initial commit --- pom.xml | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100755 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100755 index 0000000..27724f8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,102 @@ + + 4.0.0 + com.encrox + zombie + 0.0.1-SNAPSHOT + Zombie + + + org.bukkit + craftbukkit + 1.8 + provided + + + com.sk89q + worldedit + 6.1.5 + provided + + + com.sk89q + worldguard + 6.2 + provided + + + com.comphenix + protocollib + 4.2.1 + provided + + + com.encrox + instancedregions + 0.0.1-SNAPSHOT + provided + + + org.json + json + 20160810 + compile + + + org.jnbt + jnbt + 1.1 + compile + + + + + + src/main/resources + + plugin.yml + config.json + descriptor.json + + + + src/main/resources/schematics + schematics + + test.schematic + + + + src/main/resources/lang + lang + + de-DE.properties + en-GB.properties + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.0 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + + + + + + \ No newline at end of file -- cgit v1.2.1