StatusAPI/pom.xml aktualisiert

This commit is contained in:
2026-01-03 11:32:09 +00:00
parent 045eb29b18
commit 056a98b6a9

View File

@@ -7,7 +7,7 @@
<groupId>net.viper.bungee</groupId>
<artifactId>StatusAPI</artifactId>
<version>1.1</version>
<version>3.6.2</version>
<packaging>jar</packaging>
<name>StatusAPI</name>
@@ -20,7 +20,7 @@
</properties>
<dependencies>
<!-- BungeeCord API (lokal installiert) -->
<!-- BungeeCord API -->
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
@@ -28,12 +28,13 @@
<scope>provided</scope>
</dependency>
<!-- LuckPerms API für Prefix Support -->
<!-- LuckPerms API (Optional) -->
<dependency>
<groupId>net.luckperms</groupId>
<artifactId>api</artifactId>
<version>5.4</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>