Update prefix, join listener, and add scoreboard package

This commit is contained in:
Laura
2026-08-09 15:03:52 +02:00
parent 9b4fad07aa
commit 057a4b72fc
8 changed files with 259 additions and 30 deletions
+9 -11
View File
@@ -69,10 +69,10 @@
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
<repository>
<id>gitlab-maven</id>
<url>https://Gitlab.Softwarerat.com/api/v4/projects/16/packages/maven</url>
</repository>
<repository>
<id>gitea</id>
<url>http://heimserver.local:36107/api/packages/minecraft/maven</url>
</repository>
</repositories>
<dependencies>
@@ -88,13 +88,11 @@
<version>1.20.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.softwarerat</groupId>
<artifactId>GameAPI</artifactId>
<version>1.6.4-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/GameAPI-1.6.4-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>com.softwarerat</groupId>
<artifactId>GameAPI</artifactId>
<version>1.6.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>