diff --git a/inventoryaccess/inventory-access-r1/pom.xml b/inventoryaccess/inventory-access-r1/pom.xml index 68c5614..7079a39 100644 --- a/inventoryaccess/inventory-access-r1/pom.xml +++ b/inventoryaccess/inventory-access-r1/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r10/pom.xml b/inventoryaccess/inventory-access-r10/pom.xml index f454986..c60bb39 100644 --- a/inventoryaccess/inventory-access-r10/pom.xml +++ b/inventoryaccess/inventory-access-r10/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r11/pom.xml b/inventoryaccess/inventory-access-r11/pom.xml index f597376..5d3943b 100644 --- a/inventoryaccess/inventory-access-r11/pom.xml +++ b/inventoryaccess/inventory-access-r11/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r12/pom.xml b/inventoryaccess/inventory-access-r12/pom.xml index 8540e2d..c6432ba 100644 --- a/inventoryaccess/inventory-access-r12/pom.xml +++ b/inventoryaccess/inventory-access-r12/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r13/pom.xml b/inventoryaccess/inventory-access-r13/pom.xml index 5acae06..16d7618 100644 --- a/inventoryaccess/inventory-access-r13/pom.xml +++ b/inventoryaccess/inventory-access-r13/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r14/pom.xml b/inventoryaccess/inventory-access-r14/pom.xml index 3276fe2..40c3fdc 100644 --- a/inventoryaccess/inventory-access-r14/pom.xml +++ b/inventoryaccess/inventory-access-r14/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r15/pom.xml b/inventoryaccess/inventory-access-r15/pom.xml index e219ff2..dd95dd2 100644 --- a/inventoryaccess/inventory-access-r15/pom.xml +++ b/inventoryaccess/inventory-access-r15/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r16/pom.xml b/inventoryaccess/inventory-access-r16/pom.xml index b2e25d4..c545023 100644 --- a/inventoryaccess/inventory-access-r16/pom.xml +++ b/inventoryaccess/inventory-access-r16/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r17/pom.xml b/inventoryaccess/inventory-access-r17/pom.xml index 9a2ff5a..d02246d 100644 --- a/inventoryaccess/inventory-access-r17/pom.xml +++ b/inventoryaccess/inventory-access-r17/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r18/pom.xml b/inventoryaccess/inventory-access-r18/pom.xml new file mode 100644 index 0000000..5831ce8 --- /dev/null +++ b/inventoryaccess/inventory-access-r18/pom.xml @@ -0,0 +1,139 @@ + + + + xyz.xenondevs.invui + invui-parent + 1.24 + ../../pom.xml + + 4.0.0 + + inventory-access-r18 + + + 17 + 17 + 1.20.4-R0.1-SNAPSHOT + + + + + org.spigotmc + spigot + ${spigot.version} + remapped-mojang + provided + + + xyz.xenondevs.invui + inventory-access + ${project.parent.version} + + + + + + + xyz.xenondevs.string-remapper + string-remapper-maven-plugin + 1.2 + + + + remap-spigot + + remap + + + ${spigot.version} + spigot + ${project.build.directory}/classes + ${project.build.directory}/classes-spigot + + + + + remap-mojang + + remap + + + ${spigot.version} + mojang + ${project.build.directory}/classes + ${project.build.directory}/classes-mojang + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.2 + + + default-jar + none + + + spigot + + jar + + + ${project.build.directory}/classes-spigot + + + + mojang + + jar + + + ${project.build.directory}/classes-mojang + remapped-mojang + + + + + + + net.md-5 + specialsource-maven-plugin + 1.2.2 + + + package + + remap + + remap-obf + + org.spigotmc:minecraft-server:${spigot.version}:txt:maps-mojang + true + org.spigotmc:spigot:${spigot.version}:jar:remapped-mojang + false + ${project.artifactId}-${project.version}-remapped-obf + + + + package + + remap + + remap-spigot + + ${project.build.directory}/${project.artifactId}-${project.version}-remapped-obf.jar + org.spigotmc:minecraft-server:${spigot.version}:csrg:maps-spigot + org.spigotmc:spigot:${spigot.version}:jar:remapped-obf + + + + + + + + \ No newline at end of file diff --git a/inventoryaccess/inventory-access-r2/pom.xml b/inventoryaccess/inventory-access-r2/pom.xml index 7fff500..31e655e 100644 --- a/inventoryaccess/inventory-access-r2/pom.xml +++ b/inventoryaccess/inventory-access-r2/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r3/pom.xml b/inventoryaccess/inventory-access-r3/pom.xml index b4f2124..2cbf6bf 100644 --- a/inventoryaccess/inventory-access-r3/pom.xml +++ b/inventoryaccess/inventory-access-r3/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r4/pom.xml b/inventoryaccess/inventory-access-r4/pom.xml index b191b4c..4b2a395 100644 --- a/inventoryaccess/inventory-access-r4/pom.xml +++ b/inventoryaccess/inventory-access-r4/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r5/pom.xml b/inventoryaccess/inventory-access-r5/pom.xml index 2015a06..106a262 100644 --- a/inventoryaccess/inventory-access-r5/pom.xml +++ b/inventoryaccess/inventory-access-r5/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r6/pom.xml b/inventoryaccess/inventory-access-r6/pom.xml index ec8bd93..d006313 100644 --- a/inventoryaccess/inventory-access-r6/pom.xml +++ b/inventoryaccess/inventory-access-r6/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r7/pom.xml b/inventoryaccess/inventory-access-r7/pom.xml index e047ee8..2ce6cc7 100644 --- a/inventoryaccess/inventory-access-r7/pom.xml +++ b/inventoryaccess/inventory-access-r7/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r8/pom.xml b/inventoryaccess/inventory-access-r8/pom.xml index c45fce5..7e68815 100644 --- a/inventoryaccess/inventory-access-r8/pom.xml +++ b/inventoryaccess/inventory-access-r8/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access-r9/pom.xml b/inventoryaccess/inventory-access-r9/pom.xml index aae28cb..ceadf1c 100644 --- a/inventoryaccess/inventory-access-r9/pom.xml +++ b/inventoryaccess/inventory-access-r9/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/inventoryaccess/inventory-access/pom.xml b/inventoryaccess/inventory-access/pom.xml index 010147c..cb6bcf3 100644 --- a/inventoryaccess/inventory-access/pom.xml +++ b/inventoryaccess/inventory-access/pom.xml @@ -5,7 +5,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../../pom.xml 4.0.0 diff --git a/invui-core/pom.xml b/invui-core/pom.xml index af9ece6..53d5052 100644 --- a/invui-core/pom.xml +++ b/invui-core/pom.xml @@ -7,7 +7,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 ../pom.xml diff --git a/invui-kotlin/pom.xml b/invui-kotlin/pom.xml index 1a2edec..44a50bc 100644 --- a/invui-kotlin/pom.xml +++ b/invui-kotlin/pom.xml @@ -6,7 +6,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 invui-kotlin diff --git a/invui/pom.xml b/invui/pom.xml index 152c523..f8eca34 100644 --- a/invui/pom.xml +++ b/invui/pom.xml @@ -6,7 +6,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 invui diff --git a/pom.xml b/pom.xml index 5428f73..7e35c8c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ xyz.xenondevs.invui invui-parent - 1.23 + 1.24 pom