diff --git a/.gitignore b/.gitignore index 03021a9..ceb8f1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/target/ +**/target/ /test_run/ .idea* auxprotect.iml diff --git a/AuxProtect_1.20/pom.xml b/AuxProtect_1.20/pom.xml index 3a157a7..b6293f0 100644 --- a/AuxProtect_1.20/pom.xml +++ b/AuxProtect_1.20/pom.xml @@ -3,6 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + dev.heliosares AuxProtect @@ -12,12 +13,6 @@ AuxProtect_1.20 ${revision} - - 17 - 17 - UTF-8 - - diff --git a/AuxProtect_1.20/src/main/java/dev/heliosares/auxprotect/utils/InventoryUtil_1_20.java b/AuxProtect_1.20/src/main/java/dev/heliosares/auxprotect/utils/InventoryUtil_1_20.java index 9cdbd9a..e14c0eb 100644 --- a/AuxProtect_1.20/src/main/java/dev/heliosares/auxprotect/utils/InventoryUtil_1_20.java +++ b/AuxProtect_1.20/src/main/java/dev/heliosares/auxprotect/utils/InventoryUtil_1_20.java @@ -1,5 +1,4 @@ package dev.heliosares.auxprotect.utils; public class InventoryUtil_1_20 { - public static void } diff --git a/AuxProtect_1.21/pom.xml b/AuxProtect_1.21/pom.xml new file mode 100644 index 0000000..e52dd4c --- /dev/null +++ b/AuxProtect_1.21/pom.xml @@ -0,0 +1,32 @@ + + + 4.0.0 + + + dev.heliosares + AuxProtect + ${revision} + + + AuxProtect_1.21 + ${revision} + + + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + + + + org.spigotmc + spigot-api + 1.21-R0.1-SNAPSHOT + provided + + + \ No newline at end of file diff --git a/AuxProtect_1.21/src/main/java/dev/heliosares/auxprotect/utils/InventoryUtil_1_21.java b/AuxProtect_1.21/src/main/java/dev/heliosares/auxprotect/utils/InventoryUtil_1_21.java new file mode 100644 index 0000000..1eecaf1 --- /dev/null +++ b/AuxProtect_1.21/src/main/java/dev/heliosares/auxprotect/utils/InventoryUtil_1_21.java @@ -0,0 +1,4 @@ +package dev.heliosares.auxprotect.utils; + +public class InventoryUtil_1_21 { +} diff --git a/AuxProtect_Core/pom.xml b/AuxProtect_Core/pom.xml index 0badace..6adddbb 100644 --- a/AuxProtect_Core/pom.xml +++ b/AuxProtect_Core/pom.xml @@ -1,13 +1,19 @@ 4.0.0 - dev.heliosares - AuxProtect + + + dev.heliosares + AuxProtect + ${revision} + + + AuxProtect_Core ${revision} - pom - AuxProtect + AuxProtect_Core + - ${project.artifactId}-${project.version} + AuxProtect-${revision} ${basedir} @@ -42,7 +48,6 @@ shade - true org.json:json @@ -82,9 +87,8 @@ - - - + + @@ -261,7 +265,12 @@ dev.heliosares AuxProtect_1.20 - ${project.version} + ${revision} + + + dev.heliosares + AuxProtect_1.21 + ${revision} diff --git a/AuxProtect_Core/src/main/java/dev/heliosares/Main.java b/AuxProtect_Core/src/main/java/dev/heliosares/Main.java deleted file mode 100644 index c3a4a37..0000000 --- a/AuxProtect_Core/src/main/java/dev/heliosares/Main.java +++ /dev/null @@ -1,7 +0,0 @@ -package dev.heliosares; - -public class Main { - public static void main(String[] args) { - System.out.println("Hello world!"); - } -} \ No newline at end of file diff --git a/pom.xml b/pom.xml index d107463..d89bb94 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,8 @@ AuxProtect_1.20 + AuxProtect_1.21 + AuxProtect_Core