Fixes for modules

This commit is contained in:
Heliosares
2024-07-18 19:17:39 -04:00
parent 664d3640fb
commit 841a085f74
8 changed files with 59 additions and 25 deletions

View File

@@ -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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>dev.heliosares</groupId>
<artifactId>AuxProtect</artifactId>
@@ -12,12 +13,6 @@
<artifactId>AuxProtect_1.20</artifactId>
<version>${revision}</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories>
<!-- Spigot-->
<repository>

View File

@@ -1,5 +1,4 @@
package dev.heliosares.auxprotect.utils;
public class InventoryUtil_1_20 {
public static void
}