From 9420b8c5ef71dee01d7e19160992c34d5feef154 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Mon, 25 Apr 2022 18:40:22 +0200 Subject: . --- pom.xml | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ebbe33e --- /dev/null +++ b/pom.xml @@ -0,0 +1,117 @@ + + 4.0.0 + com.encrox + instanceddungeons + 0.0.1-SNAPSHOT + InstancedDungeons + + + + org.bukkit + craftbukkit + LATEST + provided + + + com.sk89q + worledit + 6.1 + provided + + + com.sk89q + worldguard + 6.1 + provided + + + com.comphenix + protocollib + 4.2.0 + provided + + + com.encrox + instancedregions + 0.0.1-SNAPSHOT + provided + + + org.json + json + 20160810 + package + + + org.jnbt + jnbt + 1.1 + package + + + + + + src/main/resources + + plugin.yml + config.json + descriptor.json + + + + src/main/resources/schematics + schematics + + endBottom.schematic + endSide.schematic + endTop.schematic + startBottom.schematic + startSide.schematic + startTop.schematic + 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 + 2.1 + + + package + + shade + + + + + org.jnbt:jnbt:* + org.json:json:* + + + + + + + + + \ No newline at end of file -- cgit v1.2.1