Broken commit for supporting legacy Stargate

This commit is contained in:
2025-12-17 14:35:03 +01:00
parent c8abfebdbb
commit 9c080d55b3
14 changed files with 68 additions and 596 deletions

View File

@@ -30,7 +30,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version>
<version>1.21.8-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
@@ -39,9 +39,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.TheDgtl</groupId>
<groupId>net.knarcraft</groupId>
<artifactId>Stargate</artifactId>
<version>1.0.0.4-ALPHA</version>
<version>0.11.5.11</version>
</dependency>
</dependencies>